ESPHome 2026.3.2
Loading...
Searching...
No Matches
esphome::esp32::ESP32InternalGPIOPin::PinFlags Struct Reference

#include <gpio.h>

Data Fields

uint8_t inverted: 1
 
uint8_t drive_strength: 2
 
uint8_t reserved: 5
 

Detailed Description

Definition at line 45 of file gpio.h.

Field Documentation

◆ drive_strength

uint8_t esphome::esp32::ESP32InternalGPIOPin::PinFlags::drive_strength

Definition at line 47 of file gpio.h.

◆ inverted

uint8_t esphome::esp32::ESP32InternalGPIOPin::PinFlags::inverted

Definition at line 46 of file gpio.h.

◆ reserved

uint8_t esphome::esp32::ESP32InternalGPIOPin::PinFlags::reserved

Definition at line 48 of file gpio.h.


The documentation for this struct was generated from the following file: