Struct DemodIq2DigTst
#[repr(transparent)]pub struct DemodIq2DigTst(pub u32);Expand description
DEMOD_IQ2_DIG_TST register.
Tuple Fields§
§0: u32Implementations§
§impl DemodIq2DigTst
impl DemodIq2DigTst
pub const fn extcfg_sampling_time(&self) -> u8
pub const fn extcfg_sampling_time(&self) -> u8
Defines the sampling time, when extended configuration is enabled:.
pub fn set_extcfg_sampling_time(&mut self, val: u8)
pub fn set_extcfg_sampling_time(&mut self, val: u8)
Defines the sampling time, when extended configuration is enabled:.
pub const fn extcfg_trig_selection(&self) -> u8
pub const fn extcfg_trig_selection(&self) -> u8
Defines the trigger/anchor point of the IQ sampling, when extended configuration is enabled:.
pub fn set_extcfg_trig_selection(&mut self, val: u8)
pub fn set_extcfg_trig_selection(&mut self, val: u8)
Defines the trigger/anchor point of the IQ sampling, when extended configuration is enabled:.
Trait Implementations§
§impl Clone for DemodIq2DigTst
impl Clone for DemodIq2DigTst
§fn clone(&self) -> DemodIq2DigTst
fn clone(&self) -> DemodIq2DigTst
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DemodIq2DigTst
impl Debug for DemodIq2DigTst
§impl Default for DemodIq2DigTst
impl Default for DemodIq2DigTst
§fn default() -> DemodIq2DigTst
fn default() -> DemodIq2DigTst
Returns the “default value” for a type. Read more
§impl PartialEq for DemodIq2DigTst
impl PartialEq for DemodIq2DigTst
impl Copy for DemodIq2DigTst
impl Eq for DemodIq2DigTst
impl StructuralPartialEq for DemodIq2DigTst
Auto Trait Implementations§
impl Freeze for DemodIq2DigTst
impl RefUnwindSafe for DemodIq2DigTst
impl Send for DemodIq2DigTst
impl Sync for DemodIq2DigTst
impl Unpin for DemodIq2DigTst
impl UnwindSafe for DemodIq2DigTst
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