Mercurial > public > ostc4
comparison Discovery/Inc/externLogbookFlash.h @ 463:e4f6afd9c96b Improve_Logtansfer
Added function to transfer sample buffer:
Command for the transfer of sample raw data added. This may be used, together with the existing raw header transfer, to backup / restore the complete log memory
author | ideenmodellierer |
---|---|
date | Sun, 12 Apr 2020 21:02:34 +0200 |
parents | 1c0b911c367f |
children | 538eb1c976e9 |
comparison
equal
deleted
inserted
replaced
462:dddfe7917131 | 463:e4f6afd9c96b |
---|---|
139 uint32_t ext_flash_read_dive_raw_with_double_header_1K(uint8_t *data, uint32_t max_size, uint8_t StepBackwards); | 139 uint32_t ext_flash_read_dive_raw_with_double_header_1K(uint8_t *data, uint32_t max_size, uint8_t StepBackwards); |
140 | 140 |
141 void ext_flash_read_header_memory(uint8_t *data); | 141 void ext_flash_read_header_memory(uint8_t *data); |
142 void ext_flash_write_header_memory(uint8_t *data); | 142 void ext_flash_write_header_memory(uint8_t *data); |
143 | 143 |
144 void ext_flash_read_sample_memory(uint8_t *data,uint16_t blockId); | |
145 void ext_flash_write_sample_memory(uint8_t *data,uint16_t blockId); | |
146 | |
144 void ext_flash_erase_logbook(void); | 147 void ext_flash_erase_logbook(void); |
145 void ext_flash_erase_chip(void); | 148 void ext_flash_erase_chip(void); |
146 void ext_flash_erase_firmware(void); | 149 void ext_flash_erase_firmware(void); |
147 void ext_flash_erase_firmware2(void); | 150 void ext_flash_erase_firmware2(void); |
148 void ext_flash_disable_protection_for_logbook(void); | 151 void ext_flash_disable_protection_for_logbook(void); |