Searched refs:FlowControl (Results 1 – 2 of 2) sorted by relevance
1140 HAL_StatusTypeDef HAL_DSI_ConfigFlowControl(DSI_HandleTypeDef *hdsi, uint32_t FlowControl);1246 #define IS_DSI_FLOW_CONTROL(FlowControl) (((FlowControl) | DSI_FLOW_CONTROL_ALL) == DSI_… argument
1267 HAL_StatusTypeDef HAL_DSI_ConfigFlowControl(DSI_HandleTypeDef *hdsi, uint32_t FlowControl) in HAL_DSI_ConfigFlowControl() argument1273 assert_param(IS_DSI_FLOW_CONTROL(FlowControl)); in HAL_DSI_ConfigFlowControl()1277 hdsi->Instance->PCR |= FlowControl; in HAL_DSI_ConfigFlowControl()