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

type SD_DATA1 = Reg<u32, _SD_DATA1>;

configures IO_MUX for SD_DATA1

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

For information about available fields see sd_data1 module

Trait Implementations

impl Readable for SD_DATA1[src]

read() method returns sd_data1::R reader structure

impl ResetValue for SD_DATA1[src]

Register SD_DATA1 reset()'s with value 0x1b00

impl Writable for SD_DATA1[src]

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