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

type IDLE_CONF = Reg<u32, _IDLE_CONF>;

UART_IDLE_CONF

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

For information about available fields see idle_conf module

Trait Implementations

impl Readable for IDLE_CONF[src]

read() method returns idle_conf::R reader structure

impl ResetValue for IDLE_CONF[src]

Register IDLE_CONF reset()'s with value 0

impl Writable for IDLE_CONF[src]

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