pub struct W(/* private fields */);
Expand description
Register BDTR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn moe(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, MOE_A, BitM, 15>
pub fn moe(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, MOE_A, BitM, 15>
Bit 15 - Main output enable
Sourcepub fn aoe(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, bool, BitM, 14>
pub fn aoe(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, bool, BitM, 14>
Bit 14 - Automatic output enable
Sourcepub fn bkp(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, bool, BitM, 13>
pub fn bkp(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, bool, BitM, 13>
Bit 13 - Break polarity
Sourcepub fn bke(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, bool, BitM, 12>
pub fn bke(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, bool, BitM, 12>
Bit 12 - Break enable
Sourcepub fn ossr(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, OSSR_A, BitM, 11>
pub fn ossr(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, OSSR_A, BitM, 11>
Bit 11 - Off-state selection for Run mode
Sourcepub fn ossi(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, OSSI_A, BitM, 10>
pub fn ossi(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, OSSI_A, BitM, 10>
Bit 10 - Off-state selection for Idle mode
Sourcepub fn lock(
&mut self,
) -> FieldWriterRaw<'_, u32, BDTR_SPEC, u8, u8, Unsafe, 2, 8>
pub fn lock( &mut self, ) -> FieldWriterRaw<'_, u32, BDTR_SPEC, u8, u8, Unsafe, 2, 8>
Bits 8:9 - Lock configuration
Methods from Deref<Target = W<BDTR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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