HAL + 0/69 examples
CodeScope will show references to LL_GPIO_MODE_OUTPUT from the following samples and libraries:
Examples
STM32F410xx-Nucleo
Examples_LL
LPTIM
STM32F411RE-Nucleo
Examples_LL
ADC
CRC
DMA
EXTI
GPIO
I2C
IWDG
PWR
RCC
RTC
SPI
TIM
USART
UTILS
WWDG
STM32F429ZI-Nucleo
Examples_LL
CORTEX
DAC
DMA2D
RNG
 
Symbols
loading...
Files
loading...

LL_GPIO_MODE_OUTPUT macro

Select output mode

Syntax

#define LL_GPIO_MODE_OUTPUT GPIO_MODER_MODER0_0

Examples

LL_GPIO_MODE_OUTPUT is referenced by 69 libraries and example projects.

References

LocationText
stm32f4xx_ll_gpio.h:137
#define LL_GPIO_MODE_OUTPUT GPIO_MODER_MODER0_0 /*!< Select output mode */
stm32f4xx_ll_gpio.c:223
if ((GPIO_InitStruct->Mode == LL_GPIO_MODE_OUTPUT) || (GPIO_InitStruct->Mode == LL_GPIO_MODE_ALTERNATE))