44 #ifndef DOXYGEN_SHOULD_SKIP_THIS
50 #define MFB_MASS_ERASE 0x01
51 #define MFB_PAGE_ERASE 0x02
52 #define CIB_ERASE 0x03
73 StStatus halInternalFlashErase(uint8_t eraseType, uint32_t address);
104 StStatus halInternalFlashWrite(uint32_t address, uint16_t * data, uint32_t length);
124 StStatus halInternalCibOptionByteWrite(uint8_t byte, uint8_t data);
126 #endif //DOXYGEN_SHOULD_SKIP_THIS
STM32W108 series memory map definitions used by the full hal.
boolean halFlashEraseIsActive(void)
Tells the calling code if a Flash Erase operation is active.
uint8_t StStatus
Return type for St functions.