pub struct SAMPLERATE_SPEC;Expand description
Controls normal or continuous sample rate
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see samplerate module
Trait Implementations§
Source§impl Readable for SAMPLERATE_SPEC
read() method returns samplerate::R reader structure
impl Readable for SAMPLERATE_SPEC
read() method returns samplerate::R reader structure
Source§impl RegisterSpec for SAMPLERATE_SPEC
impl RegisterSpec for SAMPLERATE_SPEC
Source§impl Resettable for SAMPLERATE_SPEC
reset() method sets SAMPLERATE to value 0
impl Resettable for SAMPLERATE_SPEC
reset() method sets SAMPLERATE to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for SAMPLERATE_SPEC
write(|w| ..) method takes samplerate::W writer structure
impl Writable for SAMPLERATE_SPEC
write(|w| ..) method takes samplerate::W writer structure
Auto Trait Implementations§
impl Freeze for SAMPLERATE_SPEC
impl RefUnwindSafe for SAMPLERATE_SPEC
impl Send for SAMPLERATE_SPEC
impl Sync for SAMPLERATE_SPEC
impl Unpin for SAMPLERATE_SPEC
impl UnwindSafe for SAMPLERATE_SPEC
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