Home
last modified time | relevance | path

Searched refs:clock_source_hz (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/
Dtwai_hal.c25 hal_ctx->clock_source_hz = config->clock_source_hz; in twai_hal_init()
62 brp = hal_ctx->clock_source_hz / t_config->quanta_resolution_hz; in twai_hal_configure()
/hal_espressif-latest/components/hal/include/hal/
Dtwai_hal.h62 uint32_t clock_source_hz; member
74 uint32_t clock_source_hz; member
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c363 uint32_t clock_source_hz = 0; in spi_bus_add_device() local
367 esp_clk_tree_src_get_freq_hz(clk_src, ESP_CLK_TREE_SRC_FREQ_PRECISION_APPROX, &clock_source_hz); in spi_bus_add_device()
368 …SPI_CHECK((dev_config->clock_speed_hz > 0) && (dev_config->clock_speed_hz <= clock_source_hz), "in… in spi_bus_add_device()
403 .clk_src_hz = clock_source_hz, in spi_bus_add_device()