Home
last modified time | relevance | path

Searched refs:debug_halt (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/cwt/
Dfsl_cwt.c45 conf->debug_halt = (uint8_t)kCDOG_DebugHaltCtrl_Run; /* Debug halt control */ in CWT_GetDefaultConfig()
281 … conf->debug_halt) | /* Halt CWT timer during debug so we have chance to debug code */ in CWT_Init()
Dfsl_cwt.h49 uint8_t debug_halt : 2; member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/cdog/
Dfsl_cdog.c96 conf->debug_halt = (uint8_t)kCDOG_DebugHaltCtrl_Run; /* Debug halt control */ in CDOG_GetDefaultConfig()
337 CDOG_CONTROL_DEBUG_HALT_CTRL(conf->debug_halt) | /* Halt CDOG timer during debug */ in CDOG_Init()
Dfsl_cdog.h55 uint8_t debug_halt : 2; member