ESPHome  2024.3.1
Public Member Functions | Protected Attributes
esphome::gpio::FlagsHelper Class Reference

#include <gpio.h>

Public Member Functions

constexpr FlagsHelper (Flags val)
 
constexpr operator Flags () const
 

Protected Attributes

Flags val_
 

Detailed Description

Definition at line 25 of file gpio.h.

Constructor & Destructor Documentation

◆ FlagsHelper()

constexpr esphome::gpio::FlagsHelper::FlagsHelper ( Flags  val)
inline

Definition at line 27 of file gpio.h.

Member Function Documentation

◆ operator Flags()

constexpr esphome::gpio::FlagsHelper::operator Flags ( ) const
inline

Definition at line 28 of file gpio.h.

Field Documentation

◆ val_

Flags esphome::gpio::FlagsHelper::val_
protected

Definition at line 31 of file gpio.h.


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