|
Contiki-Inga 3.x
|
Header for flash for APIs. More...
#include "memmap.h"Go to the source code of this file.
Macros | |
| #define | MFB_MASS_ERASE 0x01 |
| Assign numerical value to the type of erasure requested. | |
Functions | |
| boolean | halFlashEraseIsActive (void) |
| Tells the calling code if a Flash Erase operation is active. More... | |
| StStatus | halInternalFlashErase (uint8_t eraseType, uint32_t address) |
| Erases a section of flash back to all 0xFFFF. More... | |
| StStatus | halInternalFlashWrite (uint32_t address, uint16_t *data, uint32_t length) |
| Writes a block of words to flash. More... | |
| StStatus | halInternalCibOptionByteWrite (uint8_t byte, uint8_t data) |
| Writes an option byte to the customer information block. More... | |
Header for flash for APIs.
Definition in file flash.h.
1.8.3.1