Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_ll_fmc.c471 assert_param(IS_FMC_NAND_DEVICE(Device)); in FMC_NAND_Init()
516 assert_param(IS_FMC_NAND_DEVICE(Device)); in FMC_NAND_CommonSpace_Timing_Init()
555 assert_param(IS_FMC_NAND_DEVICE(Device)); in FMC_NAND_AttributeSpace_Timing_Init()
589 assert_param(IS_FMC_NAND_DEVICE(Device)); in FMC_NAND_DeInit()
633 assert_param(IS_FMC_NAND_DEVICE(Device)); in FMC_NAND_ECC_Enable()
652 assert_param(IS_FMC_NAND_DEVICE(Device)); in FMC_NAND_ECC_Disable()
674 assert_param(IS_FMC_NAND_DEVICE(Device)); in FMC_NAND_GetECC()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_fmc.h352 #define IS_FMC_NAND_DEVICE(__INSTANCE__) ((__INSTANCE__) == FMC_NAND_DEVICE) macro

Completed in 6 milliseconds