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

type GPIO5 = Reg<u32, _GPIO5>;

configures IO_MUX for GPIO5

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

For information about available fields see gpio5 module

Trait Implementations

impl Readable for GPIO5[src]

read() method returns gpio5::R reader structure

impl ResetValue for GPIO5[src]

Register GPIO5 reset()'s with value 0x0b00

impl Writable for GPIO5[src]

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