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
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_INTERNAL
 TTLV_RES_LENGTH
 TTLV_RES_NONE
 TTLV_RES_NOT_IMPLEMENTED
 TTLV_RES_OK
 TTLV_RES_REGISTER
 TTLV_RES_TYPE
 TTLV_RES_VALUE
 TTLV_SUCCESS
 TTLV_VALUE
 TTLV_VALUE_DONE
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: Internal error encountered while handling message.
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.
Error: Invalid message value.
operation or function finished successfully
module is currently transmitting a TLV value in streaming mode
module has a complete incoming message buffered
Close