Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/
Dtwai_hal.c61twai_ll_set_bus_timing(hal_ctx->dev, t_config->brp, t_config->sjw, t_config->tseg_1, t_config->tse… in twai_hal_configure()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dcan_ll.h149 twai_ll_set_bus_timing(hw, brp, sjw, tseg1, tseg2, triple_sampling); in can_ll_set_bus_timing()
Dtwai_ll.h422 static inline void twai_ll_set_bus_timing(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg… in twai_ll_set_bus_timing() function