Searched refs:FSMC_FLAG_FEMPT (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_pccard.c | 674 if (__FSMC_PCCARD_GET_FLAG(hpccard->Instance, FSMC_FLAG_FEMPT)) in HAL_PCCARD_IRQHandler() 684 __FSMC_PCCARD_CLEAR_FLAG(hpccard->Instance, FSMC_FLAG_FEMPT); in HAL_PCCARD_IRQHandler()
|
D | stm32f2xx_hal_nand.c | 322 if (__FSMC_NAND_GET_FLAG(hnand->Instance, hnand->Init.NandBank, FSMC_FLAG_FEMPT)) in HAL_NAND_IRQHandler() 332 __FSMC_NAND_CLEAR_FLAG(hnand->Instance, hnand->Init.NandBank, FSMC_FLAG_FEMPT); in HAL_NAND_IRQHandler()
|
D | stm32f2xx_ll_fsmc.c | 746 while (__FSMC_NAND_GET_FLAG(Device, Bank, FSMC_FLAG_FEMPT) == RESET) in FSMC_NAND_GetECC()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_pccard.c | 666 if (__FSMC_PCCARD_GET_FLAG(hpccard->Instance, FSMC_FLAG_FEMPT)) in HAL_PCCARD_IRQHandler() 676 __FSMC_PCCARD_CLEAR_FLAG(hpccard->Instance, FSMC_FLAG_FEMPT); in HAL_PCCARD_IRQHandler()
|
D | stm32f1xx_hal_nand.c | 323 if (__FSMC_NAND_GET_FLAG(hnand->Instance, hnand->Init.NandBank, FSMC_FLAG_FEMPT)) in HAL_NAND_IRQHandler() 333 __FSMC_NAND_CLEAR_FLAG(hnand->Instance, hnand->Init.NandBank, FSMC_FLAG_FEMPT); in HAL_NAND_IRQHandler()
|
D | stm32f1xx_ll_fsmc.c | 778 while (__FSMC_NAND_GET_FLAG(Device, Bank, FSMC_FLAG_FEMPT) == RESET) in FSMC_NAND_GetECC()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_fsmc.h | 649 #define FSMC_FLAG_FEMPT (0x00000040U) macro 740 #define FMC_FLAG_FEMPT FSMC_FLAG_FEMPT
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_fsmc.h | 561 #define FSMC_FLAG_FEMPT (0x00000040U) macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_fsmc.h | 616 #define FSMC_FLAG_FEMPT (0x00000040U) macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_fsmc.c | 827 while (__FSMC_NAND_GET_FLAG(Device, Bank, FSMC_FLAG_FEMPT) == RESET) in FSMC_NAND_GetECC()
|