Type Alias STA
Source pub type STA = Reg<STArs>;
Expand description
STA (r) register accessor: SDIO status register (SDIO_STA)
You can read this register and get sta::R. See API.
See register structure
For information about available fields see sta module
pub struct STA { }