[][src]Struct stm32l1xx_hal::stm32::ri::icr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn ic4(&self) -> IC4R[src]

Bit 21 - IC4

pub fn ic3(&self) -> IC3R[src]

Bit 20 - IC3

pub fn ic2(&self) -> IC2R[src]

Bit 19 - IC2

pub fn ic1(&self) -> IC1R[src]

Bit 18 - IC1

pub fn tim(&self) -> TIMR[src]

Bits 16:17 - Timer select bits

pub fn ic4ios(&self) -> IC4IOSR[src]

Bits 12:15 - Input capture 4 select bits

pub fn ic3ios(&self) -> IC3IOSR[src]

Bits 8:11 - Input capture 3 select bits

pub fn ic2ios(&self) -> IC2IOSR[src]

Bits 4:7 - Input capture 2 select bits

pub fn ic1ios(&self) -> IC1IOSR[src]

Bits 0:3 - Input capture 1 select bits

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]