Lines Matching refs:tmp8Value
2291 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()
2537 tmp8Value = *((uint8_t *)param); in USB_DeviceLpc3511IpControl()
2541 ((uint32_t)(tmp8Value) << USBHSD_DEVCMDSTAT_PHY_TEST_MODE_SHIFT); in USB_DeviceLpc3511IpControl()