Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c2291 uint8_t tmp8Value; in USB_DeviceLpc3511IpControlPreSetDeviceAddress() local
2294 tmp8Value = *((uint8_t *)param); in USB_DeviceLpc3511IpControlPreSetDeviceAddress()
2297 tmp32Value |= ((uint32_t)tmp8Value & USB_LPC3511IP_DEVCMDSTAT_DEV_ADDR_MASK); in USB_DeviceLpc3511IpControlPreSetDeviceAddress()
2311 uint8_t tmp8Value; in USB_DeviceLpc3511IpControl() local
2354 tmp8Value = *((uint8_t *)param); in USB_DeviceLpc3511IpControl()
2355 error = USB_DeviceLpc3511IpEndpointDeinit(lpc3511IpState, tmp8Value); in USB_DeviceLpc3511IpControl()
2362 tmp8Value = *((uint8_t *)param); in USB_DeviceLpc3511IpControl()
2363 error = USB_DeviceLpc3511IpEndpointStall(lpc3511IpState, tmp8Value); in USB_DeviceLpc3511IpControl()
2370 tmp8Value = *((uint8_t *)param); in USB_DeviceLpc3511IpControl()
2371 error = USB_DeviceLpc3511IpEndpointUnstall(lpc3511IpState, tmp8Value); in USB_DeviceLpc3511IpControl()
[all …]