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

type GPIO32 = Reg<u32, _GPIO32>;

configures IO_MUX for GPIO32

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

For information about available fields see gpio32 module

Trait Implementations

impl Readable for GPIO32[src]

read() method returns gpio32::R reader structure

impl ResetValue for GPIO32[src]

Register GPIO32 reset()'s with value 0x0800

impl Writable for GPIO32[src]

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