Searched refs:test_fcb_crc_disabled (Results 1 – 4 of 4) sorted by relevance
31 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()
28 extern struct fcb test_fcb_crc_disabled;
18 struct fcb test_fcb_crc_disabled = { .f_flags = FCB_FLAGS_CRC_DISABLED }; variable145 fcb_tc_pretest(2, &test_fcb_crc_disabled); in fcb_pretest_crc_disabled()
46 test_fcb_append(&test_fcb_crc_disabled); in ZTEST()