Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h967 #define IS_OSPI_TIMEOUT_PERIOD(PERIOD) ((PERIOD) <= 0xFFFFU) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h1023 #define IS_OSPI_TIMEOUT_PERIOD(PERIOD) ((PERIOD) <= 0xFFFFU) macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h1043 #define IS_OSPI_TIMEOUT_PERIOD(PERIOD) ((PERIOD) <= 0xFFFFU) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h1004 #define IS_OSPI_TIMEOUT_PERIOD(PERIOD) ((PERIOD) <= 0xFFFFU) macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c1823 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c1829 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c1838 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c1956 assert_param(IS_OSPI_TIMEOUT_PERIOD(cfg->TimeOutPeriod)); in HAL_OSPI_MemoryMapped()