Mercurial > public > ostc4
diff Discovery/Inc/externLogbookFlash.h @ 470:dd0d0952ef35
Merged in Ideenmodellierer/ostc4/Improve_Logtansfer (pull request #42)
Improve Logtansfer
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Wed, 15 Apr 2020 07:01:11 +0000 |
parents | 538eb1c976e9 |
children | eb2060caca7d |
line wrap: on
line diff
--- a/Discovery/Inc/externLogbookFlash.h Wed Apr 08 16:34:54 2020 +0200 +++ b/Discovery/Inc/externLogbookFlash.h Wed Apr 15 07:01:11 2020 +0000 @@ -141,6 +141,9 @@ void ext_flash_read_header_memory(uint8_t *data); void ext_flash_write_header_memory(uint8_t *data); +void ext_flash_read_sample_memory(uint8_t *data,uint16_t blockId); +void ext_flash_write_sample_memory(uint8_t *data,uint16_t blockId); + void ext_flash_erase_logbook(void); void ext_flash_erase_chip(void); void ext_flash_erase_firmware(void); @@ -165,6 +168,9 @@ uint32_t ext_flash_AnalyseSampleBuffer(char *pstrResult); void ext_flash_CloseSector(void); -void ext_flash_invalidate_sample_index(uint32_t sectorStart); + +uint32_t ext_flash_read_profilelength_small_header(uint32_t smallHeaderAddr); +uint8_t ext_flash_SampleOverrunValid(void); + #endif /* EXTERN_LOGBOOK_FLASH_H */