Home
last modified time | relevance | path

Searched refs:kENC_WatchdogTimeoutInterruptEnable (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/enc/
Dfsl_enc.c463 if (0U != ((uint32_t)kENC_WatchdogTimeoutInterruptEnable & mask)) in ENC_EnableInterrupts()
516 if (0U != ((uint32_t)kENC_WatchdogTimeoutInterruptEnable & mask)) in ENC_DisableInterrupts()
572 ret32 |= (uint32_t)kENC_WatchdogTimeoutInterruptEnable; in ENC_GetEnabledInterrupts()
Dfsl_enc.h30 kENC_WatchdogTimeoutInterruptEnable = (1U << 2U), /*!< Watchdog timeout interrupt enable. */ enumerator