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

type MTDO = Reg<u32, _MTDO>;

configures IO_MUX for MTDO

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

For information about available fields see mtdo module

Trait Implementations

impl Readable for MTDO[src]

read() method returns mtdo::R reader structure

impl ResetValue for MTDO[src]

Register MTDO reset()'s with value 0x0b00

impl Writable for MTDO[src]

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