|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Decoded per-device calibration record. More...
#include <ra8_epd_cal.h>
Data Fields | |
| uint16_t | vcom_mv |
| VCOM magnitude in millivolts (e.g. | |
| uint8_t | schema_version |
| Schema the record was written under. | |
Decoded per-device calibration record.
The in-memory form of the serialised blob. schema_version is carried through so a caller can tell a freshly written record from one migrated off an older schema.
Definition at line 305 of file ra8_epd_cal.h.
| uint8_t ra8_epd_cal_record_t::schema_version |
Schema the record was written under.
Definition at line 307 of file ra8_epd_cal.h.
Referenced by ra8_epd_cal_deserialize().
| uint16_t ra8_epd_cal_record_t::vcom_mv |
VCOM magnitude in millivolts (e.g.
1530).
Definition at line 306 of file ra8_epd_cal.h.
Referenced by internal_ra8_epd_cal_try_record(), ra8_epd_cal_deserialize(), and ra8_epd_cal_serialize().