[][src]Type Definition esp32::rtccntl::SDIO_CONF

type SDIO_CONF = Reg<u32, _SDIO_CONF>;

RTC_CNTL_SDIO_CONF

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

For information about avaliable fields see sdio_conf module

Trait Implementations

impl Readable for SDIO_CONF[src]

read() method returns sdio_conf::R reader structure

impl ResetValue for SDIO_CONF[src]

Register SDIO_CONF reset()'s with value 0

type Type = u32

Register size

impl Writable for SDIO_CONF[src]

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