Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_system.c62 #define IS_LL_EXTI_LINE(__VALUE__) (((__VALUE__) & ~LL_EXTI_LINE_ALL) == 0x00000000U) macro
123 assert_param(IS_LL_EXTI_LINE(SYSCFG_IO_InitStruct->Line)); in LL_SYSCFG_IO_Init()