|
libeasymcp2221 2.0.3
|
Interrupt-on-change SRAM configuration. More...
#include <mcp2221_sram.h>
Public Attributes | |
| int | pos_edge |
| Positive-edge detection setting. More... | |
| int | neg_edge |
| Negative-edge detection setting. More... | |
| int | clear_flag |
| Interrupt-flag clear control. More... | |
Interrupt-on-change SRAM configuration.
Definition at line 66 of file mcp2221_sram.h.
| int mcp2221_sram_int_config_t::clear_flag |
Interrupt-flag clear control.
Use 1 to request clearing the interrupt flag, 0 to leave the clear bit deasserted, or MCP2221_CONFIG_KEEP to preserve the current field.
Definition at line 89 of file mcp2221_sram.h.
| int mcp2221_sram_int_config_t::neg_edge |
Negative-edge detection setting.
Use 0 to disable, 1 to enable, or MCP2221_CONFIG_KEEP to preserve the current setting.
Definition at line 81 of file mcp2221_sram.h.
| int mcp2221_sram_int_config_t::pos_edge |
Positive-edge detection setting.
Use 0 to disable, 1 to enable, or MCP2221_CONFIG_KEEP to preserve the current setting.
Definition at line 73 of file mcp2221_sram.h.