DIY Logging Volt/Ampmeter
GPIO Exported Types

Data Structures

struct  GPIO_InitTypeDef
 GPIO Init structure definition. More...
 

Enumerations

enum  GPIO_PinState { GPIO_PIN_RESET = 0u, GPIO_PIN_SET }
 GPIO Bit SET and Bit RESET enumeration. More...
 

Detailed Description

Enumeration Type Documentation

◆ GPIO_PinState

GPIO Bit SET and Bit RESET enumeration.

Enumerator
GPIO_PIN_RESET 
GPIO_PIN_SET 

Definition at line 65 of file stm32f1xx_hal_gpio.h.

66 {
67  GPIO_PIN_RESET = 0u,
GPIO_PIN_SET
@ GPIO_PIN_SET
Definition: stm32f1xx_hal_gpio.h:68
GPIO_PIN_RESET
@ GPIO_PIN_RESET
Definition: stm32f1xx_hal_gpio.h:67
GPIO_PinState
GPIO_PinState
GPIO Bit SET and Bit RESET enumeration.
Definition: stm32f1xx_hal_gpio.h:65