TMPM4G9
V1.0.0.0
|
Functions | |
__STATIC_INLINE TXZ_Result | fc_enable_areasel (void) |
Enables the AREA0. More... | |
__STATIC_INLINE TXZ_Result | fc_disable_areasel (void) |
Disables the AREA0. More... | |
TXZ_Result | fc_verify_check (uint32_t *src_address, uint32_t *dst_address, uint32_t size) |
Verifies data of the Flash ROM. More... | |
Variables | |
void(* | startup )(void) |
uint32_t | gLoadAddr |
__STATIC_INLINE TXZ_Result fc_disable_areasel | ( | void | ) |
Disables the AREA0.
- |
TXZ_SUCCESS | :Success. |
TXZ_ERROR | :Failure. |
__STATIC_INLINE TXZ_Result fc_enable_areasel | ( | void | ) |
Enables the AREA0.
- |
TXZ_SUCCESS | :Success. |
TXZ_ERROR | :Failure. |
TXZ_Result fc_verify_check | ( | uint32_t * | src_address, |
uint32_t * | dst_address, | ||
uint32_t | size | ||
) |
Verifies data of the Flash ROM.
src_address | |
dst_address | |
size |
TXZ_SUCCESS | :Success. |
TXZ_ERROR | :Failure. |
uint32_t gLoadAddr |
void(* startup) (void) |