Struct stm32_hal2::pac::comp1::cfgr2::W

source ·
pub struct W(_);
Expand description

Register CFGR2 writer

Implementations§

source§

impl W

source

pub fn en(&mut self) -> BitWriterRaw<'_, u32, CFGR2_SPEC, bool, BitM, 0>

Bit 0 - COMP channel 1 enable bit

source

pub fn brgen(&mut self) -> BitWriterRaw<'_, u32, CFGR2_SPEC, bool, BitM, 1>

Bit 1 - Scaler bridge enable

source

pub fn scalen(&mut self) -> BitWriterRaw<'_, u32, CFGR2_SPEC, bool, BitM, 2>

Bit 2 - Voltage scaler enable bit

source

pub fn polarity(&mut self) -> BitWriterRaw<'_, u32, CFGR2_SPEC, bool, BitM, 3>

Bit 3 - COMP channel 1 polarity selection bit

source

pub fn winmode(&mut self) -> BitWriterRaw<'_, u32, CFGR2_SPEC, bool, BitM, 4>

Bit 4 - Window comparator mode selection bit

source

pub fn iten(&mut self) -> BitWriterRaw<'_, u32, CFGR2_SPEC, bool, BitM, 6>

Bit 6 - COMP channel 1 interrupt enable

source

pub fn hyst( &mut self ) -> FieldWriterRaw<'_, u32, CFGR2_SPEC, u8, u8, Unsafe, 2, 8>

Bits 8:9 - COMP channel 1 hysteresis selection bits

source

pub fn pwrmode( &mut self ) -> FieldWriterRaw<'_, u32, CFGR2_SPEC, u8, u8, Unsafe, 2, 12>

Bits 12:13 - Power Mode of the COMP channel 1

source

pub fn inmsel( &mut self ) -> FieldWriterRaw<'_, u32, CFGR2_SPEC, u8, u8, Unsafe, 3, 16>

Bits 16:18 - COMP channel 1 inverting input selection field

source

pub fn inpsel(&mut self) -> BitWriterRaw<'_, u32, CFGR2_SPEC, bool, BitM, 20>

Bit 20 - COMP channel 1 non-inverting input selection bit

source

pub fn blanking( &mut self ) -> FieldWriterRaw<'_, u32, CFGR2_SPEC, u8, u8, Unsafe, 4, 24>

Bits 24:27 - COMP channel 1 blanking source selection bits

source

pub fn lock(&mut self) -> BitWriterRaw<'_, u32, CFGR2_SPEC, bool, BitM, 31>

Bit 31 - Lock bit

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register.

Methods from Deref<Target = W<CFGR2_SPEC>>§

source

pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>

Writes raw bits to the register.

Trait Implementations§

source§

impl Deref for W

§

type Target = W<CFGR2_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl DerefMut for W

source§

fn deref_mut(&mut self) -> &mut <W as Deref>::Target

Mutably dereferences the value.
source§

impl From<W<CFGR2_SPEC>> for W

source§

fn from(writer: W<CFGR2_SPEC>) -> W

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

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,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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.
const: unstable · 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.
const: unstable · source§

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

Performs the conversion.