Searched refs:ERASED_VAL (Results 1 – 1 of 1) sorted by relevance
30 #define ERASED_VAL 0x00 macro32 #define ERASED_VAL 0xFF macro42 uint8_t prepared_mark[FLASH_WRITE_BLOCK_SIZE] = {ERASED_VAL};108 if (prepared_mark[0] == ERASED_VAL) { in test_prepare_storage()121 (void)memset(new_val, (~ERASED_VAL) & 0xFF, in test_prepare_storage()