Searched refs:IS_OSPI_DEVICE_SIZE (Results 1 – 4 of 4) sorted by relevance
846 #define IS_OSPI_DEVICE_SIZE(SIZE) (((SIZE) >= 1U) && ((SIZE) <= 32U)) macro
924 #define IS_OSPI_DEVICE_SIZE(SIZE) (((SIZE) >= 1U) && ((SIZE) <= 32U)) macro
325 assert_param(IS_OSPI_DEVICE_SIZE (hospi->Init.DeviceSize)); in HAL_OSPI_Init()
335 assert_param(IS_OSPI_DEVICE_SIZE(hospi->Init.DeviceSize)); in HAL_OSPI_Init()