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

type HIGHPULSE = Reg<u32, _HIGHPULSE>;

UART_HIGHPULSE

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

For information about available fields see highpulse module

Trait Implementations

impl Readable for HIGHPULSE[src]

read() method returns highpulse::R reader structure

impl ResetValue for HIGHPULSE[src]

Register HIGHPULSE reset()'s with value 0

impl Writable for HIGHPULSE[src]

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