Home
last modified time | relevance | path

Searched refs:IS_OSPI_WRAP_SIZE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h858 #define IS_OSPI_WRAP_SIZE(SIZE) (((SIZE) == HAL_OSPI_WRAP_NOT_SUPPORTED) || \ macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h914 #define IS_OSPI_WRAP_SIZE(SIZE) (((SIZE) == HAL_OSPI_WRAP_NOT_SUPPORTED) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h934 #define IS_OSPI_WRAP_SIZE(SIZE) (((SIZE) == HAL_OSPI_WRAP_NOT_SUPPORTED) || \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c330 assert_param(IS_OSPI_WRAP_SIZE(hospi->Init.WrapSize)); in HAL_OSPI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c371 assert_param(IS_OSPI_WRAP_SIZE(hospi->Init.WrapSize)); in HAL_OSPI_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c342 assert_param(IS_OSPI_WRAP_SIZE(hospi->Init.WrapSize)); in HAL_OSPI_Init()