#include <msg.h>
Data Fields | |
struct { | |
uint16_t classRx2Dl: 1 | |
uint16_t rxPending: 1 | |
uint16_t transactionInProgress: 1 | |
uint16_t txWaiting: 1 | |
}; | |
uint16_t | value |
struct { ... } |
uint16_t _MessageState_t::classRx2Dl |
Referenced by MSG_IsTxPossible(), MSG_Send(), and processRxDataAvailable().
uint16_t _MessageState_t::rxPending |
Referenced by messageReceiveProcess(), and processRxDataAvailable().
uint16_t _MessageState_t::transactionInProgress |
Referenced by messageSendProcess(), messageTimerCb(), MSG_Send(), and processTransactionComplete().
uint16_t _MessageState_t::txWaiting |
Referenced by messageSendProcess(), messageTimerCb(), and MSG_Send().
uint16_t _MessageState_t::value |
Referenced by MSG_GetState(), and MSG_Init().