Home
last modified time | relevance | path

Searched full:common (Results 1 – 25 of 2298) sorted by relevance

12345678910>>...92

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_audio.c227 * @brief hid send control transfer common code.
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()
[all …]
Dusb_host_video.c76 * @brief video send control transfer common code.
339 * @brief video send control transfer common code.
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()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/common_task/
Dfsl_component_common_task.h31 /*! @brief Definition of common task max msg queue count. */
36 /*! @brief Definition of common task priority. */
41 /*! @brief Definition of common task stack size. */
46 /*! @brief The status type of common task */
54 /*! @brief The callback function of common task */
57 /*! @brief The callback message struct of common task */
73 * @name Common task functional operation
78 * @brief Initializes the common task module
80 …* This function is used to initialize the common task module. The module is a delegation for other…
81 * without the self task. The common task will be created when the function is calling.
[all …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/
DCMSIS.yml22 common:
48 common:
72 common:
99 common:
125 common:
151 common:
177 common:
201 common:
225 common:
253 common:
[all …]
DCMSIS_v2.yml43 common:
78 common:
175 common:
1792 common:
1896 common:
1918 # Note, inside ARM.CMSIS.pdsc, there is no component called CMSIS_Driver_Include.Common.
1921 CMSIS_Driver_Include.Common:
1931 common:
1935 full_name: CMSIS Driver Common
1941 group: Common
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_class.c133 * @brief Allocate a device common class handle.
135 * This function allocates a a device common class handle.
138 …* @param handle It is out parameter, is used to return pointer of the device common class…
142 * @retval kStatus_USB_Busy Cannot allocate a common class handle.
143 * @retval kStatus_USB_Error The common class has been initialized.
161 /* Get a free common class handle. */ in USB_DeviceClassAllocateHandle()
179 * @brief Free a device common class handle.
181 * This function frees a device common class handle.
186 * @retval kStatus_USB_InvalidParameter The common class can not be found.
212 * @brief Get the device common class handle according to the controller id.
[all …]
/hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/
Dtsm_timing_ble.h50 /* *** Common TSM defines *** */
292 #define PLL_REG_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
293 #define PLL_VCO_REG_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
294 #define PLL_QGEN_REG_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
295 #define PLL_TCA_TX_REG_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
296 #define ADC_REG_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
298 #define PLL_VCO_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
299 #define QGEN25_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
300 #define PLL_VCO_BUF_RX_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
301 #define PLL_DIG_EN_RX_WD (END_OF_RX_WU_BLE+1) /* Common end of warmdown */
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c815 …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 …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_switch.h144 netc_port_common_t commonCfg; /*!< Port common configuration */
165 } ports[5]; /*!< The common configuration required for all ports */
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()
[all …]
Dfsl_netc_endpoint.h270 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/mcux-sdk/devices/MIMXRT1176/
Dall_lib_device.cmake57 # # 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)
432 # # description: COMMON Driver
[all …]
Dset_device_MIMXRT1176.cmake59 if (CONFIG_USE_driver_nand_flash-common)
60 # Add set(CONFIG_USE_driver_nand_flash-common true) in config.cmake to use this component
62 message("driver_nand_flash-common component is included from ${CMAKE_CURRENT_LIST_FILE}.")
72 if (CONFIG_USE_driver_nor_flash-common)
73 # Add set(CONFIG_USE_driver_nor_flash-common true) in config.cmake to use this component
75 message("driver_nor_flash-common component is included from ${CMAKE_CURRENT_LIST_FILE}.")
167 if (CONFIG_USE_driver_phy-common)
168 # Add set(CONFIG_USE_driver_phy-common true) in config.cmake to use this component
170 message("driver_phy-common component is included from ${CMAKE_CURRENT_LIST_FILE}.")
1249 …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/
Dset_device_MIMXRT1064.cmake55 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 …]
Dall_lib_device.cmake19 # # description: Driver nand_flash-common
20 # set(CONFIG_USE_driver_nand_flash-common true)
22 # # description: Driver nor_flash-common
23 # set(CONFIG_USE_driver_nor_flash-common true)
25 # # description: mflash common
37 # # description: Driver phy-common
38 # set(CONFIG_USE_driver_phy-common true)
322 # # description: Driver video-common
323 # set(CONFIG_USE_driver_video-common true)
331 # # description: COMMON Driver
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/
Dset_device_MIMXRT1052.cmake55 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 …]
Dall_lib_device.cmake44 # # description: Driver nand_flash-common
45 # set(CONFIG_USE_driver_nand_flash-common true)
47 # # description: Driver nor_flash-common
48 # set(CONFIG_USE_driver_nor_flash-common true)
50 # # description: mflash common
62 # # description: Driver phy-common
63 # set(CONFIG_USE_driver_phy-common true)
353 # # description: Driver video-common
354 # set(CONFIG_USE_driver_video-common true)
362 # # description: COMMON Driver
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1166/
Dall_lib_device.cmake22 # # 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)
355 # # description: COMMON Driver
[all …]
Dset_device_MIMXRT1166.cmake59 if (CONFIG_USE_driver_nand_flash-common)
60 # Add set(CONFIG_USE_driver_nand_flash-common true) in config.cmake to use this component
62 message("driver_nand_flash-common component is included from ${CMAKE_CURRENT_LIST_FILE}.")
72 if (CONFIG_USE_driver_nor_flash-common)
73 # Add set(CONFIG_USE_driver_nor_flash-common true) in config.cmake to use this component
75 message("driver_nor_flash-common component is included from ${CMAKE_CURRENT_LIST_FILE}.")
150 if (CONFIG_USE_driver_phy-common)
151 # Add set(CONFIG_USE_driver_phy-common true) in config.cmake to use this component
153 message("driver_phy-common component is included from ${CMAKE_CURRENT_LIST_FILE}.")
1184 …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/MIMXRT1062/
Dset_device_MIMXRT1062.cmake55 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}.")
978 …ONFIG_USE_CMSIS_Driver_Include_Ethernet AND CONFIG_USE_RTE_Device AND CONFIG_USE_driver_phy-common)
[all …]
Dall_lib_device.cmake58 # # description: Driver nand_flash-common
59 # set(CONFIG_USE_driver_nand_flash-common true)
61 # # description: Driver nor_flash-common
62 # set(CONFIG_USE_driver_nor_flash-common true)
64 # # description: mflash common
76 # # description: Driver phy-common
77 # set(CONFIG_USE_driver_phy-common true)
388 # # description: Driver video-common
389 # set(CONFIG_USE_driver_video-common true)
400 # # description: COMMON Driver
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXN236/
Dall_lib_device.cmake25 # # description: Driver nand_flash-common
26 # set(CONFIG_USE_driver_nand_flash-common true)
28 # # description: Driver nor_flash-common
29 # set(CONFIG_USE_driver_nor_flash-common true)
31 # # description: mflash common
43 # # description: Driver phy-common
44 # set(CONFIG_USE_driver_phy-common true)
124 # # description: COMMON Driver
400 # # description: Driver camera-receiver-common
401 # set(CONFIG_USE_driver_camera-receiver-common true)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXN947/
Dall_lib_device.cmake32 # # description: Driver phy-common
33 # set(CONFIG_USE_driver_phy-common true)
47 # # description: mflash common
50 # # description: Driver nand_flash-common
51 # set(CONFIG_USE_driver_nand_flash-common true)
53 # # description: Driver nor_flash-common
54 # set(CONFIG_USE_driver_nor_flash-common true)
137 # # description: COMMON Driver
386 # # description: Driver camera-receiver-common
387 # set(CONFIG_USE_driver_camera-receiver-common true)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXN547/
Dall_lib_device.cmake53 # # description: Driver phy-common
54 # set(CONFIG_USE_driver_phy-common true)
68 # # description: mflash common
71 # # description: Driver nand_flash-common
72 # set(CONFIG_USE_driver_nand_flash-common true)
74 # # description: Driver nor_flash-common
75 # set(CONFIG_USE_driver_nor_flash-common true)
158 # # description: COMMON Driver
392 # # description: Driver camera-receiver-common
393 # set(CONFIG_USE_driver_camera-receiver-common true)
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.h40 #define OV7725_COM2_REG 0x09U /*!< Common Control 2 */
43 #define OV7725_COM3_REG 0x0CU /*!< Common Control 3 */
44 #define OV7725_COM4_REG 0x0DU /*!< Common Control 4 */
45 #define OV7725_COM5_REG 0x0EU /*!< Common Control 5 */
46 #define OV7725_COM6_REG 0x0FU /*!< Common Control 6 */
49 #define OV7725_COM7_REG 0x12U /*!< Common Control 7 */
50 #define OV7725_COM8_REG 0x13U /*!< Common Control 8 */
51 #define OV7725_COM9_REG 0x14U /*!< Common Control 9 */
52 #define OV7725_COM10_REG 0x15U /*!< Common Control 10 */
62 #define OV7725_COM11_REG 0x20U /*!< Common Control 11 */
[all …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/
Dall_lib_device.cmake62 # # description: Driver phy-common
63 # set(CONFIG_USE_driver_phy-common true)
68 # # description: mflash common
71 # # description: Driver nand_flash-common
72 # set(CONFIG_USE_driver_nand_flash-common true)
74 # # description: Driver nor_flash-common
75 # set(CONFIG_USE_driver_nor_flash-common true)
323 # # description: COMMON Driver
633 # # description: NXP WLAN common files
779 # # description: Middleware sdmmc common
[all …]

12345678910>>...92