__HAL_DSI_GET_FLAG macro
Get the DSI pending flags.
Syntax
#define __HAL_DSI_GET_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->WISR & (__FLAG__)) Arguments
__FLAG__
Get the specified flag. This parameter can be any combination of the following values: @arg DSI_FLAG_TE : Tearing Effect Interrupt Flag @arg DSI_FLAG_ER : End of Refresh Interrupt Flag @arg DSI_FLAG_BUSY : Busy Flag @arg DSI_FLAG_PLLLS: PLL Lock Status @arg DSI_FLAG_PLLL : PLL Lock Interrupt Flag @arg DSI_FLAG_PLLU : PLL Unlock Interrupt Flag @arg DSI_FLAG_RRS : Regulator Ready Flag @arg DSI_FLAG_RR : Regulator Ready Interrupt Flag
Return value
The state of FLAG (SET or RESET).