A single conversion result.
More...
|
| constexpr bool | operator== (const sample &) const noexcept=default |
| | Compares two conversion results for equality.
|
| |
|
| idfxx::gpio | pin = gpio::nc() |
| | The pin this conversion was taken from.
|
| |
| int | raw = 0 |
| | Raw conversion value (chip bit-width dependent).
|
| |
A single conversion result.
Definition at line 264 of file adc.hpp.
◆ operator==()
| constexpr bool idfxx::adc::sampler::sample::operator== |
( |
const sample & |
| ) |
const |
|
constexprdefaultnoexcept |
Compares two conversion results for equality.
◆ pin
The pin this conversion was taken from.
Definition at line 265 of file adc.hpp.
◆ raw
| int idfxx::adc::sampler::sample::raw = 0 |
Raw conversion value (chip bit-width dependent).
Definition at line 266 of file adc.hpp.
The documentation for this struct was generated from the following file: