Struct Agc0DigEng
#[repr(transparent)]pub struct Agc0DigEng(pub u32);Expand description
AGC0_DIG_ENG register.
Tuple Fields§
§0: u32Implementations§
§impl Agc0DigEng
impl Agc0DigEng
pub const fn agc_thr_high(&self) -> u8
pub const fn agc_thr_high(&self) -> u8
High AGC threshold.
pub fn set_agc_thr_high(&mut self, val: u8)
pub fn set_agc_thr_high(&mut self, val: u8)
High AGC threshold.
pub const fn agc_enable(&self) -> bool
pub const fn agc_enable(&self) -> bool
Enable AGC.
pub fn set_agc_enable(&mut self, val: bool)
pub fn set_agc_enable(&mut self, val: bool)
Enable AGC.
Trait Implementations§
§impl Clone for Agc0DigEng
impl Clone for Agc0DigEng
§fn clone(&self) -> Agc0DigEng
fn clone(&self) -> Agc0DigEng
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 Agc0DigEng
impl Debug for Agc0DigEng
§impl Default for Agc0DigEng
impl Default for Agc0DigEng
§fn default() -> Agc0DigEng
fn default() -> Agc0DigEng
Returns the “default value” for a type. Read more
§impl PartialEq for Agc0DigEng
impl PartialEq for Agc0DigEng
impl Copy for Agc0DigEng
impl Eq for Agc0DigEng
impl StructuralPartialEq for Agc0DigEng
Auto Trait Implementations§
impl Freeze for Agc0DigEng
impl RefUnwindSafe for Agc0DigEng
impl Send for Agc0DigEng
impl Sync for Agc0DigEng
impl Unpin for Agc0DigEng
impl UnwindSafe for Agc0DigEng
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