Home
last modified time | relevance | path

Searched refs:FMC_NAND_BANK2 (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_fmc.h517 #define FMC_NAND_BANK2 (0x00000010U) macro
658 #define __FMC_NAND_ENABLE(__INSTANCE__, __BANK__) (((__BANK__) == FMC_NAND_BANK2)? ((__INSTANCE__)…
667 #define __FMC_NAND_DISABLE(__INSTANCE__, __BANK__) (((__BANK__) == FMC_NAND_BANK2)? CLEAR_BIT((__IN…
715 #define __FMC_NAND_ENABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FMC_NAND_BANK2
729 …D_DISABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FMC_NAND_BANK2)? ((__INSTANCE…
744 #define __FMC_NAND_GET_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FMC_NAND_BANK2)? (((…
759 #define __FMC_NAND_CLEAR_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FMC_NAND_BANK2)? (…
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_fmc.h102 #define IS_FMC_NAND_BANK(__BANK__) (((__BANK__) == FMC_NAND_BANK2) || \
721 #define FMC_NAND_BANK2 (0x00000010U) macro
1015 #define __FMC_NAND_ENABLE(__INSTANCE__, __BANK__) (((__BANK__) == FMC_NAND_BANK2)? ((__INSTANCE__)…
1032 #define __FMC_NAND_DISABLE(__INSTANCE__, __BANK__) (((__BANK__) == FMC_NAND_BANK2)? CLEAR_BIT((__IN…
1085 #define __FMC_NAND_ENABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FMC_NAND_BANK2
1103 …D_DISABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FMC_NAND_BANK2)? ((__INSTANCE…
1122 #define __FMC_NAND_GET_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FMC_NAND_BANK2)? (((…
1141 #define __FMC_NAND_CLEAR_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FMC_NAND_BANK2)? (…
Dstm32f4xx_ll_fsmc.h725 #define FMC_NAND_BANK2 FSMC_NAND_BANK2 macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_fmc.c534 if (Init->NandBank == FMC_NAND_BANK2) in FMC_NAND_Init()
580 if (Bank == FMC_NAND_BANK2) in FMC_NAND_CommonSpace_Timing_Init()
620 if (Bank == FMC_NAND_BANK2) in FMC_NAND_AttributeSpace_Timing_Init()
656 if (Bank == FMC_NAND_BANK2) in FMC_NAND_DeInit()
710 if (Bank == FMC_NAND_BANK2) in FMC_NAND_ECC_Enable()
736 if (Bank == FMC_NAND_BANK2) in FMC_NAND_ECC_Disable()
781 if (Bank == FMC_NAND_BANK2) in FMC_NAND_GetECC()
Dstm32f3xx_hal_nand.c400 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_ID()
476 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Reset()
557 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_Page_8b()
722 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_Page_16b()
897 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Write_Page_8b()
1057 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Write_Page_16b()
1229 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_SpareArea_8b()
1401 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_SpareArea_16b()
1573 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Write_SpareArea_8b()
1743 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Write_SpareArea_16b()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_nand.c421 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_ID()
505 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Reset()
590 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_Page_8b()
759 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_Page_16b()
942 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Write_Page_8b()
1106 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Write_Page_16b()
1286 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_SpareArea_8b()
1462 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Read_SpareArea_16b()
1638 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Write_SpareArea_8b()
1812 if (hnand->Init.NandBank == FMC_NAND_BANK2) in HAL_NAND_Write_SpareArea_16b()
[all …]
Dstm32f4xx_ll_fmc.c612 if (Init->NandBank == FMC_NAND_BANK2) in FMC_NAND_Init()
669 if (Bank == FMC_NAND_BANK2) in FMC_NAND_CommonSpace_Timing_Init()
720 if (Bank == FMC_NAND_BANK2) in FMC_NAND_AttributeSpace_Timing_Init()
767 if (Bank == FMC_NAND_BANK2) in FMC_NAND_DeInit()
832 if (Bank == FMC_NAND_BANK2) in FMC_NAND_ECC_Enable()
865 if (Bank == FMC_NAND_BANK2) in FMC_NAND_ECC_Disable()
917 if (Bank == FMC_NAND_BANK2) in FMC_NAND_GetECC()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_fmc.h97 ((__BANK__) == FMC_NAND_BANK2) || \
641 #define FMC_NAND_BANK2 (0x00000400U) macro