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

type SD_DATA3 = Reg<u32, _SD_DATA3>;

configures IO_MUX for SD_DATA3

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

For information about available fields see sd_data3 module

Trait Implementations

impl Readable for SD_DATA3[src]

read() method returns sd_data3::R reader structure

impl ResetValue for SD_DATA3[src]

Register SD_DATA3 reset()'s with value 0x0b00

impl Writable for SD_DATA3[src]

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