/hal_espressif-2.7.6/components/spi_flash/ |
D | esp_flash_spi_init.c | 70 .speed = DEFAULT_FLASH_SPEED, \ 78 .speed = DEFAULT_FLASH_SPEED, \ 87 .speed = DEFAULT_FLASH_SPEED, \ 97 .speed = DEFAULT_FLASH_SPEED, \ 105 .speed = DEFAULT_FLASH_SPEED, \ 208 .speed = config->speed, in spi_bus_add_flash_device()
|
/hal_espressif-2.7.6/components/esp_eth/src/ |
D | esp_eth_phy_w5500.c | 45 uint8_t speed: 1; /*!< Speed status */ member 68 eth_speed_t speed = ETH_SPEED_10M; in w5500_update_link_duplex_speed() local 78 if (phycfg.speed) { in w5500_update_link_duplex_speed() 79 speed = ETH_SPEED_100M; in w5500_update_link_duplex_speed() 81 speed = ETH_SPEED_10M; in w5500_update_link_duplex_speed() 88 PHY_CHECK(eth->on_state_changed(eth, ETH_STATE_SPEED, (void *)speed) == ESP_OK, in w5500_update_link_duplex_speed()
|
D | esp_eth_phy_ip101.c | 130 eth_speed_t speed = ETH_SPEED_10M; in ip101_update_link_duplex_speed() local 147 speed = ETH_SPEED_10M; in ip101_update_link_duplex_speed() 151 speed = ETH_SPEED_100M; in ip101_update_link_duplex_speed() 155 speed = ETH_SPEED_10M; in ip101_update_link_duplex_speed() 159 speed = ETH_SPEED_100M; in ip101_update_link_duplex_speed() 165 PHY_CHECK(eth->on_state_changed(eth, ETH_STATE_SPEED, (void *)speed) == ESP_OK, in ip101_update_link_duplex_speed()
|
D | esp_eth_phy_ksz8041.c | 76 eth_speed_t speed = ETH_SPEED_10M; in ksz8041_update_link_duplex_speed() local 95 speed = ETH_SPEED_10M; in ksz8041_update_link_duplex_speed() 99 speed = ETH_SPEED_100M; in ksz8041_update_link_duplex_speed() 103 speed = ETH_SPEED_10M; in ksz8041_update_link_duplex_speed() 107 speed = ETH_SPEED_100M; in ksz8041_update_link_duplex_speed() 113 PHY_CHECK(eth->on_state_changed(eth, ETH_STATE_SPEED, (void *)speed) == ESP_OK, in ksz8041_update_link_duplex_speed()
|
D | esp_eth.c | 58 eth_speed_t speed; member 135 eth_speed_t speed = (eth_speed_t)args; in eth_on_state_changed() local 136 … ETH_CHECK(mac->set_speed(mac, speed) == ESP_OK, "ethernet mac set speed failed", err, ESP_FAIL); in eth_on_state_changed() 137 eth_driver->speed = speed; in eth_on_state_changed() 192 eth_driver->speed = ETH_SPEED_10M; in esp_eth_driver_install() 373 *(eth_speed_t *)data = eth_driver->speed; in esp_eth_ioctl()
|
D | esp_eth_phy_lan8720.c | 173 eth_speed_t speed = ETH_SPEED_10M; in lan8720_update_link_duplex_speed() local 192 speed = ETH_SPEED_10M; in lan8720_update_link_duplex_speed() 196 speed = ETH_SPEED_100M; in lan8720_update_link_duplex_speed() 200 speed = ETH_SPEED_10M; in lan8720_update_link_duplex_speed() 204 speed = ETH_SPEED_100M; in lan8720_update_link_duplex_speed() 210 PHY_CHECK(eth->on_state_changed(eth, ETH_STATE_SPEED, (void *)speed) == ESP_OK, in lan8720_update_link_duplex_speed()
|
D | esp_eth_phy_dp83848.c | 101 eth_speed_t speed = ETH_SPEED_10M; in dp83848_update_link_duplex_speed() local 116 speed = ETH_SPEED_10M; in dp83848_update_link_duplex_speed() 118 speed = ETH_SPEED_100M; in dp83848_update_link_duplex_speed() 125 PHY_CHECK(eth->on_state_changed(eth, ETH_STATE_SPEED, (void *)speed) == ESP_OK, in dp83848_update_link_duplex_speed()
|
D | esp_eth_phy_rtl8201.c | 91 eth_speed_t speed = ETH_SPEED_10M; in rtl8201_update_link_duplex_speed() local 110 speed = ETH_SPEED_100M; in rtl8201_update_link_duplex_speed() 112 speed = ETH_SPEED_10M; in rtl8201_update_link_duplex_speed() 119 PHY_CHECK(eth->on_state_changed(eth, ETH_STATE_SPEED, (void *)speed) == ESP_OK, in rtl8201_update_link_duplex_speed()
|
/hal_espressif-2.7.6/examples/storage/sd_card/ |
D | sd_card_example_test.py | 20 speed = dut.expect(re.compile(r'Speed: (\S+)'), timeout=5)[0] 23 Utility.console_log('Card {} {} {}MHz {} found'.format(name, _type, speed, size))
|
/hal_espressif-2.7.6/components/lwip/port/esp32/netif/ |
D | ethernetif.c | 214 eth_speed_t speed; in ethernetif_init() local 216 esp_eth_ioctl(eth_handle, ETH_CMD_G_SPEED, &speed); in ethernetif_init() 217 if (speed == ETH_SPEED_100M) { in ethernetif_init()
|
/hal_espressif-2.7.6/examples/peripherals/sdio/host/main/ |
D | Kconfig.projbuild | 28 If this is set, the host tries using high-speed mode to communicate 29 with slave. If the slave doesn't support high-speed mode, the 30 communication falls back to default-speed mode. If this is not set, 43 to the response speed to slave events, though can save 1 GPIO for other purposes in
|
/hal_espressif-2.7.6/examples/peripherals/spi_master/lcd/main/ |
D | Kconfig.projbuild | 19 prompt "Run LCD at higher clock speed than allowed" 22 …The ILI9341 and ST7789 specify that the maximum clock speed for the SPI interface is 10MHz. Howeve…
|
/hal_espressif-2.7.6/components/spi_flash/test/ |
D | test_esp_flash.c | 174 .speed = TEST_SPI_SPEED, \ 197 .speed = TEST_SPI_SPEED, 209 .speed = TEST_SPI_SPEED, 217 .speed = TEST_SPI_SPEED, 231 .speed = TEST_SPI_SPEED, 247 .speed = TEST_SPI_SPEED, 384 .speed = test_cfg->speed, in setup_new_chip() 789 esp_flash_speed_t speed = ESP_FLASH_SPEED_MIN; in test_permutations_part() local 790 while (speed != ESP_FLASH_SPEED_MAX) { in test_permutations_part() 804 temp_config.speed = speed; in test_permutations_part() [all …]
|
/hal_espressif-2.7.6/examples/peripherals/uart/nmea0183_parser/ |
D | README.md | 24 …nts and output common information such as UTC time, latitude, longitude, altitude, speed and so on. 67 speed = 0.370400m/s 73 speed = 0.000000m/s 79 speed = 0.000000m/s 85 speed = 0.000000m/s 91 speed = 0.685240m/s
|
/hal_espressif-2.7.6/examples/ethernet/enc28j60/main/ |
D | Kconfig.projbuild | 39 int "SPI clock speed (MHz)" 43 Set the clock speed (MHz) of SPI interface.
|
/hal_espressif-2.7.6/components/hal/ |
D | spi_flash_hal.c | 84 …t *clock_cfg = gpspi? &spi_flash_gpspi_clk_cfg_reg[cfg->speed]: &spi_flash_clk_cfg_reg[cfg->speed]; in spi_flash_hal_init()
|
/hal_espressif-2.7.6/examples/peripherals/uart/uart_echo/main/ |
D | Kconfig.projbuild | 14 int "UART communication speed" 18 UART communication speed for Modbus example.
|
/hal_espressif-2.7.6/components/driver/test/ |
D | test_sdio.c | 353 static void log_performance_tohost(uint32_t speed, const sdio_test_config_t* config) in log_performance_tohost() argument 358 TEST_PERFORMANCE_CCOMP_GREATER_THAN(SDIO_THROUGHPUT_KBSEC_TOHOST_4BIT, "%d", speed); in log_performance_tohost() 361 TEST_PERFORMANCE_CCOMP_GREATER_THAN(SDIO_THROUGHPUT_KBSEC_TOHOST_1BIT, "%d", speed); in log_performance_tohost() 364 TEST_PERFORMANCE_CCOMP_GREATER_THAN(SDIO_THROUGHPUT_KBSEC_TOHOST_SPI, "%d", speed); in log_performance_tohost() 439 static void log_performance_frhost(uint32_t speed, const sdio_test_config_t* config) in log_performance_frhost() argument 444 TEST_PERFORMANCE_CCOMP_GREATER_THAN(SDIO_THROUGHPUT_KBSEC_FRHOST_4BIT, "%d", speed); in log_performance_frhost() 447 TEST_PERFORMANCE_CCOMP_GREATER_THAN(SDIO_THROUGHPUT_KBSEC_FRHOST_1BIT, "%d", speed); in log_performance_frhost() 450 TEST_PERFORMANCE_CCOMP_GREATER_THAN(SDIO_THROUGHPUT_KBSEC_FRHOST_SPI, "%d", speed); in log_performance_frhost()
|
/hal_espressif-2.7.6/examples/peripherals/uart/uart_echo_rs485/main/ |
D | Kconfig.projbuild | 14 int "UART communication speed" 18 UART communication speed for Modbus example.
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ |
D | run_tc.c | 49 uint32_t speed = report[1] * 8 / (now - last_timestamp); in wifi_tc_sta_throughput_timeout() local 50 accumulate_speed += speed; in wifi_tc_sta_throughput_timeout() 52 … printf("speed: %d kbps average speed: %lld kbps\n", speed, accumulate_speed / statistic_count ); in wifi_tc_sta_throughput_timeout()
|
/hal_espressif-2.7.6/examples/protocols/modbus/serial/mb_master/main/ |
D | Kconfig.projbuild | 13 int "UART communication speed" 17 UART communication speed for Modbus example.
|
/hal_espressif-2.7.6/components/spi_flash/include/ |
D | esp_flash_spi_init.h | 29 esp_flash_speed_t speed; ///< Speed of the Flash clock member
|
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/ |
D | ledc.rst | 14 …speed mode. This mode is implemented in hardware and offers automatic and glitch-free changing of … 24 …Setting up a channel of the LEDC in either :ref:`high or low speed mode <ledc-api-high_low_speed_m… 29 …. Note that unlike ESP32, {IDF_TARGET_NAME} only supports configuring channels in "low speed" mode. 88 …d channels in the {IDF_TARGET_NAME}'s LED PWM Controller only support low speed mode. Any change o… 155 …speed mode enables a glitch-free changeover of timer settings. This means that if the timer settin… 157 …For additional details regarding speed modes, see *{IDF_TARGET_NAME} Technical Reference Manual* >…
|
/hal_espressif-2.7.6/examples/protocols/modbus/serial/mb_slave/main/ |
D | Kconfig.projbuild | 13 int "UART communication speed" 17 UART communication speed for Modbus example.
|
/hal_espressif-2.7.6/examples/peripherals/uart/nmea0183_parser/main/ |
D | Kconfig.projbuild | 61 - Ground speed (knots) and course over ground (degrees); 80 - Ground speed (knots, km/h) and course over ground (degrees);
|