ESPHome 2026.3.3
Loading...
Searching...
No Matches
esphome::zephyr Namespace Reference

Data Structures

class  CdcAcm
 
class  ZephyrGPIOPin
 

Functions

void setup_preferences ()
 
const char * get_reset_reason (std::span< char, RESET_REASON_BUFFER_SIZE > buffer)
 

Variables

CdcAcmglobal_cdc_acm
 

Function Documentation

◆ get_reset_reason()

const char * esphome::zephyr::get_reset_reason ( std::span< char, RESET_REASON_BUFFER_SIZE > buffer)

Definition at line 22 of file reset_reason.cpp.

◆ setup_preferences()

void esphome::zephyr::setup_preferences ( )

Definition at line 157 of file preferences.cpp.

Variable Documentation

◆ global_cdc_acm

CdcAcm * esphome::zephyr::global_cdc_acm

Definition at line 26 of file cdc_acm.cpp.