![]() |
TI-radar AWR1843 C674x DSP core
1
|
The structure defines the message structure used for communication between MSS and DSS. More...
#include <mmw_messages.h>
Data Fields | |
int8_t | subFrameNum |
Subframe number for which this message is applicable. More... | |
mbox_message_type | type |
message type More... | |
mmWaveMSG_body | body |
message body More... | |
The structure defines the message structure used for communication between MSS and DSS.
Definition at line 234 of file mmw_messages.h.
mmWaveMSG_body mmWaveMSG_t::body |
message body
Definition at line 238 of file mmw_messages.h.
int8_t mmWaveMSG_t::subFrameNum |
Subframe number for which this message is applicable.
Definition at line 236 of file mmw_messages.h.
mbox_message_type mmWaveMSG_t::type |
message type
Definition at line 237 of file mmw_messages.h.