|
Contiki 2.5
|
Initialization functions for the 8051 busMore...
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... | |
Initialization functions for the 8051 bus
Definition in file bus.c.
| 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.
1.8.3.1