Software APIs
Data Fields
partition_check_cfg Struct Reference

Data Fields

check_id_t check_id
 
uint32_t page_id
 
const uint32_t * data
 
uint32_t size
 
bool do_write
 
bool expect_read_ok
 
bool do_read
 
bool expect_write_ok
 

Detailed Description

Definition at line 68 of file flash_ctrl_lc_rw_en_test.c.

Field Documentation

◆ check_id

check_id_t partition_check_cfg::check_id

Definition at line 70 of file flash_ctrl_lc_rw_en_test.c.

◆ data

const uint32_t* partition_check_cfg::data

Definition at line 76 of file flash_ctrl_lc_rw_en_test.c.

◆ do_read

bool partition_check_cfg::do_read

Definition at line 88 of file flash_ctrl_lc_rw_en_test.c.

◆ do_write

bool partition_check_cfg::do_write

Definition at line 82 of file flash_ctrl_lc_rw_en_test.c.

◆ expect_read_ok

bool partition_check_cfg::expect_read_ok

Definition at line 85 of file flash_ctrl_lc_rw_en_test.c.

◆ expect_write_ok

bool partition_check_cfg::expect_write_ok

Definition at line 91 of file flash_ctrl_lc_rw_en_test.c.

◆ page_id

uint32_t partition_check_cfg::page_id

Definition at line 73 of file flash_ctrl_lc_rw_en_test.c.

◆ size

uint32_t partition_check_cfg::size

Definition at line 79 of file flash_ctrl_lc_rw_en_test.c.