Searched refs:HAL_GPIO_ISR_PRIORITY (Results 1 – 4 of 4) sorted by relevance
56 #ifndef HAL_GPIO_ISR_PRIORITY58 #define HAL_GPIO_ISR_PRIORITY (25U) macro61 #define HAL_GPIO_ISR_PRIORITY (configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY) macro67 #define HAL_GPIO_ISR_PRIORITY (3U) macro
454 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()
701 NVIC_SetPriority(irqNo[gpioState->port], HAL_GPIO_ISR_PRIORITY); in HAL_GpioSetTriggerMode()
436 NVIC_SetPriority(s_PintIRQ[gpioStateHandle->pin.pint.pintIndex], HAL_GPIO_ISR_PRIORITY); in HAL_GpioSetTriggerMode()