Home
last modified time | relevance | path

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

/bsp/efm32/
A Ddrv_sdcard.c1280 rt_uint16_t temp16; in list_sd() local
1313 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()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c1420 uint16_t *temp16; in USB_DeviceEhciControl() local
1483 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()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c1383 uint16_t *temp16; in USB_DeviceEhciControl() local
1446 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