20 #ifndef BOOTLOADER_FIRMWARE_SRC_FLASH_H_
21 #define BOOTLOADER_FIRMWARE_SRC_FLASH_H_
74 #endif // BOOTLOADER_FIRMWARE_SRC_FLASH_H_
bool Flash_ErasePage(uint32_t address)
Erase a page of flash memory and block until the operation is complete.
uint32_t Flash_ReadWord(uint32_t address)
Read a word (32-bits) from flash memory.
bool Flash_WriteWord(uint32_t address, uint32_t data)
Write a word (32-bits) to flash memory and block until the operation is complete. ...