Struct stm32wlxx_hal::pac::comp::comp2_csr::R

pub struct R(/* private fields */);
Available on crate feature stm32wl5x_cm4 only.
Expand description

Register COMP2_CSR reader

Implementations§

§

impl R

pub fn lock(&self) -> BitReaderRaw<LOCK_A>

Bit 31 - CSR register lock bit

pub fn value(&self) -> BitReaderRaw<VALUE_A>

Bit 30 - Comparator 2 output status bit

pub fn inmesel(&self) -> FieldReaderRaw<u8, INMESEL_A>

Bits 25:26 - comparator 2 input minus extended selection bits.

pub fn scalen(&self) -> BitReaderRaw<SCALEN_A>

Bit 23 - Voltage scaler enable bit

pub fn brgen(&self) -> BitReaderRaw<BRGEN_A>

Bit 22 - Scaler bridge enable

pub fn blanking(&self) -> FieldReaderRaw<u8, BLANKING_A>

Bits 18:20 - Comparator 2 blanking source selection bits

pub fn hyst(&self) -> FieldReaderRaw<u8, HYST_A>

Bits 16:17 - Comparator 2 hysteresis selection bits

pub fn polarity(&self) -> BitReaderRaw<POLARITY_A>

Bit 15 - Comparator 2 polarity selection bit

pub fn winmode(&self) -> BitReaderRaw<WINMODE_A>

Bit 9 - Windows mode selection bit

pub fn inpsel(&self) -> FieldReaderRaw<u8, INPSEL_A>

Bits 7:8 - Comparator 1 input plus selection bit

pub fn inmsel(&self) -> FieldReaderRaw<u8, INMSEL_A>

Bits 4:6 - Comparator 2 input minus selection bits

pub fn pwrmode(&self) -> FieldReaderRaw<u8, PWRMODE_A>

Bits 2:3 - Power Mode of the comparator 2

pub fn en(&self) -> BitReaderRaw<EN_A>

Bit 0 - Comparator 2 enable bit

Methods from Deref<Target = R<COMP2_CSR_SPEC>>§

pub fn bits(&self) -> <REG as RegisterSpec>::Ux

Reads raw bits from register.

Trait Implementations§

§

impl Deref for R

§

type Target = R<COMP2_CSR_SPEC>

The resulting type after dereferencing.
§

fn deref(&self) -> &<R as Deref>::Target

Dereferences the value.
§

impl From<R<COMP2_CSR_SPEC>> for R

§

fn from(reader: R<COMP2_CSR_SPEC>) -> R

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.