Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_mmc.c2098 uint32_t response = 0U, busy = 0U; in HAL_MMC_ConfigWideBusOperation() local
2147 while(busy == 0U) in HAL_MMC_ConfigWideBusOperation()
2168 busy = (((response >> 7U) == 1U) ? 0U : 1U); in HAL_MMC_ConfigWideBusOperation()