Home
last modified time | relevance | path

Searched refs:test_fcb_crc_disabled (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_crc_disabled_after_enabled.c31 test_fcb_crc_disabled.f_erase_value = test_fcb.f_erase_value; in fcb_pretest_crc_disabled_after_enabled()
32 test_fcb_crc_disabled.f_sector_cnt = test_fcb.f_sector_cnt; in fcb_pretest_crc_disabled_after_enabled()
33 test_fcb_crc_disabled.f_sectors = test_fcb.f_sectors; in fcb_pretest_crc_disabled_after_enabled()
35 rc = fcb_init(TEST_FCB_FLASH_AREA_ID, &test_fcb_crc_disabled); in fcb_pretest_crc_disabled_after_enabled()
42 rc = fcb_walk(&test_fcb_crc_disabled, 0, fcb_test_data_walk_cb, &var_cnt); in fcb_pretest_crc_disabled_after_enabled()
Dfcb_test.h28 extern struct fcb test_fcb_crc_disabled;
Dmain.c18 struct fcb test_fcb_crc_disabled = { .f_flags = FCB_FLAGS_CRC_DISABLED }; variable
145 fcb_tc_pretest(2, &test_fcb_crc_disabled); in fcb_pretest_crc_disabled()
Dfcb_test_append.c46 test_fcb_append(&test_fcb_crc_disabled); in ZTEST()