Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/bsp/allwinner/libraries/sunxi-hal/hal/source/phy/
A Dhal_phy.c539 if (is_10g_interface(interface)) in generic_for_interface()
547 phy_interface_t interface) in get_phy_driver() argument
560 return generic_for_interface(interface); in get_phy_driver()
565 phy_interface_t interface) in phy_device_create() argument
582 dev->interface = interface; in phy_device_create()
590 dev->drv = get_phy_driver(dev, interface); in phy_device_create()
655 bus->phymap[addr]->interface = interface; in search_for_existing_phy()
676 i ? i : MDIO_DEVAD_NONE, interface); in get_phy_device_by_mask()
695 phy_interface_t interface) in get_phy_device() argument
708 if (is_10g_interface(phydev->interface)) { in phy_reset()
[all …]
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.c745 interface->interfaceDesc = &unionDes->interface; in USB_HostHelperParseAlternateSetting()
746 interface->alternateSettingNumber = 0; in USB_HostHelperParseAlternateSetting()
747 interface->epCount = 0; in USB_HostHelperParseAlternateSetting()
748 interface->interfaceExtension = NULL; in USB_HostHelperParseAlternateSetting()
749 interface->interfaceExtensionLength = 0; in USB_HostHelperParseAlternateSetting()
750 interface->interfaceIndex = unionDes->interface.bInterfaceNumber; in USB_HostHelperParseAlternateSetting()
759 if (interface->interfaceExtension == NULL) in USB_HostHelperParseAlternateSetting()
761 interface->interfaceExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()
773 if (interface->interfaceDesc->bNumEndpoints != 0) in USB_HostHelperParseAlternateSetting()
783 for (; interface->epCount < interface->interfaceDesc->bNumEndpoints; (interface->epCount)++) in USB_HostHelperParseAlternateSetting()
[all …]
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.c731 interface->interfaceDesc = &unionDes->interface; in USB_HostHelperParseAlternateSetting()
732 interface->alternateSettingNumber = 0U; in USB_HostHelperParseAlternateSetting()
733 interface->epCount = 0U; in USB_HostHelperParseAlternateSetting()
734 interface->interfaceExtension = NULL; in USB_HostHelperParseAlternateSetting()
735 interface->interfaceExtensionLength = 0U; in USB_HostHelperParseAlternateSetting()
736 interface->interfaceIndex = unionDes->interface.bInterfaceNumber; in USB_HostHelperParseAlternateSetting()
745 if (interface->interfaceExtension == NULL) in USB_HostHelperParseAlternateSetting()
747 interface->interfaceExtension = (uint8_t *)unionDes; in USB_HostHelperParseAlternateSetting()
759 if (interface->interfaceDesc->bNumEndpoints != 0U) in USB_HostHelperParseAlternateSetting()
769 for (; interface->epCount < interface->interfaceDesc->bNumEndpoints; (interface->epCount)++) in USB_HostHelperParseAlternateSetting()
[all …]
/bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/
A DREADME.md5 …t PHY transceiver with RJ45 connector interface, a Shield2Go connector interface and MikroBUS con…
19 * Programming interface (Arm® Standard JTAG, Cortex® Debug + ETM with Arm® ETM Mictor)
21 * CAN FD interface
22 * Ethernet interface
25 * A Shield2Go connector interface and a MikroBUS connector interface
45 * CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c243 USBH_Status USBH_Set_Idle(USBH_Info_t *phost, uint8_t interface, uint8_t reportId, uint8_t duration) in USBH_Set_Idle() argument
248 phost->Ctrl.setup.wIndex = interface; in USBH_Set_Idle()
264 USBH_Status USBH_Set_Report(USBH_Info_t *phost, uint8_t interface, uint8_t reportId, uint8_t report… in USBH_Set_Report() argument
269 phost->Ctrl.setup.wIndex = interface; in USBH_Set_Report()
284 USBH_Status USBH_Set_Protocol(USBH_Info_t *phost, uint8_t interface, uint8_t protocol) in USBH_Set_Protocol() argument
289 phost->Ctrl.setup.wIndex = interface; in USBH_Set_Protocol()
A Dusbh_hid_core.h67 USBH_Status USBH_Set_Idle(USBH_Info_t *phost, uint8_t interface, uint8_t reportId, uint8_t duration…
68 USBH_Status USBH_Set_Report(USBH_Info_t *phost, uint8_t interface, uint8_t reportId, uint8_t report…
69 USBH_Status USBH_Set_Protocol(USBH_Info_t *phost, uint8_t interface, uint8_t protocol);
/bsp/nuvoton/libraries/nu_packages/
A DKconfig54 prompt "Select ili9341 interface"
60 Choose this option if you the ili9341 device is with SPI interface.
66 Choose this option if you the ili9341 device is with EBI interface.
114 prompt "Select SSD1963 interface"
120 Choose this option if you the SSD1963 device is with EBI interface.
156 prompt "Select FSA506 interface"
162 Choose this option if you the FSA506 device is with EBI interface.
/bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/
A DREADME.md5interface connector for interfacing radio modules based on AIROC™ Wi-Fi and Bluetooth® combos, SMI…
18 * Programming interface (Arm® Standard JTAG, Cortex® Debug + ETM with Arm® ETM Mictor)
20 * Gigabit Ethernet interface
21 * CAN FD interface
22 * M.2 interface connector to connect radio modules based on AIROC™ Wi-Fi & Bluetooth® combos
25 * A micro-B connector for USB device interface
47 * CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface
/bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/
A DREADME.md5interface connector for interfacing radio modules based on AIROC™ Wi-Fi and Bluetooth® combos, SMI…
18 * Programming interface (Arm® Standard JTAG, Cortex® Debug + ETM with Arm® ETM Mictor)
20 * Gigabit Ethernet interface
21 * CAN FD interface
22 * M.2 interface connector to connect radio modules based on AIROC™ Wi-Fi & Bluetooth® combos
25 * A micro-B connector for USB device interface
47 * CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface
/bsp/stm32/stm32h723-st-nucleo/
A DREADME.md22 - 2 x Octo-SPI interface with XiP
23 - 2 x SD/SDIO/MMC interface
26 …- Chrom-ART Accelerator graphical hardware accelerator enabling enhanced graphical user interface
60 - Up to 5 USARTs/5 UARTs (ISO7816 interface, LIN, IrDA, modem control) and 1 x LPUART
62 - 2x SAI (serial audio interface)
64 - 8- to 14-bit camera interface
65 - 16-bit parallel slave synchronous interface
66 - SPDIF-IN interface
68 - Ethernet MAC interface with DMA controller
71 - MDIO slave interface
/bsp/microchip/same70/bsp/documentation/
A Dethernet_phy.rst7 supports MDC/MDIO management interface for PHY register configuration.
9 The management interface specified here provides a simple, two-wire, serial
10 interface to connect a management entity and a managed PHY for the purposes of
11 controlling the PHY and gathering status from the PHY. This interface is
14 The management interface consists of a pair of signals that physically
/bsp/microchip/same54/bsp/documentation/
A Dethernet_phy.rst7 supports MDC/MDIO management interface for PHY register configuration.
9 The management interface specified here provides a simple, two-wire, serial
10 interface to connect a management entity and a managed PHY for the purposes of
11 controlling the PHY and gathering status from the PHY. This interface is
14 The management interface consists of a pair of signals that physically
/bsp/allwinner/libraries/sunxi-hal/include/hal/phy/
A Dsunxi_hal_phy.h265 phy_interface_t interface; member
306 static inline int is_10g_interface(phy_interface_t interface) in is_10g_interface() argument
308 return interface == PHY_INTERFACE_MODE_XGMII; in is_10g_interface()
316 phy_interface_t interface);
320 phy_interface_t interface);
/bsp/stm32/stm32f767-st-nucleo/
A DREADME.md11 …interfaces, a flexible memory control (FMC) interface, a Quad-SPI Flash memory interface, a camera…
26 …ART Accelerator™ (DMA2D), graphical hardware accelerator enabling enhanced graphical user interface
55 - Up to 4 USARTs/4 UARTs (12.5 Mbit/s, ISO7816 interface, LIN, IrDA, modem control)
57 - 2 x SAIs (serial audio interface)
59 - SPDIFRX interface
61 - MDIO slave interface
66 - 8- to 14-bit camera interface up to 54 Mbyte/s
/bsp/Infineon/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/
A DREADME.md5 …ger/programmer with KitProg3, microSD card interface, 512-Mb Quad-SPI NOR flash, PDM-PCM microphon…
16 * Dedicated SDHC to interface with WICED wireless devices.
18 …acitive-sensing with CAPSENSE, a PDM-PCM digital microphone interface, a Quad- SPI interface, 13 s…
36 * CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface
/bsp/Infineon/psoc6-cy8ckit-062S2-43012/libs/TARGET_CY8CKIT-062S2-43012/
A DREADME.md5 …ger/programmer with KitProg3, microSD card interface, 512-Mb Quad-SPI NOR flash, PDM-PCM microphon…
16 * Dedicated SDHC to interface with WICED wireless devices.
18 …acitive-sensing with CAPSENSE, a PDM-PCM digital microphone interface, a Quad- SPI interface, 13 s…
36 * CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface
/bsp/Infineon/libraries/templates/PSOC62/libs/TARGET_CY8CKIT-062S2-43012/
A DREADME.md5 …ger/programmer with KitProg3, microSD card interface, 512-Mb Quad-SPI NOR flash, PDM-PCM microphon…
16 * Dedicated SDHC to interface with WICED wireless devices.
18 …acitive-sensing with CAPSENSE, a PDM-PCM digital microphone interface, a Quad- SPI interface, 13 s…
36 * CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface
/bsp/stm32/stm32l552-st-nucleo/
A DREADME.md7 … devices with packages of 100 pins and more), an OctoSPI Flash memories interface (available on al…
18 - External memory interface supporting SRAM, PSRAM, NOR, NAND and FRAM memories
19 - OCTOSPI memory interface
55 - 4× USARTs/4x UARTs (ISO7816 interface, LIN, IrDA, up to 12.5 Mbit/s) and 1x LPUART
57 - 4x SAIs (serial audio interface)
58 - SPDIFRX interface
60 - MDIO Slave interface
64 - Ethernet MAC interface with DMA controller
66 - 8- to 14-bit camera interface (up to 80 MHz)
/bsp/nuvoton/libraries/nu_packages/BMX055/libraries/BMA2x2_driver/
A DREADME.md6 - [Supported sensor interface](#interface)
54 ### Supported sensor interface<a name=interface></a>
/bsp/stm32/stm32f446-st-nucleo/
A DREADME.md20 - Dual mode QuadSPI interface
21 - LCD parallel interface, 8080/6800 modes
46 - Up to four USARTs and two UARTs (11.25 Mbit/s, ISO7816 interface, LIN, IrDA, modem control)
48 - 2x SAI (serial audio interface)
50 - SDIO interface
56 - 8- to 14-bit parallel camera interface up to 54 Mbytes/s
/bsp/stm32/stm32g474-st-nucleo/
A DREADME.md8 …or devices with packages of 100 pins and more), a Quad-SPI Flash memory interface, and an extensiv…
36 - External memory interface for static memories FSMC supporting SRAM, PSRAM, NOR and NAND memories
37 - Quad-SPI memory interface
74 - 5 x USART/UARTs (ISO 7816 interface, LIN, IrDA, modem control)
76 - 4 x SPIs, 4 to 16 programmable bit frames, 2 x with multiplexed half duplex I2S interface
77 - 1 x SAI (serial audio interface)
78 - USB 2.0 full-speed interface with LPM and BCD support
79 - IRTIM (infrared interface)
/bsp/phytium/libraries/drivers/
A Ddrv_xmac_msg.c824 if (xmac_p->config.interface == FXMAC_MSG_PHY_INTERFACE_MODE_SGMII) in FXmacMsgLinkChange()
953 if (xmac_p->config.interface == FXMAC_MSG_PHY_INTERFACE_MODE_SGMII) in FXmacMsgPhyReconnect()
983 …else if ((xmac_p->config.interface == FXMAC_MSG_PHY_INTERFACE_MODE_RMII) || (xmac_p->config.interf… in FXmacMsgPhyReconnect()
1116 switch (instance_p->mac_config.interface) in FXmacMsgOsInit()
1119 interface = FXMAC_MSG_PHY_INTERFACE_MODE_SGMII; in FXmacMsgOsInit()
1123 interface = FXMAC_MSG_PHY_INTERFACE_MODE_RMII; in FXmacMsgOsInit()
1128 interface = FXMAC_MSG_PHY_INTERFACE_MODE_RGMII; in FXmacMsgOsInit()
1134 mac_config.interface = interface; in FXmacMsgOsInit()
1293 …FASSERT_MSG(config_p->interface < FXMAC_MSG_OS_INTERFACE_LENGTH, "config_p->interface %d is over %… in FXmacMsgOsGetInstancePointer()
1597 os_config.interface = MAC_NUM0_MII_INTERFACE; in rt_hw_xmac_msg_eth_init()
[all …]
/bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/
A DREADME.md28 - Debugging interface, standard JTAG/SWD
162interface provided by the MIMXRT1060-EVK onboard Arduino interface has duplicate pins with the pin…
171 RW007 supports SPI interface for communication, MIMXRT1060-EVK supports SPI driver, defaults to usi…
181 ### 4.3 Plug the RW007 module into the onboard Arduino interface
/bsp/stm32/stm32h743-st-nucleo/
A DREADME.md18 - Dual mode Quad-SPI memory interface running up to 133 MHz
54 - 4× USARTs/4x UARTs (ISO7816 interface, LIN, IrDA, up to 12.5 Mbit/s) and 1x LPUART
56 - 4x SAIs (serial audio interface)
57 - SPDIFRX interface
59 - MDIO Slave interface
63 - Ethernet MAC interface with DMA controller
65 - 8- to 14-bit camera interface (up to 80 MHz)
/bsp/renesas/docs/
A DIntroduction_to_RA_Series_Drives.md19 …o modules of a development board that can be connected via an expansion interface or a DuPont wire…
50 | SDIO | SD (TF) card for SPI interface or SDIO interface |
56 | [RW007](https://github.com/RT-Thread-packages/rw007) | WIFI module with SPI interface |
57 …://github.com/Guozhanxin/hs300x) | Temperature and humidity sensor with I2C interface |
58 …MOD4410](https://github.com/ShermanShao/zmod4410) | Indoor air quality sensor with I2C interface |

Completed in 42 milliseconds

12345678910>>...18