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