Searched refs:FMC_NAND_BANK2 (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_fmc.h | 517 #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/ |
D | stm32f4xx_ll_fmc.h | 102 #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)? (…
|
D | stm32f4xx_ll_fsmc.h | 725 #define FMC_NAND_BANK2 FSMC_NAND_BANK2 macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_fmc.c | 534 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()
|
D | stm32f3xx_hal_nand.c | 400 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/ |
D | stm32f4xx_hal_nand.c | 421 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 …]
|
D | stm32f4xx_ll_fmc.c | 612 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/ |
D | stm32n6xx_ll_fmc.h | 97 ((__BANK__) == FMC_NAND_BANK2) || \ 641 #define FMC_NAND_BANK2 (0x00000400U) macro
|