ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_bkup_tamper_config_t Struct Reference

Whole-block tamper-detection configuration. More...

#include <ra8_bkup.h>

Collaboration diagram for ra8_bkup_tamper_config_t:

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.

Detailed Description

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.

Field Documentation

◆ channels

◆ nc_width

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().


The documentation for this struct was generated from the following file: