Home
last modified time | relevance | path

Searched refs:enableUpdate (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/wdog8/
Dfsl_wdog8.c78 config->enableUpdate = true; in WDOG8_GetDefaultConfig()
113 WDOG_CS1_UPDATE(config->enableUpdate) | WDOG_CS1_DBG(config->workMode.enableDebug) | in WDOG8_Init()
Dfsl_wdog8.h68 bool enableUpdate; /*!< Update write-once register enable */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/rtwdog/
Dfsl_rtwdog.c79 config->enableUpdate = true; in RTWDOG_GetDefaultConfig()
114 RTWDOG_CS_UPDATE(config->enableUpdate) | RTWDOG_CS_DBG(config->workMode.enableDebug) | in RTWDOG_Init()
Dfsl_rtwdog.h79 bool enableUpdate; /*!< Update write-once register enable */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/wdog32/
Dfsl_wdog32.c75 config->enableUpdate = true; in WDOG32_GetDefaultConfig()
94 …WDOG_CS_UPDATE((uint32_t)regConfig->enableUpdate) | WDOG_CS_DBG((uint32_t)regConfig->workMode.enab… in WDOG32_Init()
Dfsl_wdog32.h79 bool enableUpdate; /*!< Update write-once register enable */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/wdog/
Dfsl_wdog.c57 config->enableUpdate = true; in WDOG_GetDefaultConfig()
92 …WDOG_STCTRLH_ALLOWUPDATE(config->enableUpdate) | WDOG_STCTRLH_DBGEN(config->workMode.enableDebug) | in WDOG_Init()
Dfsl_wdog.h77 bool enableUpdate; /*!< Update write-once register enable */ member