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

type LOWPULSE = Reg<u32, _LOWPULSE>;

UART_LOWPULSE

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

For information about available fields see lowpulse module

Trait Implementations

impl Readable for LOWPULSE[src]

read() method returns lowpulse::R reader structure

impl ResetValue for LOWPULSE[src]

Register LOWPULSE reset()'s with value 0

impl Writable for LOWPULSE[src]

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