|
Zephyr Project API 4.4.0-rc3
A Scalable Open Source RTOS
|
Flash Circular internal. More...
Functions | |
| int | fcb_flash_read (const struct fcb *fcbp, const struct flash_sector *sector, off_t off, void *dst, size_t len) |
| Read raw data from the fcb flash sector. | |
| int | fcb_flash_write (const struct fcb *fcbp, const struct flash_sector *sector, off_t off, const void *src, size_t len) |
| Write raw data to the fcb flash sector. | |
Flash Circular internal.
| int fcb_flash_read | ( | const struct fcb * | fcbp, |
| const struct flash_sector * | sector, | ||
| off_t | off, | ||
| void * | dst, | ||
| size_t | len ) |
| int fcb_flash_write | ( | const struct fcb * | fcbp, |
| const struct flash_sector * | sector, | ||
| off_t | off, | ||
| const void * | src, | ||
| size_t | len ) |