[−][src]Struct stm32l4x6::gpioc::idr::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 idr15(&self) -> IDR15R[src]
pub fn idr15(&self) -> IDR15RBit 15 - Port input data (y = 0..15)
pub fn idr14(&self) -> IDR14R[src]
pub fn idr14(&self) -> IDR14RBit 14 - Port input data (y = 0..15)
pub fn idr13(&self) -> IDR13R[src]
pub fn idr13(&self) -> IDR13RBit 13 - Port input data (y = 0..15)
pub fn idr12(&self) -> IDR12R[src]
pub fn idr12(&self) -> IDR12RBit 12 - Port input data (y = 0..15)
pub fn idr11(&self) -> IDR11R[src]
pub fn idr11(&self) -> IDR11RBit 11 - Port input data (y = 0..15)
pub fn idr10(&self) -> IDR10R[src]
pub fn idr10(&self) -> IDR10RBit 10 - Port input data (y = 0..15)
pub fn idr9(&self) -> IDR9R[src]
pub fn idr9(&self) -> IDR9RBit 9 - Port input data (y = 0..15)
pub fn idr8(&self) -> IDR8R[src]
pub fn idr8(&self) -> IDR8RBit 8 - Port input data (y = 0..15)
pub fn idr7(&self) -> IDR7R[src]
pub fn idr7(&self) -> IDR7RBit 7 - Port input data (y = 0..15)
pub fn idr6(&self) -> IDR6R[src]
pub fn idr6(&self) -> IDR6RBit 6 - Port input data (y = 0..15)
pub fn idr5(&self) -> IDR5R[src]
pub fn idr5(&self) -> IDR5RBit 5 - Port input data (y = 0..15)
pub fn idr4(&self) -> IDR4R[src]
pub fn idr4(&self) -> IDR4RBit 4 - Port input data (y = 0..15)
pub fn idr3(&self) -> IDR3R[src]
pub fn idr3(&self) -> IDR3RBit 3 - Port input data (y = 0..15)
pub fn idr2(&self) -> IDR2R[src]
pub fn idr2(&self) -> IDR2RBit 2 - Port input data (y = 0..15)
pub fn idr1(&self) -> IDR1R[src]
pub fn idr1(&self) -> IDR1RBit 1 - Port input data (y = 0..15)
pub fn idr0(&self) -> IDR0R[src]
pub fn idr0(&self) -> IDR0RBit 0 - Port input 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