#include <light_partition.h>
Definition at line 12 of file light_partition.h.
◆ AddressableSegment()
esphome::partition::AddressableSegment::AddressableSegment |
( |
light::LightState * |
src, |
|
|
int32_t |
src_offset, |
|
|
int32_t |
size, |
|
|
bool |
reversed |
|
) |
| |
|
inline |
◆ get_dst_offset()
int32_t esphome::partition::AddressableSegment::get_dst_offset |
( |
| ) |
const |
|
inline |
◆ get_size()
int32_t esphome::partition::AddressableSegment::get_size |
( |
| ) |
const |
|
inline |
◆ get_src()
◆ get_src_offset()
int32_t esphome::partition::AddressableSegment::get_src_offset |
( |
| ) |
const |
|
inline |
◆ is_reversed()
bool esphome::partition::AddressableSegment::is_reversed |
( |
| ) |
const |
|
inline |
◆ set_dst_offset()
void esphome::partition::AddressableSegment::set_dst_offset |
( |
int32_t |
dst_offset | ) |
|
|
inline |
◆ dst_offset_
int32_t esphome::partition::AddressableSegment::dst_offset_ |
|
protected |
◆ reversed_
bool esphome::partition::AddressableSegment::reversed_ |
|
protected |
◆ size_
int32_t esphome::partition::AddressableSegment::size_ |
|
protected |
◆ src_
◆ src_offset_
int32_t esphome::partition::AddressableSegment::src_offset_ |
|
protected |
The documentation for this class was generated from the following file: