/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 354 …ming(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampl… in twai_ll_set_bus_timing() argument 359 hw->bus_timing_1_reg.tseg2 = tseg2 - 1; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 354 …ming(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampl… in twai_ll_set_bus_timing() argument 359 hw->bus_timing_1_reg.tseg2 = tseg2 - 1; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 354 …ming(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampl… in twai_ll_set_bus_timing() argument 359 hw->bus_timing_1_reg.tseg2 = tseg2 - 1; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 354 …ming(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampl… in twai_ll_set_bus_timing() argument 359 hw->bus_timing_1_reg.tseg2 = tseg2 - 1; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | can_ll.h | 147 …iming(can_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampl… 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 …ming(twai_dev_t *hw, uint32_t brp, uint32_t sjw, uint32_t tseg1, uint32_t tseg2, bool triple_sampl… in twai_ll_set_bus_timing() argument 438 hw->bus_timing_1_reg.tseg2 = tseg2 - 1; in twai_ll_set_bus_timing()
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | twai_struct.h | 109 uint32_t tseg2: 3; /* BTR1[6:4] Timing Segment 2 */ member
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | twai_struct.h | 110 uint32_t tseg2: 3; /* BTR1[6:4] Timing Segment 2 */ member
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | twai_struct.h | 109 uint32_t tseg2: 3; /* BTR1[6:4] Timing Segment 2 */ member
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | twai_struct.h | 108 uint32_t tseg2: 3; /* BTR1[6:4] Timing Segment 2 */ member
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | twai_struct.h | 107 uint32_t tseg2: 3; /* BTR1[6:4] Timing Segment 2 */ member
|