Home
last modified time | relevance | path

Searched refs:inputType (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/
Dfsl_pm_device_config.h30 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument
31 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \
35 inputType = ((wsId)&0xFUL); \
Dfsl_pm_device.c609 uint32_t inputType; in PM_DEV_ManageWakeupSource() local
616 if (inputType == 0UL) in PM_DEV_ManageWakeupSource()
660 uint32_t inputType; in PM_DEV_IsWakeupSource() local
673 if (inputType == 0UL) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/
Dfsl_pm_device_config.h30 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument
31 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \
35 inputType = ((wsId)&0xFUL); \
Dfsl_pm_device.c609 uint32_t inputType; in PM_DEV_ManageWakeupSource() local
616 if (inputType == 0UL) in PM_DEV_ManageWakeupSource()
660 uint32_t inputType; in PM_DEV_IsWakeupSource() local
673 if (inputType == 0UL) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/
Dfsl_pm_device_config.h30 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument
31 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \
35 inputType = ((wsId)&0xFUL); \
Dfsl_pm_device.c609 uint32_t inputType; in PM_DEV_ManageWakeupSource() local
616 if (inputType == 0UL) in PM_DEV_ManageWakeupSource()
660 uint32_t inputType; in PM_DEV_IsWakeupSource() local
673 if (inputType == 0UL) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/
Dfsl_pm_device_config.h30 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument
31 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \
35 inputType = ((wsId)&0xFUL); \
Dfsl_pm_device.c609 uint32_t inputType; in PM_DEV_ManageWakeupSource() local
616 if (inputType == 0UL) in PM_DEV_ManageWakeupSource()
660 uint32_t inputType; in PM_DEV_IsWakeupSource() local
673 if (inputType == 0UL) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXN947/
Dfsl_pm_device_config.h32 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument
33 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \
37 inputType = ((wsId)&0xFUL); \
Dfsl_pm_device.c652 uint32_t inputType; in ManageWakeupSource() local
659 if (inputType == kWup_inputType_extPin) in ManageWakeupSource()
702 uint32_t inputType; in IsWakeupSource() local
715 if (inputType == kWup_inputType_extPin) in IsWakeupSource()