![]() |
S32 SDK
|
Main status register structure. The Main status register can be accessed to monitor the status of the overtemperature warning flag and to determine whether the UJA1169 has entered Normal mode after initial power-up. It also indicates the source of the most recent reset event. More...
#include <sbc_uja1169_driver.h>
Data Fields | |
sbc_main_otws_t | otws |
sbc_main_nms_t | nms |
sbc_main_rss_t | rss |
Main status register structure. The Main status register can be accessed to monitor the status of the overtemperature warning flag and to determine whether the UJA1169 has entered Normal mode after initial power-up. It also indicates the source of the most recent reset event.
Implements : sbc_main_status_t_Class
Definition at line 1315 of file sbc_uja1169_driver.h.
sbc_main_nms_t nms |
Normal mode status.
Definition at line 1317 of file sbc_uja1169_driver.h.
sbc_main_otws_t otws |
Overtemperature warning status.
Definition at line 1316 of file sbc_uja1169_driver.h.
sbc_main_rss_t rss |
Reset source status.
Definition at line 1318 of file sbc_uja1169_driver.h.