Symbols
loading...
Files
loading...

LL_GPIO_MODE_ANALOG macro

Select analog mode

Syntax

#define LL_GPIO_MODE_ANALOG GPIO_MODER_MODER0

Examples

LL_GPIO_MODE_ANALOG is referenced by 14 libraries and example projects.

References

LocationText
stm32f4xx_ll_gpio.h:139
#define LL_GPIO_MODE_ANALOG GPIO_MODER_MODER0 /*!< Select analog mode */
stm32f4xx_ll_gpio.c:277
GPIO_InitStruct->Mode = LL_GPIO_MODE_ANALOG;