Struct AgcDigOut
#[repr(transparent)]pub struct AgcDigOut(pub u32);Expand description
AGC_DIG_OUT register.
Tuple Fields§
§0: u32Implementations§
§impl AgcDigOut
impl AgcDigOut
pub const fn agc_att_out(&self) -> u8
pub const fn agc_att_out(&self) -> u8
AGC attenuation value.
pub fn set_agc_att_out(&mut self, val: u8)
pub fn set_agc_att_out(&mut self, val: u8)
AGC attenuation value.
Trait Implementations§
impl Copy for AgcDigOut
impl Eq for AgcDigOut
impl StructuralPartialEq for AgcDigOut
Auto Trait Implementations§
impl Freeze for AgcDigOut
impl RefUnwindSafe for AgcDigOut
impl Send for AgcDigOut
impl Sync for AgcDigOut
impl Unpin for AgcDigOut
impl UnwindSafe for AgcDigOut
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