Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/Include/
DDriver_NAND.h200 } ARM_NAND_ECC_INFO; typedef
418 …int32_t (*InquireECC) ( int32_t index, ARM_NAND_ECC_INFO *info); …
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/DriverTemplates/
DDriver_NAND.c164 static int32_t ARM_NAND_InquireECC (int32_t index, ARM_NAND_ECC_INFO *info) { in ARM_NAND_InquireECC()