Searched refs:__HAL_OSPI_GET_FLAG (Results 1 – 8 of 8) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
| D | stm32h7xx_hal_ospi.c | 2271 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in HAL_OSPI_Abort() 2353 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in HAL_OSPI_Abort_IT() 2800 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in OSPI_DMAAbortOnError() 2839 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in OSPI_DMAAbortCplt() 2891 while ((__HAL_OSPI_GET_FLAG(hospi, Flag)) != State) in OSPI_WaitFlagStateUntilTimeout()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
| D | stm32l5xx_hal_ospi.c | 2265 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in HAL_OSPI_Abort() 2347 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in HAL_OSPI_Abort_IT() 2554 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in OSPI_DMAAbortCplt() 2606 while ((__HAL_OSPI_GET_FLAG(hospi, Flag)) != State) in OSPI_WaitFlagStateUntilTimeout()
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
| D | stm32l4xx_hal_ospi.c | 2280 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in HAL_OSPI_Abort() 2362 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in HAL_OSPI_Abort_IT() 2851 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in OSPI_DMAAbortCplt() 2903 while ((__HAL_OSPI_GET_FLAG(hospi, Flag)) != State) in OSPI_WaitFlagStateUntilTimeout()
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
| D | stm32u5xx_hal_ospi.c | 2398 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in HAL_OSPI_Abort() 2480 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in HAL_OSPI_Abort_IT() 2963 if (__HAL_OSPI_GET_FLAG(hospi, HAL_OSPI_FLAG_BUSY) != RESET) in OSPI_DMAAbortCplt() 3015 while ((__HAL_OSPI_GET_FLAG(hospi, Flag)) != State) in OSPI_WaitFlagStateUntilTimeout()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
| D | stm32l5xx_hal_ospi.h | 719 #define __HAL_OSPI_GET_FLAG(__HANDLE__, __FLAG__) ((READ_BIT((__HANDLE__)->Instance->SR, … macro
|
| /hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
| D | stm32h7xx_hal_ospi.h | 765 #define __HAL_OSPI_GET_FLAG(__HANDLE__, __FLAG__) ((READ_BIT((__HANDLE__)->Instance->SR, … macro
|
| /hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
| D | stm32u5xx_hal_ospi.h | 771 #define __HAL_OSPI_GET_FLAG(__HANDLE__, __FLAG__) ((READ_BIT((__HANDLE__)->Instance->SR, … macro
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_hal_ospi.h | 746 #define __HAL_OSPI_GET_FLAG(__HANDLE__, __FLAG__) ((READ_BIT((__HANDLE__)->Instance->SR, … macro
|