Struct RxadcHwTrimOut
#[repr(transparent)]pub struct RxadcHwTrimOut(pub u32);Expand description
RXADC_HW_TRIM_OUT register.
Tuple Fields§
§0: u32Implementations§
§impl RxadcHwTrimOut
impl RxadcHwTrimOut
pub const fn hw_rxadc_delaytrim_i(&self) -> u8
pub const fn hw_rxadc_delaytrim_i(&self) -> u8
control bits of the RX ADC loop delay for I channel (provided by the HW trimming, automatically loaded on POR).
pub fn set_hw_rxadc_delaytrim_i(&mut self, val: u8)
pub fn set_hw_rxadc_delaytrim_i(&mut self, val: u8)
control bits of the RX ADC loop delay for I channel (provided by the HW trimming, automatically loaded on POR).
pub const fn hw_rxadc_delaytrim_q(&self) -> u8
pub const fn hw_rxadc_delaytrim_q(&self) -> u8
control bits of the RX ADC loop delay for Q channel (provided by the HW trimming, automatically loaded on POR).
pub fn set_hw_rxadc_delaytrim_q(&mut self, val: u8)
pub fn set_hw_rxadc_delaytrim_q(&mut self, val: u8)
control bits of the RX ADC loop delay for Q channel (provided by the HW trimming, automatically loaded on POR).
Trait Implementations§
§impl Clone for RxadcHwTrimOut
impl Clone for RxadcHwTrimOut
§fn clone(&self) -> RxadcHwTrimOut
fn clone(&self) -> RxadcHwTrimOut
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 RxadcHwTrimOut
impl Debug for RxadcHwTrimOut
§impl Default for RxadcHwTrimOut
impl Default for RxadcHwTrimOut
§fn default() -> RxadcHwTrimOut
fn default() -> RxadcHwTrimOut
Returns the “default value” for a type. Read more
§impl PartialEq for RxadcHwTrimOut
impl PartialEq for RxadcHwTrimOut
impl Copy for RxadcHwTrimOut
impl Eq for RxadcHwTrimOut
impl StructuralPartialEq for RxadcHwTrimOut
Auto Trait Implementations§
impl Freeze for RxadcHwTrimOut
impl RefUnwindSafe for RxadcHwTrimOut
impl Send for RxadcHwTrimOut
impl Sync for RxadcHwTrimOut
impl Unpin for RxadcHwTrimOut
impl UnwindSafe for RxadcHwTrimOut
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