[−][src]Enum stm32f7::stm32f7x9::gpiob::afrh::AFRH15R
Possible values of the field AFRH15
Variants
AF0AF0
AF1AF1
AF2AF2
AF3AF3
AF4AF4
AF5AF5
AF6AF6
AF7AF7
AF8AF8
AF9AF9
AF10AF10
AF11AF11
AF12AF12
AF13AF13
AF14AF14
AF15AF15
Methods
impl AFRH15R[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_af0(&self) -> bool[src]
Checks if the value of the field is AF0
pub fn is_af1(&self) -> bool[src]
Checks if the value of the field is AF1
pub fn is_af2(&self) -> bool[src]
Checks if the value of the field is AF2
pub fn is_af3(&self) -> bool[src]
Checks if the value of the field is AF3
pub fn is_af4(&self) -> bool[src]
Checks if the value of the field is AF4
pub fn is_af5(&self) -> bool[src]
Checks if the value of the field is AF5
pub fn is_af6(&self) -> bool[src]
Checks if the value of the field is AF6
pub fn is_af7(&self) -> bool[src]
Checks if the value of the field is AF7
pub fn is_af8(&self) -> bool[src]
Checks if the value of the field is AF8
pub fn is_af9(&self) -> bool[src]
Checks if the value of the field is AF9
pub fn is_af10(&self) -> bool[src]
Checks if the value of the field is AF10
pub fn is_af11(&self) -> bool[src]
Checks if the value of the field is AF11
pub fn is_af12(&self) -> bool[src]
Checks if the value of the field is AF12
pub fn is_af13(&self) -> bool[src]
Checks if the value of the field is AF13
pub fn is_af14(&self) -> bool[src]
Checks if the value of the field is AF14
pub fn is_af15(&self) -> bool[src]
Checks if the value of the field is AF15
Trait Implementations
impl Copy for AFRH15R[src]
impl Debug for AFRH15R[src]
impl PartialEq<AFRH15R> for AFRH15R[src]
fn eq(&self, other: &AFRH15R) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Clone for AFRH15R[src]
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom 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> From for T[src]
impl<T, U> TryInto 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, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut 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 for T
type Output = T
Should always be Self