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

type SLEEP_CONF = Reg<u32, _SLEEP_CONF>;

UART_SLEEP_CONF

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

For information about available fields see sleep_conf module

Trait Implementations

impl Readable for SLEEP_CONF[src]

read() method returns sleep_conf::R reader structure

impl ResetValue for SLEEP_CONF[src]

Register SLEEP_CONF reset()'s with value 0

impl Writable for SLEEP_CONF[src]

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