Searched refs:FSMC_NAND_BANK2 (Results 1 – 8 of 8) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
| D | stm32f4xx_ll_fsmc.h | 101 #define IS_FSMC_NAND_BANK(__BANK__) (((__BANK__) == FSMC_NAND_BANK2) || \ 566 #define FSMC_NAND_BANK2 (0x00000010U) macro 725 #define FMC_NAND_BANK2 FSMC_NAND_BANK2 798 #define __FSMC_NAND_ENABLE(__INSTANCE__, __BANK__) (((__BANK__) == FSMC_NAND_BANK2)? ((__INSTANCE_… 807 #define __FSMC_NAND_DISABLE(__INSTANCE__, __BANK__) (((__BANK__) == FSMC_NAND_BANK2)? CLEAR_BIT((__… 855 …ND_ENABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FSMC_NAND_BANK2)? ((__INSTANC… 869 …D_DISABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FSMC_NAND_BANK2)? ((__INSTANC… 884 #define __FSMC_NAND_GET_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FSMC_NAND_BANK2)? (… 899 #define __FSMC_NAND_CLEAR_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FSMC_NAND_BANK2)?…
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
| D | stm32f2xx_ll_fsmc.h | 485 #define FSMC_NAND_BANK2 (0x00000010U) macro 616 #define __FSMC_NAND_ENABLE(__INSTANCE__, __BANK__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 626 #define __FSMC_NAND_DISABLE(__INSTANCE__, __BANK__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 671 … __FSMC_NAND_ENABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 686 …__FSMC_NAND_DISABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 702 #define __FSMC_NAND_GET_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 718 #define __FSMC_NAND_CLEAR_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FSMC_NAND_BANK2) …
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
| D | stm32f1xx_ll_fsmc.h | 534 #define FSMC_NAND_BANK2 (0x00000010U) macro 675 #define __FSMC_NAND_ENABLE(__INSTANCE__, __BANK__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 685 #define __FSMC_NAND_DISABLE(__INSTANCE__, __BANK__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 734 … __FSMC_NAND_ENABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 749 …__FSMC_NAND_DISABLE_IT(__INSTANCE__, __BANK__, __INTERRUPT__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 765 #define __FSMC_NAND_GET_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FSMC_NAND_BANK2) ? \ 781 #define __FSMC_NAND_CLEAR_FLAG(__INSTANCE__, __BANK__, __FLAG__) (((__BANK__) == FSMC_NAND_BANK2) …
|
| /hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
| D | stm32f2xx_ll_fsmc.c | 511 if (Init->NandBank == FSMC_NAND_BANK2) in FSMC_NAND_Init() 557 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_CommonSpace_Timing_Init() 597 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_AttributeSpace_Timing_Init() 633 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_DeInit() 687 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_ECC_Enable() 713 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_ECC_Disable() 758 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_GetECC()
|
| D | stm32f2xx_hal_nand.c | 399 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_ID() 475 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Reset() 556 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_Page_8b() 721 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_Page_16b() 896 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Write_Page_8b() 1056 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Write_Page_16b() 1228 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_SpareArea_8b() 1400 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_SpareArea_16b() 1572 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Write_SpareArea_8b() 1742 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Write_SpareArea_16b() [all …]
|
| /hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
| D | stm32f1xx_ll_fsmc.c | 543 if (Init->NandBank == FSMC_NAND_BANK2) in FSMC_NAND_Init() 589 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_CommonSpace_Timing_Init() 629 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_AttributeSpace_Timing_Init() 665 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_DeInit() 719 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_ECC_Enable() 745 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_ECC_Disable() 790 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_GetECC()
|
| D | stm32f1xx_hal_nand.c | 400 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_ID() 476 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Reset() 557 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_Page_8b() 722 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_Page_16b() 897 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Write_Page_8b() 1057 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Write_Page_16b() 1229 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_SpareArea_8b() 1401 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Read_SpareArea_16b() 1573 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Write_SpareArea_8b() 1743 if (hnand->Init.NandBank == FSMC_NAND_BANK2) in HAL_NAND_Write_SpareArea_16b() [all …]
|
| /hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
| D | stm32f4xx_ll_fsmc.c | 592 if (Init->NandBank == FSMC_NAND_BANK2) in FSMC_NAND_Init() 638 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_CommonSpace_Timing_Init() 678 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_AttributeSpace_Timing_Init() 714 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_DeInit() 768 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_ECC_Enable() 794 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_ECC_Disable() 839 if (Bank == FSMC_NAND_BANK2) in FSMC_NAND_GetECC()
|