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

type SD_DATA0 = Reg<u32, _SD_DATA0>;

configures IO_MUX for SD_DATA0

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

For information about available fields see sd_data0 module

Trait Implementations

impl Readable for SD_DATA0[src]

read() method returns sd_data0::R reader structure

impl ResetValue for SD_DATA0[src]

Register SD_DATA0 reset()'s with value 0x1b00

impl Writable for SD_DATA0[src]

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