Module tmout

Source
Expand description

Data and response timeout configuration register

Structs§

TMOUT_SPEC
Data and response timeout configuration register

Type Aliases§

DATA_TIMEOUT_R
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.
DATA_TIMEOUT_W
Field DATA_TIMEOUT writer - 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.
R
Register TMOUT reader
RESPONSE_TIMEOUT_R
Field RESPONSE_TIMEOUT reader - Response timeout value. Value is specified in terms of number of card output clocks, i.e., sdhost_cclk_out.
RESPONSE_TIMEOUT_W
Field RESPONSE_TIMEOUT writer - Response timeout value. Value is specified in terms of number of card output clocks, i.e., sdhost_cclk_out.
W
Register TMOUT writer