Symbols
loading...
Files
loading...

LL_GPIO_MODE_ALTERNATE macro

Select alternate function mode

Syntax

#define LL_GPIO_MODE_ALTERNATE GPIO_MODER_MODER0_1

Examples

LL_GPIO_MODE_ALTERNATE is referenced by 33 libraries and example projects.

References

LocationText
stm32f4xx_ll_gpio.h:138
#define LL_GPIO_MODE_ALTERNATE GPIO_MODER_MODER0_1 /*!< Select alternate function mode */
stm32f4xx_ll_gpio.c:223
if ((GPIO_InitStruct->Mode == LL_GPIO_MODE_OUTPUT) || (GPIO_InitStruct->Mode == LL_GPIO_MODE_ALTERNATE))
stm32f4xx_ll_gpio.c:241
if (GPIO_InitStruct->Mode == LL_GPIO_MODE_ALTERNATE)