Home
last modified time | relevance | path

Searched refs:enableRunInDebug (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpit/
Dfsl_lpit.c109 …(LPIT_MCR_DBG_EN(config->enableRunInDebug) | LPIT_MCR_DOZE_EN(config->enableRunInDoze) | LPIT_MCR_… in LPIT_Init()
152 config->enableRunInDebug = false; in LPIT_GetDefaultConfig()
Dfsl_lpit.h136 bool enableRunInDebug; /*!< true: Timers run in debug mode; false: Timers stop in debug mode */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pit/
Dfsl_pit.h63 bool enableRunInDebug; /*!< true: Timers run in debug mode; false: Timers stop in debug mode */ member
110 config->enableRunInDebug = false; in PIT_GetDefaultConfig()
Dfsl_pit.c94 if (true == config->enableRunInDebug) in PIT_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_rit/
Dfsl_rit.c82 config->enableRunInDebug = false; in RIT_GetDefaultConfig()
111 if (!config->enableRunInDebug) in RIT_Init()
Dfsl_rit.h44 …bool enableRunInDebug; /*!< true: The timer is halted when the processor is halted for debugging.;… member