Home
last modified time | relevance | path

Searched refs:current_comsumption (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
615 current_comsumption = (uint16_t)_SDH_ucSDHCBuffer[0] << 8; in SDH_SwitchToHighSpeed()
616 current_comsumption |= (uint16_t)_SDH_ucSDHCBuffer[1]; in SDH_SwitchToHighSpeed()
617 if (!current_comsumption) in SDH_SwitchToHighSpeed()
641 current_comsumption = (uint16_t)_SDH_ucSDHCBuffer[0] << 8; in SDH_SwitchToHighSpeed()
642 current_comsumption |= (uint16_t)_SDH_ucSDHCBuffer[1]; in SDH_SwitchToHighSpeed()
643 if (!current_comsumption) in SDH_SwitchToHighSpeed()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dsdh.c708 uint16_t current_comsumption, busy_status0; in SDH_SwitchToHighSpeed() local
721 current_comsumption = (uint16_t)(*pSD->dmabuf) << 8; in SDH_SwitchToHighSpeed()
722 current_comsumption |= (uint16_t)(*(pSD->dmabuf + 1)); in SDH_SwitchToHighSpeed()
723 if (!current_comsumption) in SDH_SwitchToHighSpeed()
752 current_comsumption = (uint16_t)(*pSD->dmabuf) << 8; in SDH_SwitchToHighSpeed()
753 current_comsumption |= (uint16_t)(*(pSD->dmabuf + 1)); in SDH_SwitchToHighSpeed()
754 if (!current_comsumption) in SDH_SwitchToHighSpeed()