Struct esp32s3::twai::bus_timing_0::R
source · pub struct R(_);Expand description
Register BUS_TIMING_0 reader
Implementations
sourceimpl R
impl R
sourcepub fn baud_presc(&self) -> BAUD_PRESC_R
pub fn baud_presc(&self) -> BAUD_PRESC_R
Bits 0:13 - Baud Rate Prescaler, determines the frequency dividing ratio.
sourcepub fn sync_jump_width(&self) -> SYNC_JUMP_WIDTH_R
pub fn sync_jump_width(&self) -> SYNC_JUMP_WIDTH_R
Bits 14:15 - Synchronization Jump Width (SJW), 1 \verb+~+ 14 Tq wide.
Methods from Deref<Target = R<BUS_TIMING_0_SPEC>>
Trait Implementations
sourceimpl From<R<BUS_TIMING_0_SPEC>> for R
impl From<R<BUS_TIMING_0_SPEC>> for R
sourcefn from(reader: R<BUS_TIMING_0_SPEC>) -> Self
fn from(reader: R<BUS_TIMING_0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more