Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_gpio.h56 #ifndef HAL_GPIO_ISR_PRIORITY
58 #define HAL_GPIO_ISR_PRIORITY (25U) macro
61 #define HAL_GPIO_ISR_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro
67 #define HAL_GPIO_ISR_PRIORITY (3U) macro
Dfsl_adapter_igpio.c454 NVIC_SetPriority(gpioLowIRQsList[gpioStateHandle->pin.port], HAL_GPIO_ISR_PRIORITY); in HAL_GpioSetTriggerMode()
459 NVIC_SetPriority(gpioHighIRQsList[gpioStateHandle->pin.port], HAL_GPIO_ISR_PRIORITY); in HAL_GpioSetTriggerMode()
Dfsl_adapter_gpio.c701 NVIC_SetPriority(irqNo[gpioState->port], HAL_GPIO_ISR_PRIORITY); in HAL_GpioSetTriggerMode()
Dfsl_adapter_lpc_gpio.c436 NVIC_SetPriority(s_PintIRQ[gpioStateHandle->pin.pint.pintIndex], HAL_GPIO_ISR_PRIORITY); in HAL_GpioSetTriggerMode()