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

type RXD_CNT = Reg<u32, _RXD_CNT>;

UART_RXD_CNT

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

For information about available fields see rxd_cnt module

Trait Implementations

impl Readable for RXD_CNT[src]

read() method returns rxd_cnt::R reader structure

impl ResetValue for RXD_CNT[src]

Register RXD_CNT reset()'s with value 0

impl Writable for RXD_CNT[src]

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