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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W[src]

Writes raw bits to the register

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

Bit 21 - IC4

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

Bit 20 - IC3

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

Bit 19 - IC2

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

Bit 18 - IC1

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

Bits 16:17 - Timer select bits

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

Bits 12:15 - Input capture 4 select bits

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

Bits 8:11 - Input capture 3 select bits

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

Bits 4:7 - Input capture 2 select bits

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

Bits 0:3 - Input capture 1 select bits

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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]