Home
last modified time | relevance | path

Searched refs:FlowControl (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h1140 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
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c1267 HAL_StatusTypeDef HAL_DSI_ConfigFlowControl(DSI_HandleTypeDef *hdsi, uint32_t FlowControl) in HAL_DSI_ConfigFlowControl() argument
1273 assert_param(IS_DSI_FLOW_CONTROL(FlowControl)); in HAL_DSI_ConfigFlowControl()
1277 hdsi->Instance->PCR |= FlowControl; in HAL_DSI_ConfigFlowControl()