Struct AgcHwTrimOut
#[repr(transparent)]pub struct AgcHwTrimOut(pub u32);Expand description
AGC_HW_TRIM_OUT register.
Tuple Fields§
§0: u32Implementations§
§impl AgcHwTrimOut
impl AgcHwTrimOut
pub const fn hw_agc_antennae_trim(&self) -> u8
pub const fn hw_agc_antennae_trim(&self) -> u8
AGC trim value (provided by the HW trimming, automatically loaded on POR).
pub fn set_hw_agc_antennae_trim(&mut self, val: u8)
pub fn set_hw_agc_antennae_trim(&mut self, val: u8)
AGC trim value (provided by the HW trimming, automatically loaded on POR).
Trait Implementations§
§impl Clone for AgcHwTrimOut
impl Clone for AgcHwTrimOut
§fn clone(&self) -> AgcHwTrimOut
fn clone(&self) -> AgcHwTrimOut
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 AgcHwTrimOut
impl Debug for AgcHwTrimOut
§impl Default for AgcHwTrimOut
impl Default for AgcHwTrimOut
§fn default() -> AgcHwTrimOut
fn default() -> AgcHwTrimOut
Returns the “default value” for a type. Read more
§impl PartialEq for AgcHwTrimOut
impl PartialEq for AgcHwTrimOut
impl Copy for AgcHwTrimOut
impl Eq for AgcHwTrimOut
impl StructuralPartialEq for AgcHwTrimOut
Auto Trait Implementations§
impl Freeze for AgcHwTrimOut
impl RefUnwindSafe for AgcHwTrimOut
impl Send for AgcHwTrimOut
impl Sync for AgcHwTrimOut
impl Unpin for AgcHwTrimOut
impl UnwindSafe for AgcHwTrimOut
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