![]() |
S32 SDK
|
LPIT configuration structure. More...
#include <lpit_driver.h>
Data Fields | |
bool | enableRunInDebug |
bool | enableRunInDoze |
LPIT configuration structure.
This structure holds the configuration settings for the LPIT peripheral to enable or disable LPIT module in DEBUG and DOZE mode Implements : lpit_user_config_t_Class
Definition at line 119 of file lpit_driver.h.
bool enableRunInDebug |
True: Timer channels continue to run in debug mode False: Timer channels stop in debug mode
Definition at line 121 of file lpit_driver.h.
bool enableRunInDoze |
True: Timer channels continue to run in doze mode False: Timer channels stop in doze mode
Definition at line 123 of file lpit_driver.h.