[][src]Type Definition esp32::uart::FLOW_CONF

type FLOW_CONF = Reg<u32, _FLOW_CONF>;

UART_FLOW_CONF

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see flow_conf module

Trait Implementations

impl Readable for FLOW_CONF[src]

read() method returns flow_conf::R reader structure

impl ResetValue for FLOW_CONF[src]

Register FLOW_CONF reset()'s with value 0

impl Writable for FLOW_CONF[src]

write(|w| ..) method takes flow_conf::W writer structure