ETAMPDET channel configuration structure.

Public Attributes#

uint32_t

Seed value to load into channel LFSR.

Channel filter threshold value where a tamper detect will be triggered.

bool

Enable channel driving pad.

bool

Enable channel tamper detect filtering feature.

bool

Enable 1 clock delay to the TX value used for comparison.

bool

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.


Definition at line 365 of file platform/peripheral/inc/peripheral_etampdet.h

channel#

sl_hal_etampdet_channel_t sl_hal_etampdet_config_channel_t::channel

Channel id.


Definition at line 368 of file platform/peripheral/inc/peripheral_etampdet.h

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.


Definition at line 371 of file platform/peripheral/inc/peripheral_etampdet.h

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.


Definition at line 374 of file platform/peripheral/inc/peripheral_etampdet.h

channel_pad_en#

bool sl_hal_etampdet_config_channel_t::channel_pad_en

Enable channel driving pad.


Definition at line 377 of file platform/peripheral/inc/peripheral_etampdet.h

channel_tampdet_filt_en#

bool sl_hal_etampdet_config_channel_t::channel_tampdet_filt_en

Enable channel tamper detect filtering feature.


Definition at line 380 of file platform/peripheral/inc/peripheral_etampdet.h

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.


Definition at line 384 of file platform/peripheral/inc/peripheral_etampdet.h

em4_wakeup_en#

bool sl_hal_etampdet_config_channel_t::em4_wakeup_en

Set to enable EM4 wakeup when channel tamper detect is set.


Definition at line 387 of file platform/peripheral/inc/peripheral_etampdet.h