/hal_espressif-3.6.0/components/hal/include/hal/ |
D | twai_types.h | 64 …NG_CONFIG_1KBITS() {.brp = 4000, .tseg_1 = 15, .tseg_2 = 4, .sjw = 3, .triple_sampling = false} 65 …ING_CONFIG_5KBITS() {.brp = 800, .tseg_1 = 15, .tseg_2 = 4, .sjw = 3, .triple_sampling = false} 66 …ING_CONFIG_10KBITS() {.brp = 400, .tseg_1 = 15, .tseg_2 = 4, .sjw = 3, .triple_sampling = false} 69 …ING_CONFIG_12_5KBITS() {.brp = 256, .tseg_1 = 16, .tseg_2 = 8, .sjw = 3, .triple_sampling = false} 70 …ING_CONFIG_16KBITS() {.brp = 200, .tseg_1 = 16, .tseg_2 = 8, .sjw = 3, .triple_sampling = false} 71 …ING_CONFIG_20KBITS() {.brp = 200, .tseg_1 = 15, .tseg_2 = 4, .sjw = 3, .triple_sampling = false} 73 …ING_CONFIG_25KBITS() {.brp = 128, .tseg_1 = 16, .tseg_2 = 8, .sjw = 3, .triple_sampling = false} 74 …MING_CONFIG_50KBITS() {.brp = 80, .tseg_1 = 15, .tseg_2 = 4, .sjw = 3, .triple_sampling = false} 75 …MING_CONFIG_100KBITS() {.brp = 40, .tseg_1 = 15, .tseg_2 = 4, .sjw = 3, .triple_sampling = false} 76 …MING_CONFIG_125KBITS() {.brp = 32, .tseg_1 = 15, .tseg_2 = 4, .sjw = 3, .triple_sampling = false} [all …]
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | can_ll.h | 147 …ng(can_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampling) in can_ll_set_bus_timing() argument 149 twai_ll_set_bus_timing(hw, brp, sjw, tseg1, tseg2, triple_sampling); in can_ll_set_bus_timing()
|
D | twai_ll.h | 424 …g(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampling) in twai_ll_set_bus_timing() argument 439 hw->bus_timing_1_reg.sam = triple_sampling; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 354 …g(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampling) in twai_ll_set_bus_timing() argument 360 hw->bus_timing_1_reg.sam = triple_sampling; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 354 …g(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampling) in twai_ll_set_bus_timing() argument 360 hw->bus_timing_1_reg.sam = triple_sampling; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 354 …g(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampling) in twai_ll_set_bus_timing() argument 360 hw->bus_timing_1_reg.sam = triple_sampling; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 354 …g(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampling) in twai_ll_set_bus_timing() argument 360 hw->bus_timing_1_reg.sam = triple_sampling; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/ |
D | twai_hal.c | 61 …>dev, t_config->brp, t_config->sjw, t_config->tseg_1, t_config->tseg_2, t_config->triple_sampling); in twai_hal_configure()
|