Struct stm32_metapac::opamp::regs::Hsotr
#[repr(transparent)]pub struct Hsotr(pub u32);
Expand description
OPAMP1 offset trimming register in low-power mode.
Tuple Fields§
§0: u32
Implementations§
§impl Hsotr
impl Hsotr
pub const fn trimlpoffsetn(&self) -> u8
pub const fn trimlpoffsetn(&self) -> u8
Trim for NMOS differential pairs.
pub fn set_trimlpoffsetn(&mut self, val: u8)
pub fn set_trimlpoffsetn(&mut self, val: u8)
Trim for NMOS differential pairs.
pub const fn trimlpoffsetp(&self) -> u8
pub const fn trimlpoffsetp(&self) -> u8
Trim for PMOS differential pairs.
pub fn set_trimlpoffsetp(&mut self, val: u8)
pub fn set_trimlpoffsetp(&mut self, val: u8)
Trim for PMOS differential pairs.
Trait Implementations§
impl Copy for Hsotr
impl Eq for Hsotr
impl StructuralPartialEq for Hsotr
Auto Trait Implementations§
impl Freeze for Hsotr
impl RefUnwindSafe for Hsotr
impl Send for Hsotr
impl Sync for Hsotr
impl Unpin for Hsotr
impl UnwindSafe for Hsotr
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
)