![]() |
TI-radar AWR1843 ARM-Cortex R4F 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 210 of file mmw_messages.h.
| mmWave_dssAssertInfoMsg mmWaveMSG_body_u::assertInfo |
DSS assertion information.
Definition at line 214 of file mmw_messages.h.
| uint8_t mmWaveMSG_body_u::dataLogger |
Datapath output logger setting.
Definition at line 213 of file mmw_messages.h.
| mmWave_detInfoMsg mmWaveMSG_body_u::detObj |
Detectection Information message.
Definition at line 212 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 215 of file mmw_messages.h.