Searched refs:u8buff (Results 1 – 3 of 3) sorted by relevance
1251 uint8_t *u8buff = (uint8_t *)u32tempbuff; in HAL_SDIO_WriteExtended() local1257 data |= ((uint32_t)(*u8buff) << (byteCount << 3U)); in HAL_SDIO_WriteExtended()1258 u8buff++; in HAL_SDIO_WriteExtended()2733 uint8_t *u8buff = (uint8_t *)u32tempbuff; in SDIO_WriteExtended() local2739 data |= ((uint32_t)(*u8buff) << (byteCount << 3U)); in SDIO_WriteExtended()2740 u8buff++; in SDIO_WriteExtended()