Lines Matching refs:tmp32Value
2290 uint32_t tmp32Value; in USB_DeviceLpc3511IpControlPreSetDeviceAddress() local
2295 tmp32Value = lpc3511IpState->registerBase->DEVCMDSTAT; in USB_DeviceLpc3511IpControlPreSetDeviceAddress()
2296 tmp32Value &= ~(USB_LPC3511IP_DEVCMDSTAT_W1C_MASK | USB_LPC3511IP_DEVCMDSTAT_DEV_ADDR_MASK); in USB_DeviceLpc3511IpControlPreSetDeviceAddress()
2297 tmp32Value |= ((uint32_t)tmp8Value & USB_LPC3511IP_DEVCMDSTAT_DEV_ADDR_MASK); in USB_DeviceLpc3511IpControlPreSetDeviceAddress()
2298 lpc3511IpState->registerBase->DEVCMDSTAT = tmp32Value; in USB_DeviceLpc3511IpControlPreSetDeviceAddress()
2310 uint32_t tmp32Value; in USB_DeviceLpc3511IpControl() local
2504 … for (tmp32Value = 0U; tmp32Value < (uint32_t)USB_DEVICE_IP3511_ENDPOINTS_NUM; tmp32Value++) in USB_DeviceLpc3511IpControl()
2508 … USB_DeviceLpc3511IpEndpointDeinit(lpc3511IpState, (uint8_t)(tmp32Value | (USB_IN << 0x07U)))) || in USB_DeviceLpc3511IpControl()
2509 … (USB_DeviceLpc3511IpEndpointDeinit(lpc3511IpState, (uint8_t)(tmp32Value | (USB_OUT << 0x07U))))) in USB_DeviceLpc3511IpControl()
2514 …(void)USB_DeviceLpc3511IpEndpointDeinit(lpc3511IpState, (uint8_t)(tmp32Value | (USB_IN << 0x07U))); in USB_DeviceLpc3511IpControl()
2515 …(void)USB_DeviceLpc3511IpEndpointDeinit(lpc3511IpState, (uint8_t)(tmp32Value | (USB_OUT << 0x07U))… in USB_DeviceLpc3511IpControl()