Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_printer.c332 uint16_t temp16; in USB_DevicePrinterEvent() local
388 temp16 = *((uint16_t *)param); in USB_DevicePrinterEvent()
390 temp8 = (uint8_t)(temp16 & 0xFFU); in USB_DevicePrinterEvent()
392 if (printerHandle->interfaceNumber != ((uint8_t)(temp16 >> 8U))) in USB_DevicePrinterEvent()
419 for (temp16 = 0; temp16 < printerHandle->interfaceHandle->endpointList.count; ++temp16) in USB_DevicePrinterEvent()
421 … if (temp8 == printerHandle->interfaceHandle->endpointList.endpoint[temp16].endpointAddress) in USB_DevicePrinterEvent()
424 … if (USB_IN == ((printerHandle->interfaceHandle->endpointList.endpoint[temp16].endpointAddress & in USB_DevicePrinterEvent()
447 for (temp16 = 0; temp16 < printerHandle->interfaceHandle->endpointList.count; ++temp16) in USB_DevicePrinterEvent()
449 … if (temp8 == printerHandle->interfaceHandle->endpointList.endpoint[temp16].endpointAddress) in USB_DevicePrinterEvent()
463 … (printerHandle->interfaceHandle->endpointList.endpoint[temp16].endpointAddress & in USB_DevicePrinterEvent()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/smartcard/
Dfsl_smartcard_emvsim.c248 uint16_t temp16 = 0u; in smartcard_emvsim_SetTransferType() local
267 temp16 = (960u * context->cardParams.currentD * context->cardParams.WI) + in smartcard_emvsim_SetTransferType()
269 base->CWT_VAL = temp16; in smartcard_emvsim_SetTransferType()
270 base->BWT_VAL = temp16; in smartcard_emvsim_SetTransferType()
298 temp16 = (960u * context->cardParams.currentD * context->cardParams.WI) + in smartcard_emvsim_SetTransferType()
300 base->CWT_VAL = temp16; in smartcard_emvsim_SetTransferType()
301 base->BWT_VAL = temp16; in smartcard_emvsim_SetTransferType()
341 temp16 = ((uint16_t)1u << context->cardParams.CWI) + 16u; in smartcard_emvsim_SetTransferType()
343 temp16 = ((uint16_t)1u << context->cardParams.CWI) + 15u; in smartcard_emvsim_SetTransferType()
349 temp16 = ((uint16_t)1u << context->cardParams.CWI) + 20u + SMARTCARD_CWT_ADJUSTMENT; in smartcard_emvsim_SetTransferType()
[all …]
Dfsl_smartcard_usim.c250 uint16_t temp16 = 0u; in SMARTCARD_USIM_SetTransferType() local
271temp16 = (960u * context->cardParams.currentD * context->cardParams.WI) + (context->cardParams.cur… in SMARTCARD_USIM_SetTransferType()
272 base->CWTR = (uint32_t)temp16 - SMARTCARD_T0_CWT_ADJUSTMENT; in SMARTCARD_USIM_SetTransferType()
273 base->BWTR = (uint32_t)temp16 - SMARTCARD_T0_BWT_ADJUSTMENT; in SMARTCARD_USIM_SetTransferType()
297temp16 = (960u * context->cardParams.currentD * context->cardParams.WI) + (context->cardParams.cur… in SMARTCARD_USIM_SetTransferType()
298 base->CWTR = (uint32_t)temp16 - SMARTCARD_T0_CWT_ADJUSTMENT; in SMARTCARD_USIM_SetTransferType()
299 base->BWTR = (uint32_t)temp16 - SMARTCARD_T0_BWT_ADJUSTMENT; in SMARTCARD_USIM_SetTransferType()
329 temp16 = ((uint16_t)1u << context->cardParams.CWI) + 15u; in SMARTCARD_USIM_SetTransferType()
330 base->CWTR = (uint32_t)temp16 - SMARTCARD_T1_CWT_ADJUSTMENT; in SMARTCARD_USIM_SetTransferType()
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_usb.c567 uint16_t *temp16 = (uint16_t *)param; in USB_DeviceCallback() local
616 uint8_t interface = (uint8_t)((*temp16 & 0xFF00U) >> 0x08U); in USB_DeviceCallback()
617 uint8_t alternateSetting = (uint8_t)(*temp16 & 0x00FFU); in USB_DeviceCallback()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_khci.c1498 uint16_t *temp16; in USB_DeviceKhciControl() local
1582 temp16 = (uint16_t *)param; in USB_DeviceKhciControl()
1583 …*temp16 = (USB_DEVICE_CONFIG_SELF_POWER << (USB_REQUEST_STANDARD_GET_STATUS_DEVICE_SELF_POWERED_SH… in USB_DeviceKhciControl()
Dusb_device_ehci.c1897 uint16_t *temp16;
1961 temp16 = (uint16_t *)param;
1962 *temp16 = ((uint16_t)USB_DEVICE_CONFIG_SELF_POWER