[][src]Struct lpc81x_pac::sct::input::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 ain0(&self) -> AIN0R[src]

Bit 0 - Real-time status of input 0.

pub fn ain1(&self) -> AIN1R[src]

Bit 1 - Real-time status of input 1.

pub fn ain2(&self) -> AIN2R[src]

Bit 2 - Real-time status of input 2.

pub fn ain3(&self) -> AIN3R[src]

Bit 3 - Real-time status of input 3.

pub fn sin0(&self) -> SIN0R[src]

Bit 16 - Input 0 state synchronized to the SCT clock.

pub fn sin1(&self) -> SIN1R[src]

Bit 17 - Input 1 state synchronized to the SCT clock.

pub fn sin2(&self) -> SIN2R[src]

Bit 18 - Input 2 state synchronized to the SCT clock.

pub fn sin3(&self) -> SIN3R[src]

Bit 19 - Input 3 state synchronized to the SCT clock.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From<T> for 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]

impl<T> Same<T> for T

type Output = T

Should always be Self