HAL
IS_DSI_PLL_ODF is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_DSI_PLL_ODF macro

Syntax

#define IS_DSI_PLL_ODF(ODF) (((ODF) == DSI_PLL_OUT_DIV1) || \     ((ODF) == DSI_PLL_OUT_DIV2) || \     ((ODF) == DSI_PLL_OUT_DIV4) || \     ((ODF) == DSI_PLL_OUT_DIV8))

Arguments

ODF

References

LocationText
stm32f4xx_hal_dsi.h:1260
#define IS_DSI_PLL_ODF(ODF) (((ODF) == DSI_PLL_OUT_DIV1) || \
stm32f4xx_hal_dsi.c:324
assert_param(IS_DSI_PLL_ODF(PLLInit->PLLODF));