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
Auto Trait Implementations§
impl Freeze for TimingConfig
impl RefUnwindSafe for TimingConfig
impl Send for TimingConfig
impl Sync for TimingConfig
impl Unpin for TimingConfig
impl UnwindSafe for TimingConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more