ETAMPDET channel configuration structure.
Public Attributes#
Seed value to load into channel LFSR.
Channel id.
Channel Filter moving window size.
Channel filter threshold value where a tamper detect will be triggered.
Enable channel driving pad.
Enable channel tamper detect filtering feature.
Enable 1 clock delay to the TX value used for comparison.
Set to enable EM4 wakeup when channel tamper detect is set.
Public Attribute Documentation#
channel_seed_val#
uint32_t sl_hal_etampdet_config_channel_t::channel_seed_val
Seed value to load into channel LFSR.
channel_filt_win_size#
sl_hal_etampdet_channel_filt_win_size_t sl_hal_etampdet_config_channel_t::channel_filt_win_size
Channel Filter moving window size.
channel_cnt_mismatch#
sl_hal_etampdet_channel_cnt_mismatch_threshold_t sl_hal_etampdet_config_channel_t::channel_cnt_mismatch
Channel filter threshold value where a tamper detect will be triggered.
channel_tampdet_filt_en#
bool sl_hal_etampdet_config_channel_t::channel_tampdet_filt_en
Enable channel tamper detect filtering feature.
channel_cmp_dly_en#
bool sl_hal_etampdet_config_channel_t::channel_cmp_dly_en
Enable 1 clock delay to the TX value used for comparison.
This is to support trace propagation delay more than 1 clock cycle.
em4_wakeup_en#
bool sl_hal_etampdet_config_channel_t::em4_wakeup_en
Set to enable EM4 wakeup when channel tamper detect is set.