ESPHome 2026.8.0-dev
Loading...
Searching...
No Matches
esphome::zephyr::ZephyrGPIOInterrupt Struct Reference

#include <gpio.h>

Data Fields

struct gpio_callback callback
 
void(* func )(void *)
 
void * arg {nullptr}
 

Detailed Description

Definition at line 13 of file gpio.h.

Field Documentation

◆ arg

void* esphome::zephyr::ZephyrGPIOInterrupt::arg {nullptr}

Definition at line 16 of file gpio.h.

◆ callback

struct gpio_callback esphome::zephyr::ZephyrGPIOInterrupt::callback

Definition at line 14 of file gpio.h.

◆ func

void(* esphome::zephyr::ZephyrGPIOInterrupt::func) (void *)
inline

Definition at line 15 of file gpio.h.


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