Searched defs:fcbp (Results  1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/fs/fcb/ | 
| D | fcb.c | 19 uint8_t fcb_get_align(const struct fcb *fcbp)  in fcb_get_align() 32 int fcb_flash_read(const struct fcb *fcbp, const struct flash_sector *sector, off_t off,  in fcb_flash_read() 54 int fcb_flash_write(const struct fcb *fcbp, const struct flash_sector *sector, off_t off,  in fcb_flash_write() 76 int fcb_erase_sector(const struct fcb *fcbp, const struct flash_sector *sector)  in fcb_erase_sector() 92 int fcb_init(int f_area_id, struct fcb *fcbp)  in fcb_init() 174 int fcb_free_sector_cnt(struct fcb *fcbp)  in fcb_free_sector_cnt() 189 int fcb_is_empty(struct fcb *fcbp)  in fcb_is_empty() 216 int fcb_put_len(const struct fcb *fcbp, uint8_t *buf, uint16_t len)  in fcb_put_len() 230 int fcb_get_len(const struct fcb *fcbp, uint8_t *buf, uint16_t *len)  in fcb_get_len() 255 int fcb_sector_hdr_init(struct fcb *fcbp, struct flash_sector *sector, uint16_t id)  in fcb_sector_hdr_init() [all …] 
 | 
| D | fcb_priv.h | 42 static inline uint32_t fcb_flash_magic(const struct fcb *fcbp)  in fcb_flash_magic() 59 static inline int fcb_len_in_flash(struct fcb *fcbp, uint16_t len)  in fcb_len_in_flash()
  |