Struct esp32::twai::bus_timing_0::W
source · pub struct W(_);Expand description
Register BUS_TIMING_0 writer
Implementations
sourceimpl W
impl W
sourcepub fn baud_presc(&mut self) -> BAUD_PRESC_W<'_, 0>
pub fn baud_presc(&mut self) -> BAUD_PRESC_W<'_, 0>
Bits 0:13 - Baud Rate Prescaler, determines the frequency dividing ratio.
sourcepub fn sync_jump_width(&mut self) -> SYNC_JUMP_WIDTH_W<'_, 14>
pub fn sync_jump_width(&mut self) -> SYNC_JUMP_WIDTH_W<'_, 14>
Bits 14:15 - Synchronization Jump Width (SJW), 1 \verb+~+ 14 Tq wide.
Methods from Deref<Target = W<BUS_TIMING_0_SPEC>>
Trait Implementations
sourceimpl From<W<BUS_TIMING_0_SPEC>> for W
impl From<W<BUS_TIMING_0_SPEC>> for W
sourcefn from(writer: W<BUS_TIMING_0_SPEC>) -> Self
fn from(writer: W<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