Home
last modified time | relevance | path

Searched refs:wuuPf (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/
Dfsl_pm_device.c664 uint32_t wuuPf; in PM_DEV_IsWakeupSource() local
675 wuuPf = WUU_GetExternalWakeUpPinsFlag(WUU0); in PM_DEV_IsWakeupSource()
678 if ((wuuPf & mask) != 0UL) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/
Dfsl_pm_device.c664 uint32_t wuuPf; in PM_DEV_IsWakeupSource() local
675 wuuPf = WUU_GetExternalWakeUpPinsFlag(WUU0); in PM_DEV_IsWakeupSource()
678 if ((wuuPf & mask) != 0UL) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/
Dfsl_pm_device.c664 uint32_t wuuPf; in PM_DEV_IsWakeupSource() local
675 wuuPf = WUU_GetExternalWakeUpPinsFlag(WUU0); in PM_DEV_IsWakeupSource()
678 if ((wuuPf & mask) != 0UL) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/
Dfsl_pm_device.c664 uint32_t wuuPf; in PM_DEV_IsWakeupSource() local
675 wuuPf = WUU_GetExternalWakeUpPinsFlag(WUU0); in PM_DEV_IsWakeupSource()
678 if ((wuuPf & mask) != 0UL) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXN947/
Dfsl_pm_device.c706 uint32_t wuuPf; in IsWakeupSource() local
717 wuuPf = WUU_GetExternalWakeUpPinsFlag(WUU0); in IsWakeupSource()
720 if ((wuuPf * mask) != 0U) in IsWakeupSource()