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