Struct RxadcAnaUsr
#[repr(transparent)]pub struct RxadcAnaUsr(pub u32);Expand description
RXADC_ANA_USR register.
Tuple Fields§
§0: u32Implementations§
§impl RxadcAnaUsr
impl RxadcAnaUsr
pub const fn rfd_rxadc_delaytrim_i(&self) -> u8
pub const fn rfd_rxadc_delaytrim_i(&self) -> u8
ADC loop delay control bits for I channel to apply when SW overload is enabled.
pub fn set_rfd_rxadc_delaytrim_i(&mut self, val: u8)
pub fn set_rfd_rxadc_delaytrim_i(&mut self, val: u8)
ADC loop delay control bits for I channel to apply when SW overload is enabled.
pub const fn rfd_rxadc_delaytrim_q(&self) -> u8
pub const fn rfd_rxadc_delaytrim_q(&self) -> u8
ADC loop delay control bits for Q channel to apply when SW overload is enabled.
pub fn set_rfd_rxadc_delaytrim_q(&mut self, val: u8)
pub fn set_rfd_rxadc_delaytrim_q(&mut self, val: u8)
ADC loop delay control bits for Q channel to apply when SW overload is enabled.
pub const fn rxadc_delaytrim_i_tst_sel(&self) -> bool
pub const fn rxadc_delaytrim_i_tst_sel(&self) -> bool
Enable the SW overload on RXADX delay trimming.
pub fn set_rxadc_delaytrim_i_tst_sel(&mut self, val: bool)
pub fn set_rxadc_delaytrim_i_tst_sel(&mut self, val: bool)
Enable the SW overload on RXADX delay trimming.
pub const fn rxadc_delaytrim_q_tst_sel(&self) -> bool
pub const fn rxadc_delaytrim_q_tst_sel(&self) -> bool
Enable the SW overload on RXADX delay trimming.
pub fn set_rxadc_delaytrim_q_tst_sel(&mut self, val: bool)
pub fn set_rxadc_delaytrim_q_tst_sel(&mut self, val: bool)
Enable the SW overload on RXADX delay trimming.
Trait Implementations§
§impl Clone for RxadcAnaUsr
impl Clone for RxadcAnaUsr
§fn clone(&self) -> RxadcAnaUsr
fn clone(&self) -> RxadcAnaUsr
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 RxadcAnaUsr
impl Debug for RxadcAnaUsr
§impl Default for RxadcAnaUsr
impl Default for RxadcAnaUsr
§fn default() -> RxadcAnaUsr
fn default() -> RxadcAnaUsr
Returns the “default value” for a type. Read more
§impl PartialEq for RxadcAnaUsr
impl PartialEq for RxadcAnaUsr
impl Copy for RxadcAnaUsr
impl Eq for RxadcAnaUsr
impl StructuralPartialEq for RxadcAnaUsr
Auto Trait Implementations§
impl Freeze for RxadcAnaUsr
impl RefUnwindSafe for RxadcAnaUsr
impl Send for RxadcAnaUsr
impl Sync for RxadcAnaUsr
impl Unpin for RxadcAnaUsr
impl UnwindSafe for RxadcAnaUsr
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