Searched refs:readEcc (Results 1 – 1 of 1) sorted by relevance
183 static rt_err_t rt_hw_nand_ecc_check(rt_uint32_t generatedEcc, rt_uint32_t readEcc, rt_uint8_t* dat… in rt_hw_nand_ecc_check() argument194 syndrome = (generatedEcc ^ readEcc) & ECC_MASK28; in rt_hw_nand_ecc_check()
Completed in 5 milliseconds