Appiko
Enumerations

Hardware abstraction layer of the General Purpose Input Output peripheral. More...

Enumerations

enum  hal_gpio_pull_t { HAL_GPIO_PULL_DISABLED = GPIO_PIN_CNF_PULL_Disabled, HAL_GPIO_PULL_DOWN = GPIO_PIN_CNF_PULL_Pulldown, HAL_GPIO_PULL_UP = GPIO_PIN_CNF_PULL_Pullup }
 

Detailed Description

Enumeration Type Documentation

◆ hal_gpio_pull_t

Defines for the types of pull configurations are possible for a GPIO pin

Enumerator
HAL_GPIO_PULL_DISABLED 

HAL_GPIO_PULL_DISABLED.

HAL_GPIO_PULL_DOWN 

HAL_GPIO_PULL_DOWN.

HAL_GPIO_PULL_UP 

HAL_GPIO_PULL_UP.

Definition at line 36 of file hal_gpio.h.