Home
last modified time | relevance | path

Searched refs:busy_status0 (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dsdh.c605 uint16_t current_comsumption, busy_status0; in SDH_SwitchToHighSpeed() local
622 busy_status0 = (uint16_t)_SDH_ucSDHCBuffer[28] << 8; in SDH_SwitchToHighSpeed()
623 busy_status0 |= (uint16_t)_SDH_ucSDHCBuffer[29]; in SDH_SwitchToHighSpeed()
625 if (!busy_status0) /* function ready */ in SDH_SwitchToHighSpeed()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dsdh.c708 uint16_t current_comsumption, busy_status0; in SDH_SwitchToHighSpeed() local
728 busy_status0 = (uint16_t)(*(pSD->dmabuf + 28)) << 8; in SDH_SwitchToHighSpeed()
729 busy_status0 |= (uint16_t)(*(pSD->dmabuf + 29)); in SDH_SwitchToHighSpeed()
731 if (!busy_status0) /* function ready */ in SDH_SwitchToHighSpeed()