Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_fsmc.c501 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_Init()
549 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_CommonSpace_Timing_Init()
589 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_AttributeSpace_Timing_Init()
626 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_DeInit()
683 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_ECC_Enable()
709 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_ECC_Disable()
739 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_GetECC()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_fsmc.c533 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_Init()
581 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_CommonSpace_Timing_Init()
621 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_AttributeSpace_Timing_Init()
658 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_DeInit()
715 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_ECC_Enable()
741 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_ECC_Disable()
771 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_GetECC()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_fsmc.c582 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_Init()
630 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_CommonSpace_Timing_Init()
670 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_AttributeSpace_Timing_Init()
707 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_DeInit()
764 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_ECC_Enable()
790 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_ECC_Disable()
820 assert_param(IS_FSMC_NAND_DEVICE(Device)); in FSMC_NAND_GetECC()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_fsmc.h109 #define IS_FSMC_NAND_DEVICE(__INSTANCE__) ((__INSTANCE__) == FSMC_NAND_DEVICE) macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_fsmc.h117 #define IS_FSMC_NAND_DEVICE(__INSTANCE__) ((__INSTANCE__) == FSMC_NAND_DEVICE) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_fsmc.h122 #define IS_FSMC_NAND_DEVICE(__INSTANCE__) ((__INSTANCE__) == FSMC_NAND_DEVICE) macro