ESPHome 2025.8.0b2
Loading...
Searching...
No Matches
esphome::zephyr::ZephyrGPIOPin Class Reference

#include <gpio.h>

Inheritance diagram for esphome::zephyr::ZephyrGPIOPin:
esphome::InternalGPIOPin esphome::GPIOPin

Public Member Functions

void set_pin (uint8_t pin)
 
void set_inverted (bool inverted)
 
void set_flags (gpio::Flags flags)
 
void setup () override
 
void pin_mode (gpio::Flags flags) override
 
bool digital_read () override
 
void digital_write (bool value) override
 
std::string dump_summary () const override
 
void detach_interrupt () const override
 
ISRInternalGPIOPin to_isr () const override
 
uint8_t get_pin () const override
 
bool is_inverted () const override
 
gpio::Flags get_flags () const override
 
- Public Member Functions inherited from esphome::InternalGPIOPin
template<typename T >
void attach_interrupt (void(*func)(T *), T *arg, gpio::InterruptType type) const
 
bool is_internal () override
 
- Public Member Functions inherited from esphome::GPIOPin

Protected Member Functions

void attach_interrupt (void(*func)(void *), void *arg, gpio::InterruptType type) const override
 
- Protected Member Functions inherited from esphome::InternalGPIOPin

Protected Attributes

uint8_t pin_
 
bool inverted_
 
gpio::Flags flags_
 
const device * gpio_ = nullptr
 
bool value_ = false
 

Detailed Description

Definition at line 9 of file gpio.h.

Member Function Documentation

◆ attach_interrupt()

void esphome::zephyr::ZephyrGPIOPin::attach_interrupt ( void(* func )(void *),
void * arg,
gpio::InterruptType type ) const
overrideprotectedvirtual

Implements esphome::InternalGPIOPin.

Definition at line 48 of file gpio.cpp.

◆ detach_interrupt()

void esphome::zephyr::ZephyrGPIOPin::detach_interrupt ( ) const
overridevirtual

Implements esphome::InternalGPIOPin.

Definition at line 107 of file gpio.cpp.

◆ digital_read()

bool esphome::zephyr::ZephyrGPIOPin::digital_read ( )
overridevirtual

Implements esphome::GPIOPin.

Definition at line 91 of file gpio.cpp.

◆ digital_write()

void esphome::zephyr::ZephyrGPIOPin::digital_write ( bool value)
overridevirtual

Implements esphome::GPIOPin.

Definition at line 98 of file gpio.cpp.

◆ dump_summary()

std::string esphome::zephyr::ZephyrGPIOPin::dump_summary ( ) const
overridevirtual

Implements esphome::GPIOPin.

Definition at line 85 of file gpio.cpp.

◆ get_flags()

gpio::Flags esphome::zephyr::ZephyrGPIOPin::get_flags ( ) const
inlineoverridevirtual

Implements esphome::GPIOPin.

Definition at line 24 of file gpio.h.

◆ get_pin()

uint8_t esphome::zephyr::ZephyrGPIOPin::get_pin ( ) const
inlineoverridevirtual

Implements esphome::InternalGPIOPin.

Definition at line 22 of file gpio.h.

◆ is_inverted()

bool esphome::zephyr::ZephyrGPIOPin::is_inverted ( ) const
inlineoverridevirtual

Implements esphome::InternalGPIOPin.

Definition at line 23 of file gpio.h.

◆ pin_mode()

void esphome::zephyr::ZephyrGPIOPin::pin_mode ( gpio::Flags flags)
overridevirtual

Implements esphome::GPIOPin.

Definition at line 78 of file gpio.cpp.

◆ set_flags()

void esphome::zephyr::ZephyrGPIOPin::set_flags ( gpio::Flags flags)
inline

Definition at line 13 of file gpio.h.

◆ set_inverted()

void esphome::zephyr::ZephyrGPIOPin::set_inverted ( bool inverted)
inline

Definition at line 12 of file gpio.h.

◆ set_pin()

void esphome::zephyr::ZephyrGPIOPin::set_pin ( uint8_t pin)
inline

Definition at line 11 of file gpio.h.

◆ setup()

void esphome::zephyr::ZephyrGPIOPin::setup ( )
overridevirtual

Implements esphome::GPIOPin.

Definition at line 52 of file gpio.cpp.

◆ to_isr()

ISRInternalGPIOPin esphome::zephyr::ZephyrGPIOPin::to_isr ( ) const
overridevirtual

Implements esphome::InternalGPIOPin.

Definition at line 41 of file gpio.cpp.

Field Documentation

◆ flags_

gpio::Flags esphome::zephyr::ZephyrGPIOPin::flags_
protected

Definition at line 30 of file gpio.h.

◆ gpio_

const device* esphome::zephyr::ZephyrGPIOPin::gpio_ = nullptr
protected

Definition at line 31 of file gpio.h.

◆ inverted_

bool esphome::zephyr::ZephyrGPIOPin::inverted_
protected

Definition at line 29 of file gpio.h.

◆ pin_

uint8_t esphome::zephyr::ZephyrGPIOPin::pin_
protected

Definition at line 28 of file gpio.h.

◆ value_

bool esphome::zephyr::ZephyrGPIOPin::value_ = false
protected

Definition at line 32 of file gpio.h.


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