Searched refs:temp16 (Results 1 – 3 of 3) sorted by relevance
1280 rt_uint16_t temp16; in list_sd() local1313 sd_device.control(&sd_device, RT_DEVICE_CTRL_SD_GET_SSIZE, &temp16); in list_sd()1315 capacity = ((temp32 & 0x0000FFFF) * temp16) >> 16; in list_sd()1316 capacity += ((temp32 >> 16) * temp16); in list_sd()
1420 uint16_t *temp16; in USB_DeviceEhciControl() local1483 temp16 = (uint16_t *)param; in USB_DeviceEhciControl()1484 …*temp16 = (USB_DEVICE_CONFIG_SELF_POWER << (USB_REQUEST_STANDARD_GET_STATUS_DEVICE_SELF_POWERED_SH… in USB_DeviceEhciControl()
1383 uint16_t *temp16; in USB_DeviceEhciControl() local1446 temp16 = (uint16_t *)param; in USB_DeviceEhciControl()1447 …*temp16 = (USB_DEVICE_CONFIG_SELF_POWER << (USB_REQUEST_STANDARD_GET_STATUS_DEVICE_SELF_POWERED_SH… in USB_DeviceEhciControl()
Completed in 23 milliseconds