ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
struct | esphome::datetime::DateEntityRestoreState |
class | esphome::datetime::DateEntity |
class | esphome::datetime::DateCall |
class | esphome::datetime::DateSetAction< Ts > |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::datetime | |
Functions | |
struct esphome::datetime::DateEntityRestoreState | esphome::datetime::__attribute__ ((packed)) |
DateCall | to_call (DateEntity *date) |
void | apply (DateEntity *date) |
Variables | |
uint16_t | year |
uint8_t | month |
uint8_t | day |
esphome::datetime::DateEntity | esphome::datetime::__attribute__ |
void __attribute__::apply | ( | DateEntity * | date | ) |
DateCall __attribute__::to_call | ( | DateEntity * | date | ) |
uint8_t day |
Definition at line 124 of file date_entity.h.
uint8_t month |
Definition at line 123 of file date_entity.h.
uint16_t year |
Definition at line 122 of file date_entity.h.