Struct stm32wlxx_hal::pac::tim16::bdtr::W
pub struct W(/* private fields */);
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register BDTR
writer
Implementations§
§impl W
impl W
pub fn bkbid(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, BKBID_A, BitM, 28>
pub fn bkbid(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, BKBID_A, BitM, 28>
Bit 28 - Break Bidirectional
pub fn bkdsrm(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, BKDSRM_A, BitM, 26>
pub fn bkdsrm(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, BKDSRM_A, BitM, 26>
Bit 26 - Break Disarm
pub 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
pub fn aoe(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, AOE_A, BitM, 14>
pub fn aoe(&mut self) -> BitWriterRaw<'_, u32, BDTR_SPEC, AOE_A, BitM, 14>
Bit 14 - Automatic output enable
pub 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
pub 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
pub fn lock(
&mut self
) -> FieldWriterRaw<'_, u32, BDTR_SPEC, u8, LOCK_A, Safe, 2, 8>
pub fn lock( &mut self ) -> FieldWriterRaw<'_, u32, BDTR_SPEC, u8, LOCK_A, Safe, 2, 8>
Bits 8:9 - Lock configuration
Methods from Deref<Target = W<BDTR_SPEC>>§
pub 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§
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