[−][src]Struct stm32f1::stm32f103::gpioa::crl::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32 | [src] |
Value of the register as raw bits
pub fn mode0(&self) -> MODE0R | [src] |
Bits 0:1 - Port n.0 mode bits
pub fn cnf0(&self) -> CNF0R | [src] |
Bits 2:3 - Port n.0 configuration bits
pub fn mode1(&self) -> MODE1R | [src] |
Bits 4:5 - Port n.1 mode bits
pub fn cnf1(&self) -> CNF1R | [src] |
Bits 6:7 - Port n.1 configuration bits
pub fn mode2(&self) -> MODE2R | [src] |
Bits 8:9 - Port n.2 mode bits
pub fn cnf2(&self) -> CNF2R | [src] |
Bits 10:11 - Port n.2 configuration bits
pub fn mode3(&self) -> MODE3R | [src] |
Bits 12:13 - Port n.3 mode bits
pub fn cnf3(&self) -> CNF3R | [src] |
Bits 14:15 - Port n.3 configuration bits
pub fn mode4(&self) -> MODE4R | [src] |
Bits 16:17 - Port n.4 mode bits
pub fn cnf4(&self) -> CNF4R | [src] |
Bits 18:19 - Port n.4 configuration bits
pub fn mode5(&self) -> MODE5R | [src] |
Bits 20:21 - Port n.5 mode bits
pub fn cnf5(&self) -> CNF5R | [src] |
Bits 22:23 - Port n.5 configuration bits
pub fn mode6(&self) -> MODE6R | [src] |
Bits 24:25 - Port n.6 mode bits
pub fn cnf6(&self) -> CNF6R | [src] |
Bits 26:27 - Port n.6 configuration bits
pub fn mode7(&self) -> MODE7R | [src] |
Bits 28:29 - Port n.7 mode bits
pub fn cnf7(&self) -> CNF7R | [src] |
Bits 30:31 - Port n.7 configuration bits
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)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> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)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]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |