RTEMS 6.1-rc5
|
PIT configuration structure. More...
#include <fsl_pit.h>
Data Fields | |
bool | enableRunInDebug |
PIT configuration structure.
This structure holds the configuration settings for the PIT peripheral. To initialize this structure to reasonable defaults, call the PIT_GetDefaultConfig() function and pass a pointer to your config structure instance.
The configuration structure can be made constant so it resides in flash.
bool _pit_config::enableRunInDebug |
true: Timers run in debug mode; false: Timers stop in debug mode