Struct stm32_metapac::opamp::regs::Csr
#[repr(transparent)]pub struct Csr(pub u32);
Expand description
Control/status register
Tuple Fields§
§0: u32
Implementations§
§impl Csr
impl Csr
pub fn set_opampen(&mut self, val: bool)
pub fn set_opampen(&mut self, val: bool)
Enable
pub const fn opalpm(&self) -> bool
pub const fn opalpm(&self) -> bool
Low-power mode enable. The operational amplifier must be disabled to change this configuration.
pub fn set_opalpm(&mut self, val: bool)
pub fn set_opalpm(&mut self, val: bool)
Low-power mode enable. The operational amplifier must be disabled to change this configuration.
pub fn set_opamode(&mut self, val: Opamode)
pub fn set_opamode(&mut self, val: Opamode)
PGA mode
pub fn set_pga_gain(&mut self, val: PgaGain)
pub fn set_pga_gain(&mut self, val: PgaGain)
Gain in PGA mode
pub fn set_vm_sel(&mut self, val: VmSel)
pub fn set_vm_sel(&mut self, val: VmSel)
Inverting input selection
pub fn set_vp_sel(&mut self, val: VpSel)
pub fn set_vp_sel(&mut self, val: VpSel)
Non inverted input selection
pub fn set_calsel(&mut self, val: Calsel)
pub fn set_calsel(&mut self, val: Calsel)
Calibration selection
pub fn set_usertrim(&mut self, val: bool)
pub fn set_usertrim(&mut self, val: bool)
User trimming enable
pub fn set_calout(&mut self, val: bool)
pub fn set_calout(&mut self, val: bool)
Calibration output
pub fn set_opa_range(&mut self, val: OpaRange)
pub fn set_opa_range(&mut self, val: OpaRange)
Power supply range for stability
Trait Implementations§
impl Copy for Csr
impl Eq for Csr
impl StructuralPartialEq for Csr
Auto Trait Implementations§
impl Freeze for Csr
impl RefUnwindSafe for Csr
impl Send for Csr
impl Sync for Csr
impl Unpin for Csr
impl UnwindSafe for Csr
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
)