|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Injected non-volatile store for the calibration record. More...
#include <ra8_epd_cal.h>
Data Fields | |
| ra8_epd_cal_nv_read_fn_t | read |
| Record read seam; may be NULL. | |
| ra8_epd_cal_nv_write_fn_t | write |
| Record write seam; may be NULL. | |
| void * | ctx |
| Opaque context for both. | |
Injected non-volatile store for the calibration record.
A store with a NULL read is legal and simply means "no per-device record on this build" – the resolver skips that source rather than failing, so a board without data flash still resolves from the controller or from provisioning.
Definition at line 381 of file ra8_epd_cal.h.
| void* ra8_epd_cal_store_t::ctx |
Opaque context for both.
Definition at line 384 of file ra8_epd_cal.h.
Referenced by internal_ra8_epd_cal_read_record(), and ra8_epd_cal_provision().
| ra8_epd_cal_nv_read_fn_t ra8_epd_cal_store_t::read |
Record read seam; may be NULL.
Definition at line 382 of file ra8_epd_cal.h.
Referenced by internal_ra8_epd_cal_read_record().
| ra8_epd_cal_nv_write_fn_t ra8_epd_cal_store_t::write |
Record write seam; may be NULL.
Definition at line 383 of file ra8_epd_cal.h.
Referenced by ra8_epd_cal_provision().