/hal_espressif-3.5.0/examples/ethernet/iperf/main/ |
D | cmd_ethernet.c | 253 .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/ |
D | ethernet_example_main.c | 192 .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/ |
D | ethernet_example_main.c | 180 .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/ |
D | simple_sniffer_example_main.c | 169 .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/ |
D | spi_master_example_main.c | 429 .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/ |
D | spi_hal.h | 49 uint32_t clock_speed_hz; ///< Desired frequency. member
|
/hal_espressif-3.5.0/components/driver/test/ |
D | test_spi_slave.c | 52 .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()
|
D | test_spi_master.c | 47 .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;
|
D | test_spi_sio.c | 137 dev_cfg.clock_speed_hz = 1*1000*1000; in test_sio_master_round()
|
D | test_spi_slave_hd.c | 113 dev_cfg.clock_speed_hz = freq; in init_master_hd() 630 dev_cfg.clock_speed_hz = 100 * 1000; in hd_master()
|
D | test_spi_bus_lock.c | 333 .clock_speed_hz = 1*1000*1000,
|
D | test_spi_param.c | 100 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/ |
D | app_main.c | 128 .clock_speed_hz=5000000, in app_main()
|
/hal_espressif-3.5.0/examples/peripherals/spi_slave_hd/append_mode/master/main/ |
D | app_main.c | 45 .clock_speed_hz = 1 * 1 * 1000, in init_driver()
|
/hal_espressif-3.5.0/components/driver/include/driver/ |
D | spi_master.h | 67 …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/ |
D | enc28j60_example_main.c | 91 .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/ |
D | connect.c | 410 .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/ |
D | spi_hal.c | 88 …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/ |
D | sdspi_host.c | 196 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()
|
D | spi_master.c | 321 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/ |
D | app_main.c | 74 dev_cfg->clock_speed_hz = 10*1000*1000; in get_spi_device_default_config()
|
/hal_espressif-3.5.0/components/driver/test/include/test/ |
D | test_common_spi.h | 163 .clock_speed_hz=10*1000*1000,\
|
/hal_espressif-3.5.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/ |
D | spi_eeprom.c | 155 .clock_speed_hz = EEPROM_CLK_FREQ, in spi_eeprom_init()
|
/hal_espressif-3.5.0/components/esp_lcd/src/ |
D | esp_lcd_panel_io_spi.c | 66 .clock_speed_hz = io_config->pclk_hz, in esp_lcd_new_panel_io_spi()
|
/hal_espressif-3.5.0/docs/en/api-reference/network/ |
D | esp_eth.rst | 261 .clock_speed_hz = CONFIG_EXAMPLE_ETH_SPI_CLOCK_MHZ * 1000 * 1000,
|