Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/wdog/
Dfsl_wdog.h30 #define WDOG_FIRST_WORD_OF_UNLOCK (0xC520U) /*!< First word of unlock sequence */ macro
366 base->UNLOCK = WDOG_FIRST_WORD_OF_UNLOCK; in WDOG_Unlock()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/rtwdog/
Dfsl_rtwdog.h23 #define WDOG_FIRST_WORD_OF_UNLOCK (RTWDOG_UPDATE_KEY & 0xFFFFU) /*!< First word of unlock… macro
372 base->CNT = WDOG_FIRST_WORD_OF_UNLOCK; in RTWDOG_Unlock()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/wdog32/
Dfsl_wdog32.h23 #define WDOG_FIRST_WORD_OF_UNLOCK (WDOG_UPDATE_KEY & 0xFFFFU) /*!< First word of unlock s… macro
Dfsl_wdog32.c164 base->CNT = WDOG_FIRST_WORD_OF_UNLOCK; in WDOG32_Unlock()