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

type GPIO16 = Reg<u32, _GPIO16>;

configures IO_MUX for GPIO16

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

For information about available fields see gpio16 module

Trait Implementations

impl Readable for GPIO16[src]

read() method returns gpio16::R reader structure

impl ResetValue for GPIO16[src]

Register GPIO16 reset()'s with value 0x0a00

impl Writable for GPIO16[src]

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