Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_lpgpio.c48 #define IS_LL_LPGPIO_MODE(__VALUE__) (((__VALUE__) == LL_LPGPIO_MODE_INPUT) ||\ macro
111 assert_param(IS_LL_LPGPIO_MODE(LPGPIO_InitStruct->Mode)); in LL_LPGPIO_Init()