Struct stm32_metapac::adf::regs::Dlycr
#[repr(transparent)]pub struct Dlycr(pub u32);
Expand description
ADF delay control register.
Tuple Fields§
§0: u32
Implementations§
§impl Dlycr
impl Dlycr
pub const fn skpdly(&self) -> u8
pub const fn skpdly(&self) -> u8
Delay to apply to a bitstream. This bitfield is set and cleared by software. It defines the number of input samples that are skipped. Skipping is applied immediately after writing to this bitfield, if SKPBF = 0 and DFLTEN = 1. If SKPBF = 1, the value written into the register is ignored by the delay state machine.
pub fn set_skpdly(&mut self, val: u8)
pub fn set_skpdly(&mut self, val: u8)
Delay to apply to a bitstream. This bitfield is set and cleared by software. It defines the number of input samples that are skipped. Skipping is applied immediately after writing to this bitfield, if SKPBF = 0 and DFLTEN = 1. If SKPBF = 1, the value written into the register is ignored by the delay state machine.
Trait Implementations§
impl Copy for Dlycr
impl Eq for Dlycr
impl StructuralPartialEq for Dlycr
Auto Trait Implementations§
impl Freeze for Dlycr
impl RefUnwindSafe for Dlycr
impl Send for Dlycr
impl Sync for Dlycr
impl Unpin for Dlycr
impl UnwindSafe for Dlycr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)