RAFW Flexible Software Package Documentation  Release v2.0.1

 
bsp_tcs_shared_t Struct Reference

This structure is used to hold the TCS shared-memory data in specific order to prevent compiler optimization when building for both (SYSCPU and CMAC) CPUs. More...

#include <bsp_tcs.h>

Data Fields

uint32_t * tcs_data
 
uint8_t tcs_data_size
 
bsp_tcs_attr_ttcs_attributes
 
uint16_t cs_otp_program_version
 

Detailed Description

This structure is used to hold the TCS shared-memory data in specific order to prevent compiler optimization when building for both (SYSCPU and CMAC) CPUs.

Field Documentation

◆ tcs_data

uint32_t* bsp_tcs_shared_t::tcs_data

The CS data as read by the TCS parser

◆ tcs_data_size

uint8_t bsp_tcs_shared_t::tcs_data_size

Number of words in the tcs_data

◆ tcs_attributes

bsp_tcs_attr_t* bsp_tcs_shared_t::tcs_attributes

The TCS attributes

◆ cs_otp_program_version

uint16_t bsp_tcs_shared_t::cs_otp_program_version

The version of the CS as described by the BSP_TCS_GROUP_TESTPROGRAM_VERSION attribute


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