Mercurial > public > ostc4
comparison Discovery/Inc/externLogbookFlash.h @ 428:0e5341951079 ImprovmentNVM_2
Activated ringbuffer for settings:
Updated Headerfile with new parameter
author | ideenmodellierer |
---|---|
date | Mon, 17 Feb 2020 19:04:10 +0100 |
parents | 86fcac4cc43a |
children | 1c0b911c367f |
comparison
equal
deleted
inserted
replaced
427:b1091e183d52 | 428:0e5341951079 |
---|---|
106 WordToByte_t u8bit; | 106 WordToByte_t u8bit; |
107 uint16_t u16bit; | 107 uint16_t u16bit; |
108 } convert16_Type; | 108 } convert16_Type; |
109 | 109 |
110 /* Exported functions --------------------------------------------------------*/ | 110 /* Exported functions --------------------------------------------------------*/ |
111 void ext_flash_write_settings(void); | 111 void ext_flash_write_settings(uint8_t resetRing); |
112 uint8_t ext_flash_read_settings(void); | 112 uint8_t ext_flash_read_settings(void); |
113 | 113 |
114 void ext_flash_write_devicedata(uint8_t resetRing); | 114 void ext_flash_write_devicedata(uint8_t resetRing); |
115 uint16_t ext_flash_read_devicedata(uint8_t *buffer, uint16_t max_length); | 115 uint16_t ext_flash_read_devicedata(uint8_t *buffer, uint16_t max_length); |
116 void ext_flash_read_fixed_16_devicedata_blocks_formated_128byte_total(uint8_t *buffer); | 116 void ext_flash_read_fixed_16_devicedata_blocks_formated_128byte_total(uint8_t *buffer); |