Struct esp32::twai0::bus_timing_1::W
source · pub struct W(_);
Expand description
Register BUS_TIMING_1
writer
Implementations§
source§impl W
impl W
sourcepub fn time_seg1(&mut self) -> TIME_SEG1_W<'_, 0>
pub fn time_seg1(&mut self) -> TIME_SEG1_W<'_, 0>
Bits 0:3 - The width of PBS1.
sourcepub fn time_seg2(&mut self) -> TIME_SEG2_W<'_, 4>
pub fn time_seg2(&mut self) -> TIME_SEG2_W<'_, 4>
Bits 4:6 - The width of PBS2.
sourcepub fn time_samp(&mut self) -> TIME_SAMP_W<'_, 7>
pub fn time_samp(&mut self) -> TIME_SAMP_W<'_, 7>
Bit 7 - The number of sample points. 0: the bus is sampled once; 1: the bus is sampled three times
Methods from Deref<Target = W<BUS_TIMING_1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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