Struct stm32_metapac::opamp::regs::Lpotr
#[repr(transparent)]pub struct Lpotr(pub u32);
Expand description
OPAMP offset trimming register in low-power mode.
Tuple Fields§
§0: u32
Implementations§
§impl Lpotr
impl Lpotr
pub const fn trimlpoffsetn(&self) -> u8
pub const fn trimlpoffsetn(&self) -> u8
Low-power mode trim for NMOS differential pairs.
pub fn set_trimlpoffsetn(&mut self, val: u8)
pub fn set_trimlpoffsetn(&mut self, val: u8)
Low-power mode trim for NMOS differential pairs.
pub const fn trimlpoffsetp(&self) -> u8
pub const fn trimlpoffsetp(&self) -> u8
Low-power mode trim for PMOS differential pairs.
pub fn set_trimlpoffsetp(&mut self, val: u8)
pub fn set_trimlpoffsetp(&mut self, val: u8)
Low-power mode trim for PMOS differential pairs.
Trait Implementations§
impl Copy for Lpotr
impl Eq for Lpotr
impl StructuralPartialEq for Lpotr
Auto Trait Implementations§
impl Freeze for Lpotr
impl RefUnwindSafe for Lpotr
impl Send for Lpotr
impl Sync for Lpotr
impl Unpin for Lpotr
impl UnwindSafe for Lpotr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)