Searched refs:enableDebug (Results 1 – 12 of 12) sorted by relevance
48 config->enableDebug = false; in COP_GetDefaultConfig()82 SIM_COPC_COPDBGEN(config->enableDebug) | SIM_COPC_COPCLKSEL(config->clockSource); in COP_Init()
69 bool enableDebug; /*!< Enable or disable COP in DEBUG mode */ member
76 config->workMode.enableDebug = false; in WDOG8_GetDefaultConfig()113 WDOG_CS1_UPDATE(config->enableUpdate) | WDOG_CS1_DBG(config->workMode.enableDebug) | in WDOG8_Init()
48 bool enableDebug; /*!< Enables or disables WDOG8 in debug mode */ member
77 config->workMode.enableDebug = false; in RTWDOG_GetDefaultConfig()114 RTWDOG_CS_UPDATE(config->enableUpdate) | RTWDOG_CS_DBG(config->workMode.enableDebug) | in RTWDOG_Init()
59 bool enableDebug; /*!< Enables or disables RTWDOG in debug mode */ member
78 config->workMode.enableDebug = false; in WDOG_GetDefaultConfig()112 … WDOG_WCR_WDZST(config->workMode.enableStop) | WDOG_WCR_WDBG(config->workMode.enableDebug) | in WDOG_Init()
36 bool enableDebug; /*!< continue or suspend WDOG in debug mode */ member
73 config->workMode.enableDebug = false; in WDOG32_GetDefaultConfig()94 …PDATE((uint32_t)regConfig->enableUpdate) | WDOG_CS_DBG((uint32_t)regConfig->workMode.enableDebug) | in WDOG32_Init()
59 bool enableDebug; /*!< Enables or disables WDOG32 in debug mode */ member
56 config->workMode.enableDebug = false; in WDOG_GetDefaultConfig()92 …WDOG_STCTRLH_ALLOWUPDATE(config->enableUpdate) | WDOG_STCTRLH_DBGEN(config->workMode.enableDebug) | in WDOG_Init()
54 bool enableDebug; /*!< Enables or disables WDOG in debug mode */ member