Firmware User Manual (AE-step)
99
Revision 1.02
2019-04-24
TLE984x Firmware User Manual
Return Values
Remarks
Customer needs to make attention to not destroy the BootROM stack pointer.
6.8.26
user_nvm_clk_factor_set
Description
This user API function sets the SCU_SYSCON0.NVMCLKFAC divider
Prototype
void user_nvm_clk_factor_set (
uint8_t clk_factor
)
Parameters
6.9
NVM Protection API types
6.9.1
user_callback_t
Description
User NVM callback function
Prototype
typedef void(* user_callback_t) (void)
6.10
Data Types and Structure Reference
This chapter contains the reference of data types and structures of all modules.
Data Type
Description
int32_t
ERR_LOG_SUCCESS in case of successful MBIST execution, otherwise a negative
error code. Returned error code can be one of the following: ERR_LOG_SUCCESS,
ERR_LOG_CODE_MBIST_RAM_RANGE_INVALID, ERR_LOG_CODE_MBIST_FAILED,
ERR_LOG_CODE_MBIST_TIMEOUT
Data Type
Name
Description
Dir
uint8_t
clk_factor
Sets the clock factor directly to the value specified. No
checks are done on the value. It is the responsibility of the
user to know the range based on device technical data
sheet.
-