| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
| D | usb_host_audio.c | 514 …if ((ptr1.common->bDescriptorType == 0x04U) && (ptr1.interface->bAlternateSetting == alternateSett… in USB_HostAudioStreamSetInterface() 519 ptr1.bufr += ptr1.common->bLength; in USB_HostAudioStreamSetInterface() 520 length += ptr1.common->bLength; in USB_HostAudioStreamSetInterface() 524 if (ptr1.common->bDescriptorType == 0x24U) in USB_HostAudioStreamSetInterface() 529 if (ptr1.common->bData[0] == USB_AUDIO_DESC_SUBTYPE_AS_GENERAL) in USB_HostAudioStreamSetInterface() 533 else if (ptr1.common->bData[0] == USB_AUDIO_DESC_SUBTYPE_AS_FORMAT_TYPE) in USB_HostAudioStreamSetInterface() 544 if (ptr1.common->bData[0] == USB_AUDIO_DESC_SUBTYPE_AS_GENERAL_20) in USB_HostAudioStreamSetInterface() 548 else if (ptr1.common->bData[0] == USB_AUDIO_DESC_SUBTYPE_AS_FORMAT_TYPE_20) in USB_HostAudioStreamSetInterface() 567 if (ptr1.common->bDescriptorType == 0x05U) in USB_HostAudioStreamSetInterface() 590 descLength = ptr1.common->bLength; in USB_HostAudioStreamSetInterface() [all …]
|
| D | usb_host_video.c | 476 if (descUnion.common->bDescriptorType == USB_HOST_DESC_CS_INTERFACE) in USB_HostVideoStreamSetInterface() 478 if (descUnion.common->bData[0] == USB_HOST_DESC_SUBTYPE_VS_INPUT_HEADER) in USB_HostVideoStreamSetInterface() 485 length += descUnion.common->bLength; in USB_HostVideoStreamSetInterface() 486 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface() 495 if ((descUnion.common->bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostVideoStreamSetInterface() 501 length += descUnion.common->bLength; in USB_HostVideoStreamSetInterface() 502 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface() 507 if (descUnion.common->bDescriptorType == USB_DESCRIPTOR_TYPE_ENDPOINT) in USB_HostVideoStreamSetInterface() 511 descLength = descUnion.common->bLength; in USB_HostVideoStreamSetInterface() 512 descUnion.bufr += descUnion.common->bLength; in USB_HostVideoStreamSetInterface() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_switch.h | 533 NETC_RxVlanCInit(handle->hw.common, config, true); in SWT_RxVlanCInit() 562 NETC_RxQosCInit(handle->hw.common, &config->profiles[0], false); in SWT_RxQosCInit() 563 NETC_RxQosCInit(handle->hw.common, &config->profiles[1], true); in SWT_RxQosCInit() 593 NETC_IPFInit(handle->hw.common, config); in SWT_RxIPFInit() 621 return (handle->hw.common->IPFTCAPR & NETC_SW_ENETC_IPFTCAPR_NUM_WORDS_MASK) - in SWT_RxIPFGetTableRemainWordNum() 622 (handle->hw.common->IPFTMOR & NETC_SW_ENETC_IPFTMOR_NUM_WORDS_MASK); in SWT_RxIPFGetTableRemainWordNum() 706 NETC_PSFPKcProfileInit(handle->hw.common, &config->kcRule[0], false); in SWT_RxPSFPInit() 707 NETC_PSFPKcProfileInit(handle->hw.common, &config->kcRule[2], true); in SWT_RxPSFPInit() 736 return (handle->hw.common->HTMCAPR & NETC_SW_ENETC_HTMCAPR_NUM_WORDS_MASK) - in SWT_RxPSFPGetISITableRemainEntryNum() 737 (handle->hw.common->HTMOR & NETC_SW_ENETC_HTMOR_AMOUNT_MASK); in SWT_RxPSFPGetISITableRemainEntryNum() [all …]
|
| D | fsl_netc_endpoint.h | 270 netc_port_common_t common; /*!< Port common configuration. */ member 496 NETC_RxVlanCInit(handle->hw.common, config, false); in EP_RxVlanCInit() 539 return (handle->hw.common->IPFTCAPR & NETC_SW_ENETC_IPFTCAPR_NUM_WORDS_MASK) - in EP_RxIPFGetTableRemainWordNum() 540 (handle->hw.common->IPFTMOR & NETC_SW_ENETC_IPFTMOR_NUM_WORDS_MASK); in EP_RxIPFGetTableRemainWordNum() 604 NETC_PSFPKcProfileInit(handle->hw.common, &config->kcRule[0], false); in EP_RxPSFPInit() 619 return (handle->hw.common->HTMCAPR & NETC_SW_ENETC_HTMCAPR_NUM_WORDS_MASK) - in EP_RxPSFPGetISITableRemainEntryNum() 620 (handle->hw.common->HTMOR & NETC_SW_ENETC_HTMOR_AMOUNT_MASK); in EP_RxPSFPGetISITableRemainEntryNum() 653 return (handle->hw.common->ISITCAPR & NETC_SW_ENETC_ISITCAPR_NUM_ENTRIES_MASK) - in EP_RxPSFPGetISTableRemainEntryNum() 654 (handle->hw.common->ISITOR & NETC_SW_ENETC_ISITOR_NUM_ENTRIES_MASK); in EP_RxPSFPGetISTableRemainEntryNum() 696 return (handle->hw.common->HTMCAPR & NETC_SW_ENETC_HTMCAPR_NUM_WORDS_MASK) - in EP_RxPSFPGetISFTableRemainEntryNum() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_devices.c | 815 …if (((((uint32_t)unionDes) + 1U) < endPos) && (unionDes->common.bLength == USB_DESCRIPTOR_LENGTH_C… in USB_HostParseDeviceConfigurationDescriptor() 816 (unionDes->common.bDescriptorType == USB_DESCRIPTOR_TYPE_CONFIGURE)) in USB_HostParseDeviceConfigurationDescriptor() 824 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor() 828 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostParseDeviceConfigurationDescriptor() 834 if ((unionDes->common.bDescriptorType == 0x00U) || in USB_HostParseDeviceConfigurationDescriptor() 835 (unionDes->common.bLength == 0x00U)) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() 839 … deviceInstance->configuration.configurationExtensionLength += unionDes->common.bLength; in USB_HostParseDeviceConfigurationDescriptor() 840 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostParseDeviceConfigurationDescriptor() 853 (unionDes->common.bDescriptorType == USB_DESCRIPTOR_TYPE_INTERFACE)) in USB_HostParseDeviceConfigurationDescriptor() 880 if (unionDes->common.bLength == 0x00U) /* the descriptor data is wrong */ in USB_HostParseDeviceConfigurationDescriptor() [all …]
|
| D | usb_host_hci.c | 690 … unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 695 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 712 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 715 if ((unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_INTERFACE) && in USB_HostHelperParseAlternateSetting() 716 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostHelperParseAlternateSetting() 722 interface->interfaceExtensionLength += unionDes->common.bLength; in USB_HostHelperParseAlternateSetting() 723 unionDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() 734 if ((unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT) || in USB_HostHelperParseAlternateSetting() 745 (unionDes->common.bDescriptorType != USB_DESCRIPTOR_TYPE_ENDPOINT)) in USB_HostHelperParseAlternateSetting() 757 …nDes = (usb_descriptor_union_t *)((uint32_t)unionDes + unionDes->common.bLength); in USB_HostHelperParseAlternateSetting() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX2/ |
| D | all_lib_device_MIMX8QX2.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 80 # include(driver_phy-common) 90 # include(driver_display-common) 112 # include(driver_camera-receiver-common) 120 # include(driver_camera-common) 121 # include(driver_camera-device-common) 123 # include(driver_video-common) 130 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/ |
| D | all_lib_device_MIMX8QX1.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 80 # include(driver_phy-common) 90 # include(driver_display-common) 112 # include(driver_camera-receiver-common) 120 # include(driver_camera-common) 121 # include(driver_camera-device-common) 123 # include(driver_video-common) 130 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX2/ |
| D | all_lib_device_MIMX8DX2.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 80 # include(driver_phy-common) 90 # include(driver_display-common) 112 # include(driver_camera-receiver-common) 120 # include(driver_camera-common) 121 # include(driver_camera-device-common) 123 # include(driver_video-common) 130 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX1/ |
| D | all_lib_device_MIMX8DX1.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 80 # include(driver_phy-common) 90 # include(driver_display-common) 112 # include(driver_camera-receiver-common) 120 # include(driver_camera-common) 121 # include(driver_camera-device-common) 123 # include(driver_video-common) 130 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX6/ |
| D | all_lib_device_MIMX8DX6.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/ |
| D | all_lib_device_MIMX8QX5.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/ |
| D | all_lib_device_MIMX8DX4.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/ |
| D | all_lib_device_MIMX8DX3.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX5/ |
| D | all_lib_device_MIMX8DX5.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UX5/ |
| D | all_lib_device_MIMX8UX5.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8UX6/ |
| D | all_lib_device_MIMX8UX6.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/ |
| D | all_lib_device_MIMX8QX3.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX4/ |
| D | all_lib_device_MIMX8QX4.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 83 # include(driver_phy-common) 93 # include(driver_display-common) 116 # include(driver_camera-receiver-common) 124 # include(driver_camera-common) 125 # include(driver_camera-device-common) 128 # include(driver_video-common) 136 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX6/ |
| D | all_lib_device_MIMX8QX6.cmake | 37 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 93 # include(driver_display-common) 117 # include(driver_camera-receiver-common) 125 # include(driver_camera-common) 126 # include(driver_camera-device-common) 129 # include(driver_video-common) 137 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/ |
| D | all_lib_device_MIMX8QM6_cm4_core1.cmake | 36 ${CMAKE_CURRENT_LIST_DIR}/../../drivers/common 94 # include(driver_display-common) 115 # include(driver_camera-receiver-common) 125 # include(driver_camera-common) 126 # include(driver_camera-device-common) 129 # include(driver_video-common) 138 # include(driver_mdio-common)
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/ |
| D | all_lib_device.cmake | 22 # # description: Driver nand_flash-common 23 # set(CONFIG_USE_driver_nand_flash-common true) 25 # # description: Driver nor_flash-common 26 # set(CONFIG_USE_driver_nor_flash-common true) 28 # # description: mflash common 40 # # description: Driver phy-common 41 # set(CONFIG_USE_driver_phy-common true) 346 # # description: Driver video-common 347 # set(CONFIG_USE_driver_video-common true) 601 # # description: Driver display-common [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/ |
| D | set_device_MIMXRT1052.cmake | 55 if (CONFIG_USE_driver_nand_flash-common) 56 # Add set(CONFIG_USE_driver_nand_flash-common true) in config.cmake to use this component 58 message("driver_nand_flash-common component is included from ${CMAKE_CURRENT_LIST_FILE}.") 68 if (CONFIG_USE_driver_nor_flash-common) 69 # Add set(CONFIG_USE_driver_nor_flash-common true) in config.cmake to use this component 71 message("driver_nor_flash-common component is included from ${CMAKE_CURRENT_LIST_FILE}.") 146 if (CONFIG_USE_driver_phy-common) 147 # Add set(CONFIG_USE_driver_phy-common true) in config.cmake to use this component 149 message("driver_phy-common component is included from ${CMAKE_CURRENT_LIST_FILE}.") 930 …ONFIG_USE_CMSIS_Driver_Include_Ethernet AND CONFIG_USE_RTE_Device AND CONFIG_USE_driver_phy-common) [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1064/ |
| D | set_device_MIMXRT1064.cmake | 55 if (CONFIG_USE_driver_nand_flash-common) 56 # Add set(CONFIG_USE_driver_nand_flash-common true) in config.cmake to use this component 58 message("driver_nand_flash-common component is included from ${CMAKE_CURRENT_LIST_FILE}.") 68 if (CONFIG_USE_driver_nor_flash-common) 69 # Add set(CONFIG_USE_driver_nor_flash-common true) in config.cmake to use this component 71 message("driver_nor_flash-common component is included from ${CMAKE_CURRENT_LIST_FILE}.") 146 if (CONFIG_USE_driver_phy-common) 147 # Add set(CONFIG_USE_driver_phy-common true) in config.cmake to use this component 149 message("driver_phy-common component is included from ${CMAKE_CURRENT_LIST_FILE}.") 954 …ONFIG_USE_CMSIS_Driver_Include_Ethernet AND CONFIG_USE_RTE_Device AND CONFIG_USE_driver_phy-common) [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/ |
| D | all_lib_device.cmake | 57 # # description: Driver nand_flash-common 58 # set(CONFIG_USE_driver_nand_flash-common true) 60 # # description: Driver nor_flash-common 61 # set(CONFIG_USE_driver_nor_flash-common true) 63 # # description: mflash common 78 # # description: Driver phy-common 79 # set(CONFIG_USE_driver_phy-common true) 423 # # description: Driver video-common 424 # set(CONFIG_USE_driver_video-common true) 684 # # description: Driver display-common [all …]
|