Home
last modified time | relevance | path

Searched refs:max_hz (Results 1 – 9 of 9) sorted by relevance

/components/drivers/spi/
A Ddev_qspi_core.c50 device->config.parent.max_hz == cfg->parent.max_hz) in rt_qspi_configure()
57 device->config.parent.max_hz = cfg->parent.max_hz; in rt_qspi_configure()
A Ddev_spi_core.c203 device->config.max_hz == cfg->max_hz) in rt_spi_configure()
211 device->config.max_hz = cfg->max_hz; in rt_spi_configure()
A Ddev_spi_dm.c104 conf->max_hz = value; in spi_device_ofw_parse()
A Ddev_spi_bit_ops.c454 if (configuration->max_hz < 200000) in spi_bit_configure()
574 obj->config.max_hz = 1 * 1000 * 1000; in rt_spi_bit_add_bus()
A Ddev_spi_msd.c479 cfg.max_hz = 1000 * 400; /* 400kbit/s */ in rt_msd_init()
1190 cfg.max_hz = msd->max_clock; in rt_msd_init()
A Ddev_spi_wifi_rw009.c651 cfg.max_hz = 15 * 1000000; /* 10M */ in rt_hw_wifi_init()
A Ddev_spi_flash_sfud.c30 .max_hz = RT_SFUD_SPI_MAX_HZ, \
A Denc28j60.c777 cfg.max_hz = 20 * 1000 * 1000; /* SPI Interface with Clock Speeds Up to 20 MHz */ in enc28j60_attach()
/components/drivers/include/drivers/
A Ddev_spi.h162 rt_uint32_t max_hz; member

Completed in 29 milliseconds