Home
last modified time | relevance | path

Searched refs:IS_EXTI_EVENT_PRESENT (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_exti.h264 #define IS_EXTI_EVENT_PRESENT(__EXTI_LINE__) (((__EXTI_LINE__) & EXTI_EVENT) != 0x00u) macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_exti.c254 assert_param(IS_EXTI_EVENT_PRESENT(pExtiConfig->Line)); in HAL_EXTI_SetConfigLine()