Input parameters when initializing ECCHRS.
#include <ecchrs.h>
Data Fields | |
unsigned char | pagesize |
Set page size of the Nand Flash. More... | |
unsigned char | typecorrect |
Number of bits of the correction: ECCHRS_TYPECORRECT_1_BIT_MODE_0, ECCHRS_TYPECORRECT_1_BIT_MODE_1, ECCHRS_TYPECORRECT_1_BIT_MODE_2 or ECCHRS_TYPECORRECT_4_BIT. More... | |
unsigned char ecchrs_options_t::pagesize |
Set page size of the Nand Flash.
Referenced by ecchrs_init().
unsigned char ecchrs_options_t::typecorrect |
Number of bits of the correction: ECCHRS_TYPECORRECT_1_BIT_MODE_0, ECCHRS_TYPECORRECT_1_BIT_MODE_1, ECCHRS_TYPECORRECT_1_BIT_MODE_2 or ECCHRS_TYPECORRECT_4_BIT.
Referenced by ecchrs_init(), and main().