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

type MTMS = Reg<u32, _MTMS>;

configures IO_MUX for MTMS

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

For information about available fields see mtms module

Trait Implementations

impl Readable for MTMS[src]

read() method returns mtms::R reader structure

impl ResetValue for MTMS[src]

Register MTMS reset()'s with value 0x0a00

type Type = u32

Raw register type (u8, u16, u32, ...).

impl Writable for MTMS[src]

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