NDFC_ERR_CNT_N Контроллер Nand Flash (NDFC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 ECC_COR_NUM2 Bits 31 : 24R 0x0 ECC Corrected Bits Number for ECC Data Block [N*0x04+3] ECC_COR_NUM2 Bits 23 : 16R 0x0 ECC Corrected Bits Number for ECC Data Block [N*0x04+2] ECC_COR_NUM1 Bits 15 : 8R 0x0 ECC Corrected Bits Number for ECC Data Block [N*0x04+1] ECC_COR_NUM0 Bits 7 : 0R 0x0 ECC Corrected Bits Number for ECC Data Block [N*0x04] Команда U-Boot для чтения регистра md 4061004 1Bit fields structuretypedef union ndfc_err_cnt_n { struct { unsigned ecc_cor_num0 : 8; unsigned ecc_cor_num1 : 8; unsigned ecc_cor_num2 : 8; unsigned ecc_cor_num2 : 8; } b; unsigned long w; } NDFC_ERR_CNT_N |