Type Alias DATA_TIMEOUT_R

Source
pub type DATA_TIMEOUT_R = FieldReader<u32>;
Expand description

Field DATA_TIMEOUT reader - 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.

Aliased Typeยง

pub struct DATA_TIMEOUT_R { /* private fields */ }