Home
last modified time | relevance | path

Searched refs:enableDebug (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_cop.c45 config->enableDebug = false; in COP_GetDefaultConfig()
60 SIM_COPC_COPDBGEN(config->enableDebug) | SIM_COPC_COPCLKSEL(config->clockSource); in COP_Init()
Dfsl_wdog32.c63 config->workMode.enableDebug = false; in WDOG32_GetDefaultConfig()
84 …PDATE((uint32_t)regConfig->enableUpdate) | WDOG_CS_DBG((uint32_t)regConfig->workMode.enableDebug) | in WDOG32_Init()
Dfsl_wdog.c56 config->workMode.enableDebug = false; in WDOG_GetDefaultConfig()
92 …WDOG_STCTRLH_ALLOWUPDATE(config->enableUpdate) | WDOG_STCTRLH_DBGEN(config->workMode.enableDebug) | in WDOG_Init()
Dfsl_cop.h92 bool enableDebug; /*!< Enable or disable COP in DEBUG mode */ member
Dfsl_wdog.h54 bool enableDebug; /*!< Enables or disables WDOG in debug mode */ member
Dfsl_wdog32.h59 bool enableDebug; /*!< Enables or disables WDOG32 in debug mode */ member
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_rtwdog.c77 config->workMode.enableDebug = false; in RTWDOG_GetDefaultConfig()
114 RTWDOG_CS_UPDATE(config->enableUpdate) | RTWDOG_CS_DBG(config->workMode.enableDebug) | in RTWDOG_Init()
Dfsl_wdog.c78 config->workMode.enableDebug = false; in WDOG_GetDefaultConfig()
112 … WDOG_WCR_WDZST(config->workMode.enableStop) | WDOG_WCR_WDBG(config->workMode.enableDebug) | in WDOG_Init()
Dfsl_wdog.h36 bool enableDebug; /*!< continue or suspend WDOG in debug mode */ member
Dfsl_rtwdog.h59 bool enableDebug; /*!< Enables or disables RTWDOG in debug mode */ member
/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_wdog.c78 config->workMode.enableDebug = false; in WDOG_GetDefaultConfig()
112 … WDOG_WCR_WDZST(config->workMode.enableStop) | WDOG_WCR_WDBG(config->workMode.enableDebug) | in WDOG_Init()
Dfsl_wdog.h36 bool enableDebug; /*!< continue or suspend WDOG in debug mode */ member