_usart_dma_set_flow_control_state

Set the state of flow control pins.

void _usart_dma_set_flow_control_state(
    struct _usart_dma_device *const device,
    const union usart_flow_control_state state
)

Parameters

device

Type: struct _usart_dma_device *const

The pointer to USART device instance

state

Type: const union usart_flow_control_state

A state of flow control pins to set

Returns

Type: void