pub type uart_hw_flowcontrol_t = u32;
Expand description

@brief UART hardware flow control modes

Trait Implementations§

source§

impl From<FlowControl> for uart_hw_flowcontrol_t

source§

fn from(flow_control: FlowControl) -> Self

Converts to this type from the input type.