Contiki 2.5
|
A brief description of what this file is.More...
Go to the source code of this file.
Functions | |
void | flash_read (uint8_t *buf, uint32_t address, uint8_t size) __banked |
Read a block of code memory. More... | |
A brief description of what this file is.
Definition in file bus.h.
void flash_read | ( | uint8_t * | buf, |
uint32_t | address, | ||
uint8_t | size | ||
) |
Read a block of code memory.
The code must be placed in the lowest bank of flash.
address | address to read from flash |
buffer | buffer to store data |
size | number of bytes to read |
Definition at line 69 of file bus.c.
References DISABLE_INTERRUPTS.