Searched refs:IS_DSI_PLL_NDIV (Results 1 – 10 of 10) sorted by relevance
1252 #define IS_DSI_PLL_NDIV(NDIV) ((10U <= (NDIV)) && ((NDIV) <= 125U)) macro
1304 #define IS_DSI_PLL_NDIV(NDIV) ((NDIV) <= 511U) macro
415 assert_param(IS_DSI_PLL_NDIV(PLLInit->PLLNDIV)); in HAL_DSI_Init()
322 assert_param(IS_DSI_PLL_NDIV(PLLInit->PLLNDIV)); in HAL_DSI_Init()