pub struct W(/* private fields */);
Expand description
Register FM1R
writer
Implementations§
Source§impl W
impl W
Sourcepub fn fbm10(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 10>
pub fn fbm10(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 10>
Bit 10 - Filter mode
Sourcepub fn fbm11(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 11>
pub fn fbm11(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 11>
Bit 11 - Filter mode
Sourcepub fn fbm12(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 12>
pub fn fbm12(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 12>
Bit 12 - Filter mode
Sourcepub fn fbm13(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 13>
pub fn fbm13(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 13>
Bit 13 - Filter mode
Sourcepub fn fbm14(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 14>
pub fn fbm14(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 14>
Bit 14 - Filter mode
Sourcepub fn fbm15(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 15>
pub fn fbm15(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 15>
Bit 15 - Filter mode
Sourcepub fn fbm16(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 16>
pub fn fbm16(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 16>
Bit 16 - Filter mode
Sourcepub fn fbm17(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 17>
pub fn fbm17(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 17>
Bit 17 - Filter mode
Sourcepub fn fbm18(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 18>
pub fn fbm18(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 18>
Bit 18 - Filter mode
Sourcepub fn fbm19(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 19>
pub fn fbm19(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 19>
Bit 19 - Filter mode
Sourcepub fn fbm20(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 20>
pub fn fbm20(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 20>
Bit 20 - Filter mode
Sourcepub fn fbm21(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 21>
pub fn fbm21(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 21>
Bit 21 - Filter mode
Sourcepub fn fbm22(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 22>
pub fn fbm22(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 22>
Bit 22 - Filter mode
Sourcepub fn fbm23(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 23>
pub fn fbm23(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 23>
Bit 23 - Filter mode
Sourcepub fn fbm24(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 24>
pub fn fbm24(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 24>
Bit 24 - Filter mode
Sourcepub fn fbm25(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 25>
pub fn fbm25(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 25>
Bit 25 - Filter mode
Sourcepub fn fbm26(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 26>
pub fn fbm26(&mut self) -> BitWriterRaw<'_, u32, FM1R_SPEC, bool, BitM, 26>
Bit 26 - Filter mode
Methods from Deref<Target = W<FM1R_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