Searched refs:IS_DSI_SHUT_DOWN (Results 1 – 2 of 2) sorted by relevance
1256 #define IS_DSI_SHUT_DOWN(ShutDown) (((ShutDown) == DSI_DISPLAY_ON) || ((ShutDown) … macro
1490 assert_param(IS_DSI_SHUT_DOWN(Shutdown)); in HAL_DSI_Shutdown()