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

type GPIO2 = Reg<u32, _GPIO2>;

configures IO_MUX for GPIO2

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

For information about available fields see gpio2 module

Trait Implementations

impl Readable for GPIO2[src]

read() method returns gpio2::R reader structure

impl ResetValue for GPIO2[src]

Register GPIO2 reset()'s with value 0x0a80

impl Writable for GPIO2[src]

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