|
ESPHome 2025.12.0-dev
|
Go to the source code of this file.
Data Structures | |
| class | esphome::internal::BigEndianLayout< T > |
| Wrapper class for memory using big endian data layout, transparently converting it to native order. More... | |
| class | esphome::internal::LittleEndianLayout< T > |
| Wrapper class for memory using big endian data layout, transparently converting it to native order. More... | |
| struct | esphome::uint24_t |
| 24-bit unsigned integer type, transparently converting to 32-bit. More... | |
| struct | esphome::int24_t |
| 24-bit signed integer type, transparently converting to 32-bit. More... | |
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::internal |
Functions | |
| template<typename T > | |
| class esphome::internal::BigEndianLayout | esphome::internal::__attribute__ ((packed)) |
| constexpr | operator T () |
| template<typename T > | |
| class esphome::internal::LittleEndianLayout | esphome::internal::__attribute__ ((packed)) |
| struct esphome::uint24_t | esphome::__attribute__ ((packed)) |
| operator uint32_t () | |
| operator int32_t () | |
Variables | |
| uint32_t | val |
| __attribute__::operator int32_t | ( | ) |
Definition at line 0 of file datatypes.h.
|
constexpr |
Definition at line 1 of file datatypes.h.
| __attribute__::operator uint32_t | ( | ) |
Definition at line 0 of file datatypes.h.
| int32_t val |
Definition at line 1 of file datatypes.h.