Searched refs:inputType (Results 1 – 10 of 10) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/ |
| D | fsl_pm_device_config.h | 30 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument 31 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \ 35 inputType = ((wsId)&0xFUL); \
|
| D | fsl_pm_device.c | 609 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/ |
| D | fsl_pm_device_config.h | 30 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument 31 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \ 35 inputType = ((wsId)&0xFUL); \
|
| D | fsl_pm_device.c | 609 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/ |
| D | fsl_pm_device_config.h | 30 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument 31 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \ 35 inputType = ((wsId)&0xFUL); \
|
| D | fsl_pm_device.c | 609 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/ |
| D | fsl_pm_device_config.h | 30 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument 31 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \ 35 inputType = ((wsId)&0xFUL); \
|
| D | fsl_pm_device.c | 609 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/ |
| D | fsl_pm_device_config.h | 32 #define PM_ENCODE_WAKEUP_SOURCE_ID(inputType, inputId, irqn, misc) \ argument 33 (((inputType)&0xFUL) | (((inputId) << 4UL) & 0xF0UL) | (((irqn) << 8UL) & 0xFF00UL) | \ 37 inputType = ((wsId)&0xFUL); \
|
| D | fsl_pm_device.c | 652 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()
|