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

type POSPULSE = Reg<u32, _POSPULSE>;

UART_POSPULSE

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

For information about available fields see pospulse module

Trait Implementations

impl Readable for POSPULSE[src]

read() method returns pospulse::R reader structure

impl ResetValue for POSPULSE[src]

Register POSPULSE reset()'s with value 0

impl Writable for POSPULSE[src]

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