Home
last modified time | relevance | path

Searched refs:fcb_flash_read (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/fs/fcb/
Dfcb_elem_info.c35 rc = fcb_flash_read(_fcb, loc->fe_sector, loc->fe_elem_off, tmp_str, 2); in fcb_elem_crc8()
58 rc = fcb_flash_read(_fcb, loc->fe_sector, off, tmp_str, blk_sz); in fcb_elem_crc8()
85 rc = fcb_flash_read(_fcb, loc->fe_sector, loc->fe_elem_off, tmp_str, 2); in fcb_elem_endmarker_fixed()
133 rc = fcb_flash_read(_fcb, loc->fe_sector, off, &fl_em, sizeof(fl_em)); in fcb_elem_info()
Dfcb.c32 int fcb_flash_read(const struct fcb *fcbp, const struct flash_sector *sector, off_t off, in fcb_flash_read() function
286 rc = fcb_flash_read(fcbp, sector, 0, fdap, sizeof(*fdap)); in fcb_sector_hdr_read()
/Zephyr-Core-3.7.0/include/zephyr/fs/
Dfcb.h328 int fcb_flash_read(const struct fcb *fcbp, const struct flash_sector *sector, off_t off,