Home
last modified time | relevance | path

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

/hal_nxp-latest/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_rgpio.c378 NVIC_SetPriority(Rgpio_IRQn[gpioStateHandle->pin.port], HAL_GPIO_ISR_PRIORITY); in HAL_GpioSetTriggerMode()
Dfsl_adapter_rt_gpio.c385 NVIC_SetPriority(GPIO_INTA_IRQn, HAL_GPIO_ISR_PRIORITY); in HAL_GpioSetTriggerMode()
Dfsl_adapter_gpio.c737 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()