[−][src]Struct stm32f3xx_hal::stm32::comp::comp6_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 comp6en(&mut self) -> _COMP6ENW[src]
Bit 0 - Comparator 6 enable
pub fn comp6inmsel(&mut self) -> _COMP6INMSELW[src]
Bits 4:6 - Comparator 6 inverting input selection
pub fn comp6outsel(&mut self) -> _COMP6OUTSELW[src]
Bits 10:13 - Comparator 6 output selection
pub fn comp6pol(&mut self) -> _COMP6POLW[src]
Bit 15 - Comparator 6 output polarity
pub fn comp6_blanking(&mut self) -> _COMP6_BLANKINGW[src]
Bits 18:20 - Comparator 6 blanking source
pub fn comp6lock(&mut self) -> _COMP6LOCKW[src]
Bit 31 - Comparator 6 lock
pub fn comp6winmode(&mut self) -> _COMP6WINMODEW[src]
Bit 9 - Comparator 6 window mode
pub fn comp6mode(&mut self) -> _COMP6MODEW[src]
Bits 2:3 - Comparator 6 mode
pub fn comp6inpsel(&mut self) -> _COMP6INPSELW[src]
Bit 7 - Comparator 6 non inverted input
pub fn comp6hyst(&mut self) -> _COMP6HYSTW[src]
Bits 16:17 - Comparator 6 hysteresis
pub fn comp6inmsel3(&mut self) -> _COMP6INMSEL3W[src]
Bit 22 - Comparator 6 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