Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_exmc.c426 EXMC_NPCTL(exmc_nand_bank) |= EXMC_NPCTL_ECCEN; in exmc_nand_ecc_config()
429 EXMC_NPCTL(exmc_nand_bank) &= (~EXMC_NPCTL_ECCEN); in exmc_nand_ecc_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_exmc.c507 EXMC_NPCTL(exmc_nand_bank) |= EXMC_NPCTL_ECCEN; in exmc_nand_ecc_config()
510 EXMC_NPCTL(exmc_nand_bank) &= (~EXMC_NPCTL_ECCEN); in exmc_nand_ecc_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_exmc.c771 EXMC_NPCTL(exmc_nand_bank) |= EXMC_NPCTL_ECCEN; in exmc_nand_ecc_config()
774 EXMC_NPCTL(exmc_nand_bank) &= ~EXMC_NPCTL_ECCEN; in exmc_nand_ecc_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_exmc.h121 #define EXMC_NPCTL_ECCEN BIT(6) /*!< ECC enable */ macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_exmc.h121 #define EXMC_NPCTL_ECCEN BIT(6) /*!< ECC enable */ macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_exmc.h146 #define EXMC_NPCTL_ECCEN BIT(6) /*!< ECC enable */ macro