![]() |
TI-radar AWR1843 C674x DSP core
1
|
The union defines the message body for various configuration messages. For passing configuration from MSS to DSS. More...
#include <mmw_messages.h>
Data Fields | |
mmWave_detInfoMsg | detObj |
Detectection Information message. More... | |
uint8_t | dataLogger |
Datapath output logger setting. More... | |
mmWave_dssAssertInfoMsg | assertInfo |
DSS assertion information. More... | |
uint32_t | dss2mssISRinfoAddress |
Address of DSS to MSS ISR information storage, typically in HSRAM. More... | |
The union defines the message body for various configuration messages. For passing configuration from MSS to DSS.
Definition at line 217 of file mmw_messages.h.
mmWave_dssAssertInfoMsg mmWaveMSG_body_u::assertInfo |
DSS assertion information.
Definition at line 221 of file mmw_messages.h.
uint8_t mmWaveMSG_body_u::dataLogger |
Datapath output logger setting.
Definition at line 220 of file mmw_messages.h.
mmWave_detInfoMsg mmWaveMSG_body_u::detObj |
Detectection Information message.
Definition at line 219 of file mmw_messages.h.
uint32_t mmWaveMSG_body_u::dss2mssISRinfoAddress |
Address of DSS to MSS ISR information storage, typically in HSRAM.
Definition at line 222 of file mmw_messages.h.