This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | flash_setup (void) |
| Setup function to be called before any of the flash programming functions. | |
| void | flash_done (void) |
| Function that is to be called after flashing is done. | |
| void | flash_write (unsigned short *addr, unsigned short word) |
| Write a 16-bit word to flash ROM. | |
| void | flash_clear (unsigned short *addr) |
| Clear a 16-bit word in flash ROM. | |
|
|
Clear a 16-bit word in flash ROM. This function clears a 16-bit word in flash ROM. The function flash_setup() must have been called first.
|
|
||||||||||||
|
Write a 16-bit word to flash ROM. This function writes a 16-bit word to flash ROM. The function flash_setup() must have been called first.
|
1.3.6