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

type NEGPULSE = Reg<u32, _NEGPULSE>;

UART_NEGPULSE

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

For information about available fields see negpulse module

Trait Implementations

impl Readable for NEGPULSE[src]

read() method returns negpulse::R reader structure

impl ResetValue for NEGPULSE[src]

Register NEGPULSE reset()'s with value 0

impl Writable for NEGPULSE[src]

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