ESP-IDF + 0/5 examples
SourceVu will show references to twai_timing_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
Clock source, set to 0 or TWAI_CLK_SRC_DEFAULT if you want a default clock source.
uint32_t
The resolution of one timing quanta, in Hz. Note: the value of `brp` will reflected by this field if it's non-zero, otherwise, `brp` needs to be set manually.
uint32_t
Baudrate prescale (i.e., clock divider). Any even number from 2 to 128 for ESP32, 2 to 32768 for non-ESP32 chip. Note: For ESP32 ECO 2 or later, multiples of 4 from 132 to 256 are also supported.
uint8_t
Timing segment 1 (Number of time quanta, between 1 to 16).
uint8_t
Timing segment 2 (Number of time quanta, 1 to 8).
uint8_t
Synchronization Jump Width (Max time quanta jump for synchronize from 1 to 4).
bool
Enables triple sampling when the TWAI controller samples a bit.

References

from examples