Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_fmc.c852 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_Init()
886 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_CommonSpace_Timing_Init()
915 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_AttributeSpace_Timing_Init()
944 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_IOSpace_Timing_Init()
970 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_fmc.c995 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_Init()
1029 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_CommonSpace_Timing_Init()
1058 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_AttributeSpace_Timing_Init()
1087 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_IOSpace_Timing_Init()
1113 assert_param(IS_FMC_PCCARD_DEVICE(Device)); in FMC_PCCARD_DeInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_fmc.h116 #define IS_FMC_PCCARD_DEVICE(__INSTANCE__) ((__INSTANCE__) == FMC_PCCARD_DEVICE) macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_fmc.h130 #define IS_FMC_PCCARD_DEVICE(__INSTANCE__) ((__INSTANCE__) == FMC_PCCARD_DEVICE) macro