[][src]Type Definition esp32::uhci::RX_HEAD

type RX_HEAD = Reg<u32, _RX_HEAD>;

UHCI_RX_HEAD

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

For information about available fields see rx_head module

Trait Implementations

impl Readable for RX_HEAD[src]

read() method returns rx_head::R reader structure

impl ResetValue for RX_HEAD[src]

Register RX_HEAD reset()'s with value 0

impl Writable for RX_HEAD[src]

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