Struct esp32c3_hal::twai::TimingConfig
source · pub struct TimingConfig {
pub baud_rate_prescaler: u16,
pub sync_jump_width: u8,
pub tseg_1: u8,
pub tseg_2: u8,
pub triple_sample: bool,
}
Expand description
The underlying timings for the TWAI peripheral.
Fields§
§baud_rate_prescaler: u16
§sync_jump_width: u8
§tseg_1: u8
§tseg_2: u8
§triple_sample: bool