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

type STATE1 = Reg<u32, _STATE1>;

UHCI_STATE1

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

For information about available fields see state1 module

Trait Implementations

impl Readable for STATE1[src]

read() method returns state1::R reader structure

impl ResetValue for STATE1[src]

Register STATE1 reset()'s with value 0

impl Writable for STATE1[src]

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