Home
last modified time | relevance | path

Searched refs:IS_DSI_PLL_CHARGEPUMP (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dsi.h1423 #define IS_DSI_PLL_CHARGEPUMP(PllChargePump) (((PllChargePump) == DSI_PLL_CHARGE_PUMP_2000HZ_4400HZ… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dsi.c424 assert_param(IS_DSI_PLL_CHARGEPUMP(PLLInit->PLLChargePump)); in HAL_DSI_Init()