Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/examples/ethernet/iperf/main/
Dcmd_ethernet.c253 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in register_ethernet()
268 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in register_ethernet()
283 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in register_ethernet()
299 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in register_ethernet()
/hal_espressif-3.5.0/examples/ethernet/eth2ap/main/
Dethernet_example_main.c192 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in initialize_ethernet()
207 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in initialize_ethernet()
222 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in initialize_ethernet()
/hal_espressif-3.5.0/examples/ethernet/basic/main/
Dethernet_example_main.c180 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in app_main()
205 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in app_main()
230 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in app_main()
/hal_espressif-3.5.0/examples/network/simple_sniffer/main/
Dsimple_sniffer_example_main.c169 .clock_speed_hz = CONFIG_SNIFFER_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in initialize_eth()
184 .clock_speed_hz = CONFIG_SNIFFER_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in initialize_eth()
199 .clock_speed_hz = CONFIG_SNIFFER_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in initialize_eth()
/hal_espressif-3.5.0/examples/peripherals/spi_master/lcd/main/
Dspi_master_example_main.c429 .clock_speed_hz=26*1000*1000, //Clock out at 26 MHz in app_main()
431 .clock_speed_hz=10*1000*1000, //Clock out at 10 MHz in app_main()
/hal_espressif-3.5.0/components/hal/include/hal/
Dspi_hal.h49 uint32_t clock_speed_hz; ///< Desired frequency. member
/hal_espressif-3.5.0/components/driver/test/
Dtest_spi_slave.c52 .clock_speed_hz=4*1000*1000, //currently only up to 4MHz for internel connect in master_init()
287 devcfg.clock_speed_hz = 4 * 1000 * 1000; in unaligned_test_master()
Dtest_spi_master.c47 .clock_speed_hz = clk, in check_spi_pre_n_for()
116 .clock_speed_hz = clkspeed, in setup_spi_bus_loopback()
249 .clock_speed_hz = 1000000,
555 device_config.clock_speed_hz = 50000;
728 .clock_speed_hz = 10 * 1000 * 1000, //Clock out at 10 MHz
808 devcfg.clock_speed_hz = 1 * 1000 * 1000; in test_cmd_addr()
1043 dev_cfg.clock_speed_hz = 4 * 1000 * 1000;
Dtest_spi_sio.c137 dev_cfg.clock_speed_hz = 1*1000*1000; in test_sio_master_round()
Dtest_spi_slave_hd.c113 dev_cfg.clock_speed_hz = freq; in init_master_hd()
630 dev_cfg.clock_speed_hz = 100 * 1000; in hd_master()
Dtest_spi_bus_lock.c333 .clock_speed_hz = 1*1000*1000,
Dtest_spi_param.c100 devcfg.clock_speed_hz = freq; in local_test_start()
709 devpset.clock_speed_hz = freq; in test_master_start()
/hal_espressif-3.5.0/examples/peripherals/spi_slave/sender/main/
Dapp_main.c128 .clock_speed_hz=5000000, in app_main()
/hal_espressif-3.5.0/examples/peripherals/spi_slave_hd/append_mode/master/main/
Dapp_main.c45 .clock_speed_hz = 1 * 1 * 1000, in init_driver()
/hal_espressif-3.5.0/components/driver/include/driver/
Dspi_master.h67 …int clock_speed_hz; ///< Clock speed, divisors of 80MHz, in Hz. See ``SPI_MASTER_FREQ_… member
/hal_espressif-3.5.0/examples/ethernet/enc28j60/main/
Denc28j60_example_main.c91 .clock_speed_hz = CONFIG_EXAMPLE_ENC28J60_SPI_CLOCK_MHZ * 1000 * 1000, in app_main()
/hal_espressif-3.5.0/examples/common_components/protocol_examples_common/
Dconnect.c410 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in eth_start()
425 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000, in eth_start()
/hal_espressif-3.5.0/components/hal/
Dspi_hal.c88 …int eff_clk_n = spi_ll_master_cal_clock(SPI_LL_PERIPH_CLK_FREQ, timing_param->clock_speed_hz, timi… in spi_hal_cal_clock_conf()
/hal_espressif-3.5.0/components/driver/
Dsdspi_host.c196 static esp_err_t configure_spi_dev(slot_info_t *slot, int clock_speed_hz) in configure_spi_dev() argument
204 .clock_speed_hz = clock_speed_hz, in configure_spi_dev()
Dspi_master.c321 SPI_CHECK(dev_config->clock_speed_hz > 0, "invalid sclk speed", ESP_ERR_INVALID_ARG); in spi_bus_add_device()
350 .clock_speed_hz = dev_config->clock_speed_hz, in spi_bus_add_device()
/hal_espressif-3.5.0/examples/peripherals/spi_slave_hd/segment_mode/seg_master/main/
Dapp_main.c74 dev_cfg->clock_speed_hz = 10*1000*1000; in get_spi_device_default_config()
/hal_espressif-3.5.0/components/driver/test/include/test/
Dtest_common_spi.h163 .clock_speed_hz=10*1000*1000,\
/hal_espressif-3.5.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/
Dspi_eeprom.c155 .clock_speed_hz = EEPROM_CLK_FREQ, in spi_eeprom_init()
/hal_espressif-3.5.0/components/esp_lcd/src/
Desp_lcd_panel_io_spi.c66 .clock_speed_hz = io_config->pclk_hz, in esp_lcd_new_panel_io_spi()
/hal_espressif-3.5.0/docs/en/api-reference/network/
Desp_eth.rst261 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000,