Struct Agc10DigEng
#[repr(transparent)]pub struct Agc10DigEng(pub u32);Expand description
AGC10_DIG_ENG register.
Tuple Fields§
§0: u32Implementations§
§impl Agc10DigEng
impl Agc10DigEng
pub fn set_att_if_0(&mut self, val: u8)
pub fn set_att_if_0(&mut self, val: u8)
Attenuation at IF Level for the AGC step 0:.
pub fn set_att_lna_0(&mut self, val: bool)
pub fn set_att_lna_0(&mut self, val: bool)
Attenuation at LNA Level for the AGC step 0:.
pub fn set_att_ant_0(&mut self, val: u8)
pub fn set_att_ant_0(&mut self, val: u8)
Attenuation at Antenna Level for the AGC step 0:.
Trait Implementations§
§impl Clone for Agc10DigEng
impl Clone for Agc10DigEng
§fn clone(&self) -> Agc10DigEng
fn clone(&self) -> Agc10DigEng
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 Agc10DigEng
impl Debug for Agc10DigEng
§impl Default for Agc10DigEng
impl Default for Agc10DigEng
§fn default() -> Agc10DigEng
fn default() -> Agc10DigEng
Returns the “default value” for a type. Read more
§impl PartialEq for Agc10DigEng
impl PartialEq for Agc10DigEng
impl Copy for Agc10DigEng
impl Eq for Agc10DigEng
impl StructuralPartialEq for Agc10DigEng
Auto Trait Implementations§
impl Freeze for Agc10DigEng
impl RefUnwindSafe for Agc10DigEng
impl Send for Agc10DigEng
impl Sync for Agc10DigEng
impl Unpin for Agc10DigEng
impl UnwindSafe for Agc10DigEng
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