Software APIs
Data Fields
corruption_word Struct Reference

Data Fields

uint32_t offset
 The byte offset within the flash bank to corrupt.
 
char * description
 A string description of what value is being corrupted.
 

Detailed Description

Definition at line 125 of file flash_ecc_error_test.c.

Field Documentation

◆ description

char* corruption_word::description

A string description of what value is being corrupted.

Definition at line 133 of file flash_ecc_error_test.c.

◆ offset

uint32_t corruption_word::offset

The byte offset within the flash bank to corrupt.

Definition at line 129 of file flash_ecc_error_test.c.