|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Injected controller access for VCOM. More...
#include <ra8_epd_cal.h>
Data Fields | |
| ra8_epd_cal_panel_get_fn_t | get |
| VCOM read seam; may be NULL. | |
| ra8_epd_cal_panel_set_fn_t | set |
| VCOM write seam; may be NULL. | |
| void * | ctx |
| Opaque context for both. | |
Injected controller access for VCOM.
A NULL get disables the controller-reported source; a NULL set makes ra8_epd_cal_apply fail rather than pretend to have programmed the panel.
Definition at line 442 of file ra8_epd_cal.h.
| void* ra8_epd_cal_panel_ops_t::ctx |
Opaque context for both.
Definition at line 445 of file ra8_epd_cal.h.
Referenced by internal_ra8_epd_cal_try_panel(), and ra8_epd_cal_apply().
| ra8_epd_cal_panel_get_fn_t ra8_epd_cal_panel_ops_t::get |
VCOM read seam; may be NULL.
Definition at line 443 of file ra8_epd_cal.h.
Referenced by internal_ra8_epd_cal_try_panel(), and ra8_epd_cal_apply().
| ra8_epd_cal_panel_set_fn_t ra8_epd_cal_panel_ops_t::set |
VCOM write seam; may be NULL.
Definition at line 444 of file ra8_epd_cal.h.
Referenced by ra8_epd_cal_apply().