Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_printer.c333 uint8_t temp8; in USB_DevicePrinterEvent() local
355 temp8 = *((uint8_t *)param); in USB_DevicePrinterEvent()
360 if (temp8 == printerHandle->configuration) in USB_DevicePrinterEvent()
372 printerHandle->configuration = temp8; in USB_DevicePrinterEvent()
390 temp8 = (uint8_t)(temp16 & 0xFFU); in USB_DevicePrinterEvent()
397 if (temp8 == printerHandle->alternate) in USB_DevicePrinterEvent()
405 printerHandle->alternate = temp8; in USB_DevicePrinterEvent()
418 temp8 = *((uint8_t *)param); in USB_DevicePrinterEvent()
421 … if (temp8 == printerHandle->interfaceHandle->endpointList.endpoint[temp16].endpointAddress) in USB_DevicePrinterEvent()
434 status = USB_DeviceStallEndpoint(printerHandle->deviceHandle, temp8); in USB_DevicePrinterEvent()
[all …]
Dusb_device_cdc_acm.c380 uint8_t *temp8; in USB_DeviceCdcAcmEvent() local
398 temp8 = ((uint8_t *)param); in USB_DeviceCdcAcmEvent()
403 if (*temp8 == cdcAcmHandle->configuration) in USB_DeviceCdcAcmEvent()
410 cdcAcmHandle->configuration = *temp8; in USB_DeviceCdcAcmEvent()
454 temp8 = ((uint8_t *)param); in USB_DeviceCdcAcmEvent()
457 … if (*temp8 == cdcAcmHandle->commInterfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceCdcAcmEvent()
460 … error = USB_DeviceStallEndpoint(cdcAcmHandle->handle, *temp8); in USB_DeviceCdcAcmEvent()
465 … if (*temp8 == cdcAcmHandle->dataInterfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceCdcAcmEvent()
467 if (USB_IN == (((*temp8) & USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_MASK) >> in USB_DeviceCdcAcmEvent()
476 error = USB_DeviceStallEndpoint(cdcAcmHandle->handle, *temp8); in USB_DeviceCdcAcmEvent()
[all …]
Dusb_device_hid.c314 uint8_t *temp8; in USB_DeviceHidEvent() local
340 temp8 = ((uint8_t *)param); in USB_DeviceHidEvent()
345 if (*temp8 == hidHandle->configuration) in USB_DeviceHidEvent()
357 hidHandle->configuration = *temp8; in USB_DeviceHidEvent()
397 temp8 = ((uint8_t *)param); in USB_DeviceHidEvent()
400 … if (*temp8 == hidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceHidEvent()
413 error = USB_DeviceStallEndpoint(hidHandle->handle, *temp8); in USB_DeviceHidEvent()
423 temp8 = ((uint8_t *)param); in USB_DeviceHidEvent()
426 … if (*temp8 == hidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceHidEvent()
429 error = USB_DeviceUnstallEndpoint(hidHandle->handle, *temp8); in USB_DeviceHidEvent()
[all …]
Dusb_device_video.c1111 uint8_t *temp8; in USB_DeviceVideoEvent() local
1133 temp8 = ((uint8_t *)param); in USB_DeviceVideoEvent()
1138 if (*temp8 == videoHandle->configuration) in USB_DeviceVideoEvent()
1158 videoHandle->configuration = *temp8; in USB_DeviceVideoEvent()
1236 temp8 = ((uint8_t *)param); in USB_DeviceVideoEvent()
1241 … if (*temp8 == videoHandle->controlInterfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceVideoEvent()
1244 error = USB_DeviceStallEndpoint(videoHandle->handle, *temp8); in USB_DeviceVideoEvent()
1252 … if (*temp8 == videoHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceVideoEvent()
1255 error = USB_DeviceStallEndpoint(videoHandle->handle, *temp8); in USB_DeviceVideoEvent()
1266 temp8 = ((uint8_t *)param); in USB_DeviceVideoEvent()
[all …]
Dusb_device_phdc.c347 uint8_t *temp8; in USB_DevicePhdcEvent() local
367 temp8 = ((uint8_t *)param); in USB_DevicePhdcEvent()
372 if (*temp8 == phdcHandle->configuration) in USB_DevicePhdcEvent()
382 phdcHandle->configuration = *temp8; in USB_DevicePhdcEvent()
413 temp8 = ((uint8_t *)param); in USB_DevicePhdcEvent()
416 … if (*temp8 == phdcHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DevicePhdcEvent()
434 error = USB_DeviceStallEndpoint(phdcHandle->handle, *temp8); in USB_DevicePhdcEvent()
443 temp8 = ((uint8_t *)param); in USB_DevicePhdcEvent()
446 … if (*temp8 == phdcHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DevicePhdcEvent()
448 error = USB_DeviceUnstallEndpoint(phdcHandle->handle, *temp8); in USB_DevicePhdcEvent()
Dusb_device_msc.c1016 uint8_t *temp8; in USB_DeviceMscEvent() local
1075 temp8 = ((uint8_t *)param); in USB_DeviceMscEvent()
1080 if (*temp8 == mscHandle->configuration) in USB_DeviceMscEvent()
1092 mscHandle->configuration = *temp8; in USB_DeviceMscEvent()
1162 temp8 = ((uint8_t *)param); in USB_DeviceMscEvent()
1164 if ((mscHandle->inEndpointStallFlag == 0U) && (*temp8 == mscHandle->bulkInEndpoint)) in USB_DeviceMscEvent()
1169 error = USB_DeviceStallEndpoint(mscHandle->handle, *temp8); in USB_DeviceMscEvent()
1171 if ((mscHandle->outEndpointStallFlag == 0U) && (*temp8 == mscHandle->bulkOutEndpoint)) in USB_DeviceMscEvent()
1175 … error = USB_DeviceStallEndpoint(mscHandle->handle, *temp8); in USB_DeviceMscEvent()
1186 temp8 = ((uint8_t *)param); in USB_DeviceMscEvent()
[all …]
Dusb_device_audio.c1743 uint8_t *temp8; in USB_DeviceAudioEvent() local
1766 temp8 = ((uint8_t *)param); in USB_DeviceAudioEvent()
1771 if (*temp8 == audioHandle->configuration) in USB_DeviceAudioEvent()
1783 audioHandle->configuration = *temp8; in USB_DeviceAudioEvent()
1847 temp8 = ((uint8_t *)param); in USB_DeviceAudioEvent()
1852 … if (*temp8 == audioHandle->controlInterfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceAudioEvent()
1855 error = USB_DeviceStallEndpoint(audioHandle->handle, *temp8); in USB_DeviceAudioEvent()
1863 … if (*temp8 == audioHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceAudioEvent()
1866 error = USB_DeviceStallEndpoint(audioHandle->handle, *temp8); in USB_DeviceAudioEvent()
1877 temp8 = ((uint8_t *)param); in USB_DeviceAudioEvent()
[all …]
Dusb_device_ccid.c700 uint8_t *temp8; in USB_DeviceCcidEvent() local
724 temp8 = ((uint8_t *)param); in USB_DeviceCcidEvent()
729 if (*temp8 == ccidHandle->configuration) in USB_DeviceCcidEvent()
741 ccidHandle->configuration = *temp8; in USB_DeviceCcidEvent()
855 temp8 = ((uint8_t *)param); in USB_DeviceCcidEvent()
858 … if (*temp8 == ccidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceCcidEvent()
861 status = USB_DeviceStallEndpoint(ccidHandle->handle, *temp8); in USB_DeviceCcidEvent()
871 temp8 = ((uint8_t *)param); in USB_DeviceCcidEvent()
874 … if (*temp8 == ccidHandle->interfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceCcidEvent()
877 status = USB_DeviceUnstallEndpoint(ccidHandle->handle, *temp8); in USB_DeviceCcidEvent()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_khci.c1499 uint8_t *temp8; in USB_DeviceKhciControl() local
1561 temp8 = (uint8_t *)param; in USB_DeviceKhciControl()
1562 status = USB_DeviceKhciEndpointDeinit(khciState, *temp8); in USB_DeviceKhciControl()
1568 temp8 = (uint8_t *)param; in USB_DeviceKhciControl()
1569 status = USB_DeviceKhciEndpointStall(khciState, *temp8); in USB_DeviceKhciControl()
1575 temp8 = (uint8_t *)param; in USB_DeviceKhciControl()
1576 status = USB_DeviceKhciEndpointUnstall(khciState, *temp8); in USB_DeviceKhciControl()
1615 temp8 = (uint8_t *)param; in USB_DeviceKhciControl()
1616 khciState->registerBase->ADDR = (*temp8); in USB_DeviceKhciControl()
1659 temp8 = (uint8_t *)param; in USB_DeviceKhciControl()
[all …]
Dusb_device_dci.c1227 uint8_t *temp8; in USB_DeviceGetStatus() local
1248 temp8 = (uint8_t *)param; in USB_DeviceGetStatus()
1250 *temp8 = ((usb_device_struct_t *)handle)->state; in USB_DeviceGetStatus()
1253 temp8 = (uint8_t *)param; in USB_DeviceGetStatus()
1255 *temp8 = ((usb_device_struct_t *)handle)->deviceAddress; in USB_DeviceGetStatus()
1268 temp8 = (uint8_t *)param; in USB_DeviceGetStatus()
1270 *temp8 = ((usb_device_struct_t *)handle)->remotewakeup; in USB_DeviceGetStatus()
Dusb_device_ehci.c1898 uint8_t *temp8;
1940 temp8 = (uint8_t *)param;
1941 error = USB_DeviceEhciEndpointDeinit(ehciState, *temp8);
1947 temp8 = (uint8_t *)param;
1948 error = USB_DeviceEhciEndpointStall(ehciState, *temp8);
1954 temp8 = (uint8_t *)param;
1955 error = USB_DeviceEhciEndpointUnstall(ehciState, *temp8);
2006 temp8 = (uint8_t *)param;
2008 … ((((uint32_t)(*temp8)) << USBHS_DEVICEADDR_USBADR_SHIFT) | USBHS_DEVICEADDR_USBADRA_MASK);
2209 temp8 = (uint8_t *)param;
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1165/drivers/
Dfsl_pmu.c484 uint8_t temp8; in PMU_GPCSetLpsrDigLdoTargetVoltage() local
489temp8 = (((uint8_t)(setpointMap >> (PMU_LDO_LPSR_DIG_TRG_SPX_REG_SETPOINT_COUNTS * regIndex))) & 0… in PMU_GPCSetLpsrDigLdoTargetVoltage()
490 if (temp8 != 0UL) in PMU_GPCSetLpsrDigLdoTargetVoltage()
495 if (((temp8 >> (1U * i)) & 0x1U) != 0U) in PMU_GPCSetLpsrDigLdoTargetVoltage()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1171/drivers/
Dfsl_pmu.c484 uint8_t temp8; in PMU_GPCSetLpsrDigLdoTargetVoltage() local
489temp8 = (((uint8_t)(setpointMap >> (PMU_LDO_LPSR_DIG_TRG_SPX_REG_SETPOINT_COUNTS * regIndex))) & 0… in PMU_GPCSetLpsrDigLdoTargetVoltage()
490 if (temp8 != 0UL) in PMU_GPCSetLpsrDigLdoTargetVoltage()
495 if (((temp8 >> (1U * i)) & 0x1U) != 0U) in PMU_GPCSetLpsrDigLdoTargetVoltage()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/drivers/
Dfsl_pmu.c484 uint8_t temp8; in PMU_GPCSetLpsrDigLdoTargetVoltage() local
489temp8 = (((uint8_t)(setpointMap >> (PMU_LDO_LPSR_DIG_TRG_SPX_REG_SETPOINT_COUNTS * regIndex))) & 0… in PMU_GPCSetLpsrDigLdoTargetVoltage()
490 if (temp8 != 0UL) in PMU_GPCSetLpsrDigLdoTargetVoltage()
495 if (((temp8 >> (1U * i)) & 0x1U) != 0U) in PMU_GPCSetLpsrDigLdoTargetVoltage()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1173/drivers/
Dfsl_pmu.c484 uint8_t temp8; in PMU_GPCSetLpsrDigLdoTargetVoltage() local
489temp8 = (((uint8_t)(setpointMap >> (PMU_LDO_LPSR_DIG_TRG_SPX_REG_SETPOINT_COUNTS * regIndex))) & 0… in PMU_GPCSetLpsrDigLdoTargetVoltage()
490 if (temp8 != 0UL) in PMU_GPCSetLpsrDigLdoTargetVoltage()
495 if (((temp8 >> (1U * i)) & 0x1U) != 0U) in PMU_GPCSetLpsrDigLdoTargetVoltage()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1172/drivers/
Dfsl_pmu.c484 uint8_t temp8; in PMU_GPCSetLpsrDigLdoTargetVoltage() local
489temp8 = (((uint8_t)(setpointMap >> (PMU_LDO_LPSR_DIG_TRG_SPX_REG_SETPOINT_COUNTS * regIndex))) & 0… in PMU_GPCSetLpsrDigLdoTargetVoltage()
490 if (temp8 != 0UL) in PMU_GPCSetLpsrDigLdoTargetVoltage()
495 if (((temp8 >> (1U * i)) & 0x1U) != 0U) in PMU_GPCSetLpsrDigLdoTargetVoltage()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/drivers/
Dfsl_pmu.c484 uint8_t temp8; in PMU_GPCSetLpsrDigLdoTargetVoltage() local
489temp8 = (((uint8_t)(setpointMap >> (PMU_LDO_LPSR_DIG_TRG_SPX_REG_SETPOINT_COUNTS * regIndex))) & 0… in PMU_GPCSetLpsrDigLdoTargetVoltage()
490 if (temp8 != 0UL) in PMU_GPCSetLpsrDigLdoTargetVoltage()
495 if (((temp8 >> (1U * i)) & 0x1U) != 0U) in PMU_GPCSetLpsrDigLdoTargetVoltage()
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1175/drivers/
Dfsl_pmu.c484 uint8_t temp8; in PMU_GPCSetLpsrDigLdoTargetVoltage() local
489temp8 = (((uint8_t)(setpointMap >> (PMU_LDO_LPSR_DIG_TRG_SPX_REG_SETPOINT_COUNTS * regIndex))) & 0… in PMU_GPCSetLpsrDigLdoTargetVoltage()
490 if (temp8 != 0UL) in PMU_GPCSetLpsrDigLdoTargetVoltage()
495 if (((temp8 >> (1U * i)) & 0x1U) != 0U) in PMU_GPCSetLpsrDigLdoTargetVoltage()
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_usb.c568 uint8_t *temp8 = (uint8_t *)param; in USB_DeviceCallback() local
603 serialUsbCdc->currentConfiguration = *temp8; in USB_DeviceCallback()
604 if ((uint8_t)USB_CDC_VCOM_CONFIGURE_INDEX == (*temp8)) in USB_DeviceCallback()