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

type SD_DATA2 = Reg<u32, _SD_DATA2>;

configures IO_MUX for SD_DATA2

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

For information about available fields see sd_data2 module

Trait Implementations

impl Readable for SD_DATA2[src]

read() method returns sd_data2::R reader structure

impl ResetValue for SD_DATA2[src]

Register SD_DATA2 reset()'s with value 0x0b00

impl Writable for SD_DATA2[src]

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