[−][src]Struct stm32f3xx_hal::stm32::comp::comp4_csr::W
Value to write to the register
Methods
impl W[src]
pub fn reset_value() -> W[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]
Writes raw bits to the register
pub fn comp4en(&mut self) -> _COMP4ENW[src]
Bit 0 - Comparator 4 enable
pub fn comp4inmsel(&mut self) -> _COMP4INMSELW[src]
Bits 4:6 - Comparator 4 inverting input selection
pub fn comp4outsel(&mut self) -> _COMP4OUTSELW[src]
Bits 10:13 - Comparator 4 output selection
pub fn comp4pol(&mut self) -> _COMP4POLW[src]
Bit 15 - Comparator 4 output polarity
pub fn comp4_blanking(&mut self) -> _COMP4_BLANKINGW[src]
Bits 18:20 - Comparator 4 blanking source
pub fn comp4lock(&mut self) -> _COMP4LOCKW[src]
Bit 31 - Comparator 4 lock
pub fn comp4winmode(&mut self) -> _COMP4WINMODEW[src]
Bit 9 - Comparator 4 window mode
pub fn comp4mode(&mut self) -> _COMP4MODEW[src]
Bits 2:3 - Comparator 4 mode
pub fn comp4inpsel(&mut self) -> _COMP4INPSELW[src]
Bit 7 - Comparator 4 non inverted input
pub fn comp4hyst(&mut self) -> _COMP4HYSTW[src]
Bits 16:17 - Comparator 4 hysteresis
pub fn comp4inmsel3(&mut self) -> _COMP4INMSEL3W[src]
Bit 22 - Comparator 4 inverting input selection
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self