Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c945 uint8_t byteCount; in HAL_SDIO_ReadExtended() local
1057 for (byteCount = 0U; byteCount < 4U; byteCount++) in HAL_SDIO_ReadExtended()
1061 *tempbuff = (uint8_t)((data >> (byteCount * 8U)) & 0xFFU); in HAL_SDIO_ReadExtended()
1154 uint8_t byteCount; in HAL_SDIO_WriteExtended() local
1255 for (byteCount = 0U; (byteCount < 4U) && (dataremaining > 0U); byteCount++) in HAL_SDIO_WriteExtended()
1257 data |= ((uint32_t)(*u8buff) << (byteCount << 3U)); in HAL_SDIO_WriteExtended()
2654 uint8_t byteCount; in SDIO_WriteExtended() local
2737 for (byteCount = 0U; (byteCount < 4U) && (dataremaining > 0U); byteCount++) in SDIO_WriteExtended()
2739 data |= ((uint32_t)(*u8buff) << (byteCount << 3U)); in SDIO_WriteExtended()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c945 uint8_t byteCount; in HAL_SDIO_ReadExtended() local
1057 for (byteCount = 0U; byteCount < 4U; byteCount++) in HAL_SDIO_ReadExtended()
1061 *tempbuff = (uint8_t)((data >> (byteCount * 8U)) & 0xFFU); in HAL_SDIO_ReadExtended()
1154 uint8_t byteCount; in HAL_SDIO_WriteExtended() local
1255 for (byteCount = 0U; (byteCount < 4U) && (dataremaining > 0U); byteCount++) in HAL_SDIO_WriteExtended()
1257 data |= ((uint32_t)(*u8buff) << (byteCount << 3U)); in HAL_SDIO_WriteExtended()
2654 uint8_t byteCount; in SDIO_WriteExtended() local
2737 for (byteCount = 0U; (byteCount < 4U) && (dataremaining > 0U); byteCount++) in SDIO_WriteExtended()
2739 data |= ((uint32_t)(*u8buff) << (byteCount << 3U)); in SDIO_WriteExtended()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c945 uint8_t byteCount; in HAL_SDIO_ReadExtended() local
1057 for (byteCount = 0U; byteCount < 4U; byteCount++) in HAL_SDIO_ReadExtended()
1061 *tempbuff = (uint8_t)((data >> (byteCount * 8U)) & 0xFFU); in HAL_SDIO_ReadExtended()
1154 uint8_t byteCount; in HAL_SDIO_WriteExtended() local
1255 for (byteCount = 0U; (byteCount < 4U) && (dataremaining > 0U); byteCount++) in HAL_SDIO_WriteExtended()
1257 data |= ((uint32_t)(*u8buff) << (byteCount << 3U)); in HAL_SDIO_WriteExtended()
2654 uint8_t byteCount; in SDIO_WriteExtended() local
2737 for (byteCount = 0U; (byteCount < 4U) && (dataremaining > 0U); byteCount++) in SDIO_WriteExtended()
2739 data |= ((uint32_t)(*u8buff) << (byteCount << 3U)); in SDIO_WriteExtended()