[][src]Type Definition esp32::slc::SDIO_ST

type SDIO_ST = Reg<u32, _SDIO_ST>;

SLC_SDIO_ST

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

For information about avaliable fields see sdio_st module

Trait Implementations

impl Readable for SDIO_ST[src]

read() method returns sdio_st::R reader structure

impl ResetValue for SDIO_ST[src]

Register SDIO_ST reset()'s with value 0

type Type = u32

Register size

impl Writable for SDIO_ST[src]

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