/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | phy.h | 29 /** @brief Ethernet link speeds. */ 104 * This route configures the advertised link speeds. 107 * @param speeds OR'd link speeds to be advertised by the PHY 114 enum phy_link_speed speeds) in phy_configure_link() argument 119 return api->cfg_link(dev, speeds); in phy_configure_link()
|
/Zephyr-Core-3.6.0/dts/bindings/i2c/ |
D | atmel,sam-i2c-twim.yaml | 8 unique two-wire bus, made up of one clock line and one data line with speeds 15 When using speeds above standard mode, user may need adjust clock and data 33 std-<line> configures fast/fast-plus mode speeds and hs-<line> selects the
|
/Zephyr-Core-3.6.0/modules/nanopb/ |
D | Kconfig | 36 decoding with memory buffers. Speeds up execution and slightly
|
/Zephyr-Core-3.6.0/drivers/i2c/ |
D | Kconfig.it8xxx2 | 10 Supported Speeds: 100kHz, 400kHz and 1MHz.
|
D | i2c_bitbang.c | 13 * the Standard-mode and Fast-mode speeds and doesn't support optional
|
/Zephyr-Core-3.6.0/dts/bindings/ethernet/ |
D | atmel,gmac-common.yaml | 44 value, enables driver to configure 10 and 100Mbit/s speeds.
|
D | xlnx,gem.yaml | 48 interval, link-speed and advertise-lower-link-speeds should be checked 75 perty advertise-lower-link-speeds is set, advertisement of the link 83 advertise-lower-link-speeds: 87 the MDIO bus to include link speeds lower than the nominal value
|
/Zephyr-Core-3.6.0/drivers/ethernet/phy/ |
D | phy_microchip_ksz8081.c | 258 enum phy_link_speed speeds) in phy_mc_ksz8081_cfg_link() argument 289 if (speeds & LINK_FULL_100BASE_T) { in phy_mc_ksz8081_cfg_link() 294 if (speeds & LINK_HALF_100BASE_T) { in phy_mc_ksz8081_cfg_link() 299 if (speeds & LINK_FULL_10BASE_T) { in phy_mc_ksz8081_cfg_link() 304 if (speeds & LINK_HALF_10BASE_T) { in phy_mc_ksz8081_cfg_link()
|
D | phy_mii.c | 453 /* Advertise all speeds */ in phy_mii_initialize()
|
/Zephyr-Core-3.6.0/boards/riscv/rv32m1_vega/support/ |
D | openocd_rv32m1_vega_zero_riscy.cfg | 33 # on burst reads and writes to improve download speeds.
|
D | openocd_rv32m1_vega_ri5cy.cfg | 33 # on burst reads and writes to improve download speeds.
|
/Zephyr-Core-3.6.0/dts/bindings/bluetooth/ |
D | infineon,cyw43xxx-bt-hci.yaml | 34 speeds for firmware download (fw-download-speed) and HCI operation
|
/Zephyr-Core-3.6.0/subsys/sd/ |
D | Kconfig | 101 reduce code size, at the cost of data transfer speeds.
|
D | sdmmc.c | 698 /* Read switch capabilities to determine what speeds card supports */ in sdmmc_card_init()
|
/Zephyr-Core-3.6.0/tests/kernel/timer/timer_behavior/ |
D | README | 67 depends on the board's clock). Different clocks run at different speeds, so
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | Kconfig.nrfx_uart_instance | 61 that with higher speeds and/or high cpu load some data can be lost.
|
/Zephyr-Core-3.6.0/boards/arm/cy8cproto_062_4343w/ |
D | cy8cproto_062_4343w.dts | 63 /* Configuration UART speeds for firmware download (fw-download-speed) and
|
/Zephyr-Core-3.6.0/doc/hardware/peripherals/ |
D | w1.rst | 14 The 1-Wire bus supports longer bus lines than I2C, while it reaches speeds of up
|
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/pm/ |
D | imx_spc.h | 10 * of set points to determine the clock speeds and states of cores, as well
|
/Zephyr-Core-3.6.0/tests/boards/native_sim/rtc/src/ |
D | main.c | 58 /* This ratio adjustments lead to test speeds 0.25x, 0.5x, 1x, 2x & 4x*/ in ZTEST()
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/audio/ |
D | mcs.h | 33 /** @brief Playback speeds
|
/Zephyr-Core-3.6.0/doc/project/ |
D | dev_env_and_tools.rst | 260 being forgotten, speeds up reviewing, avoids duplicate issue reports, etc.
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | eth_smsc911x.c | 291 * Advertise all speeds and pause capabilities
|
D | eth_xlnx_gem_priv.h | 549 * plus all link speeds supported by the controller (10/100/1000).
|
/Zephyr-Core-3.6.0/drivers/i2s/ |
D | i2s_sam_ssc.c | 18 * to handle high speed data. To support higher transfer speeds the DMA
|