Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_lpgpio.c46 #define IS_LL_LPGPIO_PIN(__VALUE__) (((0x00000000U) < (__VALUE__)) && ((__VALUE__) <= (LL_… macro
110 assert_param(IS_LL_LPGPIO_PIN(LPGPIO_InitStruct->Pin)); in LL_LPGPIO_Init()