pub struct Pdm { /* private fields */ }Expand description
MICFIL.
Implementations§
Source§impl Pdm
impl Pdm
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn dc_out_ctrl(self) -> Reg<DcOutCtrl, RW>
pub const fn dc_out_ctrl(self) -> Reg<DcOutCtrl, RW>
MICFIL Output DC Remover Control.
Sourcepub const fn range_ctrl(self) -> Reg<RangeCtrl, RW>
pub const fn range_ctrl(self) -> Reg<RangeCtrl, RW>
MICFIL Range Control.
Sourcepub const fn range_stat(self) -> Reg<RangeStat, RW>
pub const fn range_stat(self) -> Reg<RangeStat, RW>
MICFIL Range Status.
Sourcepub const fn fsync_ctrl(self) -> Reg<FsyncCtrl, RW>
pub const fn fsync_ctrl(self) -> Reg<FsyncCtrl, RW>
Frame Synchronization Control.
Trait Implementations§
impl Copy for Pdm
impl Eq for Pdm
impl Send for Pdm
impl StructuralPartialEq for Pdm
impl Sync for Pdm
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