|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Outcome of ra8_epd_cal_resolve. More...
#include <ra8_epd_cal.h>
Data Fields | |
| uint16_t | vcom_mv |
| Resolved VCOM magnitude, millivolts. | |
| ra8_epd_cal_source_t | source |
| Which authority supplied it. | |
Outcome of ra8_epd_cal_resolve.
Definition at line 504 of file ra8_epd_cal.h.
| ra8_epd_cal_source_t ra8_epd_cal_result_t::source |
Which authority supplied it.
Definition at line 506 of file ra8_epd_cal.h.
Referenced by internal_ra8_epd_cal_try_panel(), internal_ra8_epd_cal_try_record(), ra8_epd_cal_apply(), and ra8_epd_cal_resolve().
| uint16_t ra8_epd_cal_result_t::vcom_mv |
Resolved VCOM magnitude, millivolts.
Definition at line 505 of file ra8_epd_cal.h.
Referenced by internal_ra8_epd_cal_try_panel(), internal_ra8_epd_cal_try_record(), ra8_epd_cal_apply(), and ra8_epd_cal_resolve().