|
ESPHome 2025.10.4
|
Go to the source code of this file.
Data Structures | |
| struct | esphome::bl0940::DataPacket |
| class | esphome::bl0940::BL0940 |
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::bl0940 |
Functions | |
| struct esphome::bl0940::DataPacket | esphome::bl0940::__attribute__ ((packed)) |
Variables | |
| uint8_t | frame_header |
| uint24_le_t | i_fast_rms |
| uint24_le_t | i_rms |
| uint24_t | RESERVED0 |
| uint24_le_t | v_rms |
| uint24_t | RESERVED1 |
| int24_le_t | watt |
| uint24_t | RESERVED2 |
| uint24_le_t | cf_cnt |
| uint24_t | RESERVED3 |
| uint16_le_t | tps1 |
| uint8_t | RESERVED4 |
| uint16_le_t | tps2 |
| uint8_t | RESERVED5 |
| uint8_t | checksum |
| esphome::bl0940::BL0940 | esphome::bl0940::__attribute__ |