[−][src]Struct stm32l4x6::gpioc::odr::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn odr15(&self) -> ODR15R[src]
pub fn odr15(&self) -> ODR15RBit 15 - Port output data (y = 0..15)
pub fn odr14(&self) -> ODR14R[src]
pub fn odr14(&self) -> ODR14RBit 14 - Port output data (y = 0..15)
pub fn odr13(&self) -> ODR13R[src]
pub fn odr13(&self) -> ODR13RBit 13 - Port output data (y = 0..15)
pub fn odr12(&self) -> ODR12R[src]
pub fn odr12(&self) -> ODR12RBit 12 - Port output data (y = 0..15)
pub fn odr11(&self) -> ODR11R[src]
pub fn odr11(&self) -> ODR11RBit 11 - Port output data (y = 0..15)
pub fn odr10(&self) -> ODR10R[src]
pub fn odr10(&self) -> ODR10RBit 10 - Port output data (y = 0..15)
pub fn odr9(&self) -> ODR9R[src]
pub fn odr9(&self) -> ODR9RBit 9 - Port output data (y = 0..15)
pub fn odr8(&self) -> ODR8R[src]
pub fn odr8(&self) -> ODR8RBit 8 - Port output data (y = 0..15)
pub fn odr7(&self) -> ODR7R[src]
pub fn odr7(&self) -> ODR7RBit 7 - Port output data (y = 0..15)
pub fn odr6(&self) -> ODR6R[src]
pub fn odr6(&self) -> ODR6RBit 6 - Port output data (y = 0..15)
pub fn odr5(&self) -> ODR5R[src]
pub fn odr5(&self) -> ODR5RBit 5 - Port output data (y = 0..15)
pub fn odr4(&self) -> ODR4R[src]
pub fn odr4(&self) -> ODR4RBit 4 - Port output data (y = 0..15)
pub fn odr3(&self) -> ODR3R[src]
pub fn odr3(&self) -> ODR3RBit 3 - Port output data (y = 0..15)
pub fn odr2(&self) -> ODR2R[src]
pub fn odr2(&self) -> ODR2RBit 2 - Port output data (y = 0..15)
pub fn odr1(&self) -> ODR1R[src]
pub fn odr1(&self) -> ODR1RBit 1 - Port output data (y = 0..15)
pub fn odr0(&self) -> ODR0R[src]
pub fn odr0(&self) -> ODR0RBit 0 - Port output data (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 Timpl<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 TMutably 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