libeasymcp2221 2.0.3
Public Attributes | List of all members
mcp2221_sram_int_config_t Struct Reference

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...
 

Detailed Description

Interrupt-on-change SRAM configuration.

Definition at line 66 of file mcp2221_sram.h.

Member Data Documentation

◆ clear_flag

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.

◆ neg_edge

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.

◆ pos_edge

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.


The documentation for this struct was generated from the following file: