[−][src]Struct stm32l4x6::gpioc::moder::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn moder15(&self) -> MODER15R
[src]
pub fn moder15(&self) -> MODER15R
Bits 30:31 - Port x configuration bits (y = 0..15)
pub fn moder14(&self) -> MODER14R
[src]
pub fn moder14(&self) -> MODER14R
Bits 28:29 - Port x configuration bits (y = 0..15)
pub fn moder13(&self) -> MODER13R
[src]
pub fn moder13(&self) -> MODER13R
Bits 26:27 - Port x configuration bits (y = 0..15)
pub fn moder12(&self) -> MODER12R
[src]
pub fn moder12(&self) -> MODER12R
Bits 24:25 - Port x configuration bits (y = 0..15)
pub fn moder11(&self) -> MODER11R
[src]
pub fn moder11(&self) -> MODER11R
Bits 22:23 - Port x configuration bits (y = 0..15)
pub fn moder10(&self) -> MODER10R
[src]
pub fn moder10(&self) -> MODER10R
Bits 20:21 - Port x configuration bits (y = 0..15)
pub fn moder9(&self) -> MODER9R
[src]
pub fn moder9(&self) -> MODER9R
Bits 18:19 - Port x configuration bits (y = 0..15)
pub fn moder8(&self) -> MODER8R
[src]
pub fn moder8(&self) -> MODER8R
Bits 16:17 - Port x configuration bits (y = 0..15)
pub fn moder7(&self) -> MODER7R
[src]
pub fn moder7(&self) -> MODER7R
Bits 14:15 - Port x configuration bits (y = 0..15)
pub fn moder6(&self) -> MODER6R
[src]
pub fn moder6(&self) -> MODER6R
Bits 12:13 - Port x configuration bits (y = 0..15)
pub fn moder5(&self) -> MODER5R
[src]
pub fn moder5(&self) -> MODER5R
Bits 10:11 - Port x configuration bits (y = 0..15)
pub fn moder4(&self) -> MODER4R
[src]
pub fn moder4(&self) -> MODER4R
Bits 8:9 - Port x configuration bits (y = 0..15)
pub fn moder3(&self) -> MODER3R
[src]
pub fn moder3(&self) -> MODER3R
Bits 6:7 - Port x configuration bits (y = 0..15)
pub fn moder2(&self) -> MODER2R
[src]
pub fn moder2(&self) -> MODER2R
Bits 4:5 - Port x configuration bits (y = 0..15)
pub fn moder1(&self) -> MODER1R
[src]
pub fn moder1(&self) -> MODER1R
Bits 2:3 - Port x configuration bits (y = 0..15)
pub fn moder0(&self) -> MODER0R
[src]
pub fn moder0(&self) -> MODER0R
Bits 0:1 - Port x configuration bits (y = 0..15)
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
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]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
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
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
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]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more