pub struct Freqme { /* private fields */ }Expand description
LPC_Next0 Frequency Measurement (FREQME)
Implementations§
Source§impl Freqme
impl Freqme
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn freqmectrl_r(self) -> Reg<FreqmectrlR, R>
pub const fn freqmectrl_r(self) -> Reg<FreqmectrlR, R>
Frequency Measurement (in Read mode)
Sourcepub const fn freqmectrl_w(self) -> Reg<FreqmectrlW, W>
pub const fn freqmectrl_w(self) -> Reg<FreqmectrlW, W>
Freqeuncy Measurement (in Write mode)
Trait Implementations§
impl Copy for Freqme
impl Eq for Freqme
impl Send for Freqme
impl StructuralPartialEq for Freqme
impl Sync for Freqme
Auto Trait Implementations§
impl Freeze for Freqme
impl RefUnwindSafe for Freqme
impl Unpin for Freqme
impl UnwindSafe for Freqme
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