Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_wdog.h31 #define WDOG_SECOND_WORD_OF_UNLOCK (0xD928U) /*!< Second word of unlock sequence */ macro
367 base->UNLOCK = WDOG_SECOND_WORD_OF_UNLOCK; in WDOG_Unlock()
Dfsl_wdog32.h24 #define WDOG_SECOND_WORD_OF_UNLOCK ((WDOG_UPDATE_KEY >> 16U) & 0xFFFFU) /*!< Second word of unlock … macro
340 base->CNT = WDOG_SECOND_WORD_OF_UNLOCK; in WDOG32_Unlock()
Dfsl_wdog32.c99 regBase->CNT = WDOG_SECOND_WORD_OF_UNLOCK; in WDOG32_Init()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_rtwdog.h24 #define WDOG_SECOND_WORD_OF_UNLOCK ((RTWDOG_UPDATE_KEY >> 16U) & 0xFFFFU) /*!< Second word of unloc… macro
373 base->CNT = WDOG_SECOND_WORD_OF_UNLOCK; in RTWDOG_Unlock()