pub struct R(_);
Expand description
Register TMOUT
reader
Implementations§
§impl R
impl R
pub fn response_timeout(&self) -> FieldReaderRaw<u8, u8>
pub fn response_timeout(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - Response timeout value. Value is specified in terms of number of card output clocks, i.e., sdhost_cclk_out.
pub fn data_timeout(&self) -> FieldReaderRaw<u32, u32>
pub fn data_timeout(&self) -> FieldReaderRaw<u32, u32>
Bits 8:31 - Value for card data read timeout. This value is also used for data starvation by host timeout. The timeout counter is started only after the card clock is stopped. This value is specified in number of card output clocks, i.e. sdhost_cclk_out of the selected card. NOTE: The software timer should be used if the timeout value is in the order of 100 ms. In this case, read data timeout interrupt needs to be disabled.
Methods from Deref<Target = R<TMOUT_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<TMOUT_SPEC>> for R
impl From<R<TMOUT_SPEC>> for R
§fn from(reader: R<TMOUT_SPEC>) -> R
fn from(reader: R<TMOUT_SPEC>) -> R
Converts to this type from the input type.