Searched refs:IS_OSPI_WRAP_SIZE (Results 1 – 2 of 2) sorted by relevance
895 #define IS_OSPI_WRAP_SIZE(SIZE) (((SIZE) == HAL_OSPI_WRAP_NOT_SUPPORTED) || \ macro
318 assert_param(IS_OSPI_WRAP_SIZE (hospi->Init.WrapSize)); in HAL_OSPI_Init()