Home
last modified time | relevance | path

Searched refs:LL_LPGPIO_MODE_INPUT (Results 1 – 2 of 2) 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) ||\
144 LPGPIO_InitStruct->Mode = LL_LPGPIO_MODE_INPUT; in LL_LPGPIO_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lpgpio.h115 #define LL_LPGPIO_MODE_INPUT (0x00000000U) /*!< Select input mode */ macro