sdhc.c | 1612 const uint16_t eintr = SDHC_CMD_TIMEOUT_ERROR; local in function:sdhc_exec_command 1614 HCLR2(hp, SDHC_EINTR_SIGNAL_EN, eintr); 1615 HCLR2(hp, SDHC_EINTR_STATUS_EN, eintr); 1617 HSET2(hp, SDHC_EINTR_SIGNAL_EN, eintr); 1618 HSET2(hp, SDHC_EINTR_STATUS_EN, eintr);
|