Constant Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
I
 I2C_ACTIVE
 I2C_DISABLED
 I2C_E_ARB_LOST
 I2C_E_FSM
 I2C_E_LENGTH
 I2C_E_NOT_ACK
 I2C_E_STATE
 I2C_E_UNSPECIFIED
 I2C_READY
M
 MCP23018_BANK
 MCP23018_DEFVALx
 MCP23018_GPINTENx
 MCP23018_GPIOx
 MCP23018_GPPUx
 MCP23018_INTCAPx
 MCP23018_INTCC
 MCP23018_INTCONx
 MCP23018_INTFx
 MCP23018_INTPOL
 MCP23018_IOCON
 MCP23018_IODIRx
 MCP23018_IPOLx
 MCP23018_MIRROR
 MCP23018_NOT_A_REG
 MCP23018_ODR
 MCP23018_OLATx
 MCP23018_SEQOP
T
 TTLV_ACTIVE
 TTLV_DISABLED
 TTLV_E_BUFFER
 TTLV_E_DROP
 TTLV_E_FRAME
 TTLV_E_LENGTH
 TTLV_E_OVERRUN
 TTLV_E_PARITY
 TTLV_E_STATE
 TTLV_E_UNSPECIFIED
 TTLV_HEADER
 TTLV_INM_HEADER
 TTLV_MODE_INM
 TTLV_MODE_STREAM
 TTLV_MSG_L_INM_REG_READ_RES
 TTLV_MSG_L_INM_REGPAIR_READ_RES
 TTLV_MSG_L_INM_RESULT
 TTLV_MSG_L_REG_READ
 TTLV_MSG_L_REG_READ_RES
 TTLV_MSG_L_REG_RW_EXCH
 TTLV_MSG_L_REG_TOGGLE
 TTLV_MSG_L_REG_WR_EXCH
 TTLV_MSG_L_REG_WRITE
 TTLV_MSG_L_REGPAIR_READ
 TTLV_MSG_L_REGPAIR_READ_RES
 TTLV_MSG_L_REGPAIR_RW_EXCH
 TTLV_MSG_L_REGPAIR_TOGGLE
 TTLV_MSG_L_REGPAIR_WR_EXCH
 TTLV_MSG_L_REGPAIR_WRITE
 TTLV_MSG_L_RESULT
 TTLV_MSG_T_APPLICATION
 TTLV_MSG_T_DEFAULT
 TTLV_MSG_T_INM_REG_READ_RES
 TTLV_MSG_T_INM_REGPAIR_READ_RES
 TTLV_MSG_T_INM_RESULT
 TTLV_MSG_T_MEMMON_CTRL
 TTLV_MSG_T_MEMMON_DATA
 TTLV_MSG_T_REG_READ
 TTLV_MSG_T_REG_READ_RES
 TTLV_MSG_T_REG_RW_EXCH
 TTLV_MSG_T_REG_TOGGLE
 TTLV_MSG_T_REG_WR_EXCH
 TTLV_MSG_T_REG_WRITE
 TTLV_MSG_T_REGPAIR_READ
 TTLV_MSG_T_REGPAIR_READ_RES
 TTLV_MSG_T_REGPAIR_RW_EXCH
 TTLV_MSG_T_REGPAIR_TOGGLE
 TTLV_MSG_T_REGPAIR_WR_EXCH
 TTLV_MSG_T_REGPAIR_WRITE
 TTLV_MSG_T_RESULT
 TTLV_PARITY_EVEN
 TTLV_PARITY_NONE
 TTLV_PARITY_ODD
 TTLV_READY
 TTLV_RES_APPLICATION
 TTLV_RES_LENGTH
 TTLV_RES_NONE
 TTLV_RES_NOT_IMPLEMENTED
 TTLV_RES_OK
 TTLV_RES_REGISTER
 TTLV_RES_TYPE
 TTLV_SUCCESS
 TTLV_VALUE
 TTLV_VALUE_DONE
