STM32F103xB HAL User Manual
Defines
Mode
GPIO Exported Constants

Defines

#define LL_GPIO_MODE_ANALOG   0x00000000U
#define LL_GPIO_MODE_FLOATING   GPIO_CRL_CNF0_0
#define LL_GPIO_MODE_INPUT   GPIO_CRL_CNF0_1
#define LL_GPIO_MODE_OUTPUT   GPIO_CRL_MODE0_0
#define LL_GPIO_MODE_ALTERNATE   (GPIO_CRL_CNF0_1 | GPIO_CRL_MODE0_0)

Define Documentation

#define LL_GPIO_MODE_ALTERNATE   (GPIO_CRL_CNF0_1 | GPIO_CRL_MODE0_0)

Select alternate function mode

Definition at line 147 of file stm32f1xx_ll_gpio.h.

Referenced by LL_GPIO_Init().

#define LL_GPIO_MODE_ANALOG   0x00000000U

Select analog mode

Definition at line 143 of file stm32f1xx_ll_gpio.h.

#define LL_GPIO_MODE_FLOATING   GPIO_CRL_CNF0_0

Select floating mode

Definition at line 144 of file stm32f1xx_ll_gpio.h.

Referenced by LL_GPIO_StructInit().

#define LL_GPIO_MODE_INPUT   GPIO_CRL_CNF0_1

Select input mode

Definition at line 145 of file stm32f1xx_ll_gpio.h.

Referenced by LL_GPIO_Init().

#define LL_GPIO_MODE_OUTPUT   GPIO_CRL_MODE0_0

Select general purpose output mode

Definition at line 146 of file stm32f1xx_ll_gpio.h.

Referenced by LL_GPIO_Init().