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

type GPIO4 = Reg<u32, _GPIO4>;

configures IO_MUX for GPIO4

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

For information about available fields see gpio4 module

Trait Implementations

impl Readable for GPIO4[src]

read() method returns gpio4::R reader structure

impl ResetValue for GPIO4[src]

Register GPIO4 reset()'s with value 0x0a80

impl Writable for GPIO4[src]

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