Struct W
pub struct W(/* private fields */);
Expand description
Register PDMDLY
writer
Implementations§
§impl W
impl W
pub fn dlym1l(
&mut self,
) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 0>
pub fn dlym1l( &mut self, ) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 0>
Bits 0:2 - Delay line adjust for first microphone of pair 1
pub fn dlym1r(
&mut self,
) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 4>
pub fn dlym1r( &mut self, ) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 4>
Bits 4:6 - Delay line adjust for second microphone of pair 1
pub fn dlym2l(
&mut self,
) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 8>
pub fn dlym2l( &mut self, ) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 8>
Bits 8:10 - Delay line for first microphone of pair 2
pub fn dlym2r(
&mut self,
) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 12>
pub fn dlym2r( &mut self, ) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 12>
Bits 12:14 - Delay line for second microphone of pair 2
pub fn dlym3l(
&mut self,
) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 16>
pub fn dlym3l( &mut self, ) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 16>
Bits 16:18 - Delay line for first microphone of pair 3
pub fn dlym3r(
&mut self,
) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 20>
pub fn dlym3r( &mut self, ) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 20>
Bits 20:22 - Delay line for second microphone of pair 3
pub fn dlym4l(
&mut self,
) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 24>
pub fn dlym4l( &mut self, ) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 24>
Bits 24:26 - Delay line for first microphone of pair 4
pub fn dlym4r(
&mut self,
) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 28>
pub fn dlym4r( &mut self, ) -> FieldWriterRaw<'_, u32, PDMDLY_SPEC, u8, u8, Unsafe, 3, 28>
Bits 28:30 - Delay line for second microphone of pair 4
Methods from Deref<Target = W<PDMDLY_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§
§impl From<W<PDMDLY_SPEC>> for W
impl From<W<PDMDLY_SPEC>> for W
§fn from(writer: W<PDMDLY_SPEC>) -> W
fn from(writer: W<PDMDLY_SPEC>) -> W
Converts to this type from the input type.
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