module is currently performing an operation
module is disabled
lost I2C master arbitration
hardware generated unexpected status code
I2C length error (bytes to transmit and receive both zero)
received unexpected negative acknowledgement
attempted operation not allowed in current module state
unspecified error
module is idle and ready to begin a new operation
register bank mode enable, 0: registers paired, 1: registers in banks
[RW] reference value for level-triggered interrupts
[RW] interrupt trigger enable, 0: disabled, 1: enabled
[RW] I/O port register
[RW] I/O pull-up enable, 0: disabled, 1: enabled
[R] interrupt capture register
interrupt clearing control, 0: clear on GPIO read, 1: clear on INTCAP read
[RW] interrupt mode select, 0: edge-triggered, 1: level-triggered
[R] interrupt flag register, 0: no interrupt, 1: interrupt pending
interrupt output polarity, 0: active-low, 1: active-high
[RW] configuration register
[RW] I/O direction, 0: output, 1: input
[RW] input polarity, 0: same, 1: inverted
mirrored interrupt output enable, 0: outputs separate, 1: outputs mirrored
guaranteed to NOT be a valid register address
open-drain interrupt output enable, 0: active driver, 1: open-drain
[RW] output latch register
sequential operation disable, 0: address auto-incremented, 1: address retained
module is currently transmitting or receiving data
module is disabled
data buffering error (too few or too many buffered bytes)
data overrun error in TTLV receive buffer
frame error in USART receiver
TLV length error (message too large)
data overrun error in USART receiver
parity error in USART receiver
attempted operation not allowed in current module state
unspecified error
module has an incoming TLV header buffered, but not a complete message
module has an incoming INM header buffered, but not a TLV header
Specifies that INM message headers should be used.
Specifies that stream I/O should be enabled.
TLV length of a TTLV_MSG_T_INM_REG_READ_RES message.
TLV length of a TTLV_MSG_T_INM_REGPAIR_READ_RES message.
TLV length of a TTLV_MSG_T_INM_RESULT message.
TLV length of a TTLV_MSG_T_REG_READ message.
TLV length of a TTLV_MSG_T_REG_READ_RES message.
TLV length of a TTLV_MSG_T_REG_RW_EXCH message.
TLV length of a TTLV_MSG_T_REG_TOGGLE message.
TLV length of a TTLV_MSG_T_REG_WR_EXCH message.
TLV length of a TTLV_MSG_T_REG_WRITE message.
TLV length of a TTLV_MSG_T_REGPAIR_READ message.
TLV length of a TTLV_MSG_T_REGPAIR_READ_RES message.
TLV length of a TTLV_MSG_T_REGPAIR_RW_EXCH message.
TLV length of a TTLV_MSG_T_REGPAIR_TOGGLE message.
TLV length of a TTLV_MSG_T_REGPAIR_WR_EXCH message.
TLV length of a TTLV_MSG_T_REGPAIR_WRITE message.
TLV length of a TTLV_MSG_T_RESULT message.
Start of application-specific identifier range.
Default message type.
Logical INM register read response (with request ID).
Logical INM register pair read response (with request ID).
Generic INM operation response (result code and request ID).
Memory monitor control request.
Memory monitor notification.
Logical register read request.
Logical TLV register read response.
Logical register read-write (X = R; R = V; ret X) request.
Logical register toggle (R ^= V; ret R) request.
Logical register write-read (R = V; ret R) request.
Logical register write (R = V) request.
Logical register pair read (ret R) request.
Logical TLV register pair read response.
Logical register pair read-write request.
Logical register pair toggle request.
Logical register pair write-read request.
Logical register pair write request.
Generic TLV operation response (result code).
even byte parity
no byte parity
odd byte parity
module is idle and ready to transmit or receive
Start of application-specific result code range.
Error: Invalid message length.
Invalid result code.
Error: Message recognized but cannot be handled.
Request successfully handled.
Error: Message specified unrecognized logical register.
Error: Unrecognized message type.
operation or function finished successfully
module is currently transmitting a TLV value in streaming mode
module has a complete incoming message buffered
Close