|
bool | flash_write (uint8_t sector, uint32_t offset, const uint8_t *data, uint16_t length) |
|
bool | flash_read (uint8_t sector, uint32_t offset, uint8_t *data, uint16_t length) |
|
bool | flash_erase (uint8_t sector) |
|
bool | flash_erase_ok (void) |
|
void | write (uint16_t offset, const uint8_t *data, uint16_t length) |
|
Definition at line 12 of file FlashTest.cpp.
◆ flash_erase()
bool FlashTest::flash_erase |
( |
uint8_t |
sector | ) |
|
|
private |
◆ flash_erase_ok()
bool FlashTest::flash_erase_ok |
( |
void |
| ) |
|
|
private |
◆ flash_read()
bool FlashTest::flash_read |
( |
uint8_t |
sector, |
|
|
uint32_t |
offset, |
|
|
uint8_t * |
data, |
|
|
uint16_t |
length |
|
) |
| |
|
private |
◆ flash_write()
bool FlashTest::flash_write |
( |
uint8_t |
sector, |
|
|
uint32_t |
offset, |
|
|
const uint8_t * |
data, |
|
|
uint16_t |
length |
|
) |
| |
|
private |
◆ loop()
void FlashTest::loop |
( |
void |
| ) |
|
|
overridevirtual |
◆ setup()
void FlashTest::setup |
( |
void |
| ) |
|
|
overridevirtual |
◆ write()
void FlashTest::write |
( |
uint16_t |
offset, |
|
|
const uint8_t * |
data, |
|
|
uint16_t |
length |
|
) |
| |
|
private |
◆ erase_ok
◆ flash
◆ flash_sector_size
const uint32_t FlashTest::flash_sector_size = 32U * 1024U |
|
staticprivate |
◆ mem_buffer
◆ mem_mirror
◆ storage
The documentation for this class was generated from the following file: