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