[][src]Type Definition esp32::io_mux::GPIO0

type GPIO0 = Reg<u32, _GPIO0>;

configures IO_MUX for GPIO0

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

For information about available fields see gpio0 module

Trait Implementations

impl Readable for GPIO0[src]

read() method returns gpio0::R reader structure

impl ResetValue for GPIO0[src]

Register GPIO0 reset()'s with value 0x0b00

impl Writable for GPIO0[src]

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