Struct Agc2AnaTst
#[repr(transparent)]pub struct Agc2AnaTst(pub u32);Expand description
AGC2_ANA_TST register.
Tuple Fields§
§0: u32Implementations§
§impl Agc2AnaTst
impl Agc2AnaTst
pub const fn agc2_ana_tst_sel(&self) -> bool
pub const fn agc2_ana_tst_sel(&self) -> bool
Selection:.
pub fn set_agc2_ana_tst_sel(&mut self, val: bool)
pub fn set_agc2_ana_tst_sel(&mut self, val: bool)
Selection:.
pub const fn agc_antennae_usr_trim(&self) -> u8
pub const fn agc_antennae_usr_trim(&self) -> u8
the AGC antenna trimming value ( when AGC2_ANA_TST_SEL = 1).
pub fn set_agc_antennae_usr_trim(&mut self, val: u8)
pub fn set_agc_antennae_usr_trim(&mut self, val: u8)
the AGC antenna trimming value ( when AGC2_ANA_TST_SEL = 1).
Trait Implementations§
§impl Clone for Agc2AnaTst
impl Clone for Agc2AnaTst
§fn clone(&self) -> Agc2AnaTst
fn clone(&self) -> Agc2AnaTst
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 Agc2AnaTst
impl Debug for Agc2AnaTst
§impl Default for Agc2AnaTst
impl Default for Agc2AnaTst
§fn default() -> Agc2AnaTst
fn default() -> Agc2AnaTst
Returns the “default value” for a type. Read more
§impl PartialEq for Agc2AnaTst
impl PartialEq for Agc2AnaTst
impl Copy for Agc2AnaTst
impl Eq for Agc2AnaTst
impl StructuralPartialEq for Agc2AnaTst
Auto Trait Implementations§
impl Freeze for Agc2AnaTst
impl RefUnwindSafe for Agc2AnaTst
impl Send for Agc2AnaTst
impl Sync for Agc2AnaTst
impl Unpin for Agc2AnaTst
impl UnwindSafe for Agc2AnaTst
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