[−][src]Struct stm32f0::stm32f0x2::tsc::iogcsr::R
Value read from the register
Methods
impl R[src]
pub fn bits(&self) -> u32[src]
Value of the register as raw bits
pub fn g8s(&self) -> G8SR[src]
Bit 23 - Analog I/O group x status
pub fn g7s(&self) -> G7SR[src]
Bit 22 - Analog I/O group x status
pub fn g6s(&self) -> G6SR[src]
Bit 21 - Analog I/O group x status
pub fn g5s(&self) -> G5SR[src]
Bit 20 - Analog I/O group x status
pub fn g4s(&self) -> G4SR[src]
Bit 19 - Analog I/O group x status
pub fn g3s(&self) -> G3SR[src]
Bit 18 - Analog I/O group x status
pub fn g2s(&self) -> G2SR[src]
Bit 17 - Analog I/O group x status
pub fn g1s(&self) -> G1SR[src]
Bit 16 - Analog I/O group x status
pub fn g8e(&self) -> G8ER[src]
Bit 7 - Analog I/O group x enable
pub fn g7e(&self) -> G7ER[src]
Bit 6 - Analog I/O group x enable
pub fn g6e(&self) -> G6ER[src]
Bit 5 - Analog I/O group x enable
pub fn g5e(&self) -> G5ER[src]
Bit 4 - Analog I/O group x enable
pub fn g4e(&self) -> G4ER[src]
Bit 3 - Analog I/O group x enable
pub fn g3e(&self) -> G3ER[src]
Bit 2 - Analog I/O group x enable
pub fn g2e(&self) -> G2ER[src]
Bit 1 - Analog I/O group x enable
pub fn g1e(&self) -> G1ER[src]
Bit 0 - Analog I/O group x enable
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