Searched refs:CustomLane (Results 1 – 2 of 2) sorted by relevance
1177 HAL_StatusTypeDef HAL_DSI_SetLanePinsConfiguration(DSI_HandleTypeDef *hdsi, uint32_t CustomLane, ui…1296 #define IS_DSI_CUSTOM_LANE(CustomLane) (((CustomLane) == DSI_SWAP_LANE_PINS) || ((Cust… argument
2255 HAL_StatusTypeDef HAL_DSI_SetLanePinsConfiguration(DSI_HandleTypeDef *hdsi, uint32_t CustomLane, ui… in HAL_DSI_SetLanePinsConfiguration() argument2261 assert_param(IS_DSI_CUSTOM_LANE(CustomLane)); in HAL_DSI_SetLanePinsConfiguration()2265 switch(CustomLane) in HAL_DSI_SetLanePinsConfiguration()