|
TXZ_WorkState | fc_get_status (fc_sr0_t status) |
| Get the status of the flash auto operation. More...
|
|
TXZ_Result | fc_write_cdata_flash (uint32_t *src_address, uint32_t *dst_address, uint32_t size) |
|
TXZ_Result | fc_verify_check (uint32_t *src_address, uint32_t *dst_address, uint32_t size) |
| Verifies data of the Flash ROM. More...
|
|
TXZ_Result | fc_write_code_flash (uint32_t *src_address, uint32_t *dst_address, uint32_t size) |
| Auto write command of the code flash ROM. More...
|
|
TXZ_Result | fc_erase_page_code_flash (fc_code_flash_page_number_t first_page, uint8_t num_of_pages) |
| Auro page erase command of the code flash ROM. More...
|
|
TXZ_Result | fc_blank_check_page_code_flash (fc_code_flash_page_number_t first_page, fc_code_flash_page_number_t lasr_page) |
| Checks a blank of the code Flash ROM of specified pages. More...
|
|
TXZ_Result | fc_write_user_information_area (uint32_t *src_address, uint32_t size) |
| Auto write command of the user information area. More...
|
|
TXZ_Result | fc_erase_user_information_area (void) |
| Auro page erase command of the user information area. More...
|
|
void | fc_read_user_information_area (uint32_t *dst_address, uint32_t size) |
| Raed of the user information area. More...
|
|