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