|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Whole-block tamper-detection configuration. More...
#include <ra8_bkup.h>
Data Fields | |
| ra8_bkup_nc_width_t | nc_width |
| VINCW noise-sampling clock. | |
| ra8_bkup_tamper_chan_cfg_t | channels [(uint8_t) k_ra8_bkup_chan_count] |
| Channels. | |
Whole-block tamper-detection configuration.
Aggregates the noise-canceller width and per-channel descriptors so one call to ra8_bkup_tamper_init covers HUM Ch 12.3.7.4 "Tamper Detection Function Initialization Setting Flow" steps 1-8. cppcheck cannot see tests/ so it flags every field as unused.
Definition at line 200 of file ra8_bkup.h.
| ra8_bkup_tamper_chan_cfg_t ra8_bkup_tamper_config_t::channels[(uint8_t) k_ra8_bkup_chan_count] |
Channels.
Definition at line 203 of file ra8_bkup.h.
Referenced by internal_compose_vbtadcr1(), internal_compose_vbtadcr2(), internal_compose_vbtadcr3(), internal_compose_vbtictlr(), internal_compose_vbtictlr2(), and internal_validate_tamper_channels().
| ra8_bkup_nc_width_t ra8_bkup_tamper_config_t::nc_width |
VINCW noise-sampling clock.
Definition at line 201 of file ra8_bkup.h.
Referenced by ra8_bkup_tamper_init().