Searched refs:bitNum (Results 1 – 1 of 1) sorted by relevance
188 rt_uint32_t count, bitNum, byteAddr; in rt_hw_nand_ecc_check() local206 bitNum = (eccP & 0x01) | in rt_hw_nand_ecc_check()209 LOG_D("ECC bit %d\n",bitNum); in rt_hw_nand_ecc_check()222 data[ byteAddr ] ^= 1 << bitNum; in rt_hw_nand_ecc_check()
Completed in 6 milliseconds