Home
last modified time | relevance | path

Searched refs:t_config (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/
Dtwai_hal.c56 void twai_hal_configure(twai_hal_context_t *hal_ctx, const twai_timing_config_t *t_config, const tw… in twai_hal_configure() argument
58 uint32_t brp = t_config->brp; in twai_hal_configure()
61 if (t_config->quanta_resolution_hz) { in twai_hal_configure()
62 brp = hal_ctx->clock_source_hz / t_config->quanta_resolution_hz; in twai_hal_configure()
66 twai_clock_source_t clk_src = t_config->clk_src; in twai_hal_configure()
68 if (t_config->clk_src == 0) { in twai_hal_configure()
74 …twai_ll_set_bus_timing(hal_ctx->dev, brp, t_config->sjw, t_config->tseg_1, t_config->tseg_2, t_con… in twai_hal_configure()
/hal_espressif-latest/components/hal/include/hal/
Dtwai_hal.h107 void twai_hal_configure(twai_hal_context_t *hal_ctx, const twai_timing_config_t *t_config, const tw…