Home
last modified time | relevance | path

Searched refs:eccPn (Results 1 – 1 of 1) sorted by relevance

/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_nand.c192 rt_uint32_t eccPn; /* 14 odd ECC parity bits. */ in rt_hw_nand_ecc_check() local
201 eccPn = syndrome & ECC_MASK; /* Get 14 odd parity bits. */ in rt_hw_nand_ecc_check()
204 if ((eccPn ^ eccP) == ECC_MASK) /* 1-bit correctable error ? */ in rt_hw_nand_ecc_check()

Completed in 4 milliseconds