[−][src]Struct lpc55s6x_pac::sct0::input::R
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 - Input 0 state. Input 0 state on the last SCT clock edge.
pub fn ain1(&self) -> AIN1R
[src]
Bit 1 - Input 1 state. Input 1 state on the last SCT clock edge.
pub fn ain2(&self) -> AIN2R
[src]
Bit 2 - Input 2 state. Input 2 state on the last SCT clock edge.
pub fn ain3(&self) -> AIN3R
[src]
Bit 3 - Input 3 state. Input 3 state on the last SCT clock edge.
pub fn ain4(&self) -> AIN4R
[src]
Bit 4 - Input 4 state. Input 4 state on the last SCT clock edge.
pub fn ain5(&self) -> AIN5R
[src]
Bit 5 - Input 5 state. Input 5 state on the last SCT clock edge.
pub fn ain6(&self) -> AIN6R
[src]
Bit 6 - Input 6 state. Input 6 state on the last SCT clock edge.
pub fn ain7(&self) -> AIN7R
[src]
Bit 7 - Input 7 state. Input 7 state on the last SCT clock edge.
pub fn ain8(&self) -> AIN8R
[src]
Bit 8 - Input 8 state. Input 8 state on the last SCT clock edge.
pub fn ain9(&self) -> AIN9R
[src]
Bit 9 - Input 9 state. Input 9 state on the last SCT clock edge.
pub fn ain10(&self) -> AIN10R
[src]
Bit 10 - Input 10 state. Input 10 state on the last SCT clock edge.
pub fn ain11(&self) -> AIN11R
[src]
Bit 11 - Input 11 state. Input 11 state on the last SCT clock edge.
pub fn ain12(&self) -> AIN12R
[src]
Bit 12 - Input 12 state. Input 12 state on the last SCT clock edge.
pub fn ain13(&self) -> AIN13R
[src]
Bit 13 - Input 13 state. Input 13 state on the last SCT clock edge.
pub fn ain14(&self) -> AIN14R
[src]
Bit 14 - Input 14 state. Input 14 state on the last SCT clock edge.
pub fn ain15(&self) -> AIN15R
[src]
Bit 15 - Input 15 state. Input 15 state on the last SCT clock edge.
pub fn sin0(&self) -> SIN0R
[src]
Bit 16 - Input 0 state. Input 0 state following the synchronization specified by INSYNC.
pub fn sin1(&self) -> SIN1R
[src]
Bit 17 - Input 1 state. Input 1 state following the synchronization specified by INSYNC.
pub fn sin2(&self) -> SIN2R
[src]
Bit 18 - Input 2 state. Input 2 state following the synchronization specified by INSYNC.
pub fn sin3(&self) -> SIN3R
[src]
Bit 19 - Input 3 state. Input 3 state following the synchronization specified by INSYNC.
pub fn sin4(&self) -> SIN4R
[src]
Bit 20 - Input 4 state. Input 4 state following the synchronization specified by INSYNC.
pub fn sin5(&self) -> SIN5R
[src]
Bit 21 - Input 5 state. Input 5 state following the synchronization specified by INSYNC.
pub fn sin6(&self) -> SIN6R
[src]
Bit 22 - Input 6 state. Input 6 state following the synchronization specified by INSYNC.
pub fn sin7(&self) -> SIN7R
[src]
Bit 23 - Input 7 state. Input 7 state following the synchronization specified by INSYNC.
pub fn sin8(&self) -> SIN8R
[src]
Bit 24 - Input 8 state. Input 8 state following the synchronization specified by INSYNC.
pub fn sin9(&self) -> SIN9R
[src]
Bit 25 - Input 9 state. Input 9 state following the synchronization specified by INSYNC.
pub fn sin10(&self) -> SIN10R
[src]
Bit 26 - Input 10 state. Input 10 state following the synchronization specified by INSYNC.
pub fn sin11(&self) -> SIN11R
[src]
Bit 27 - Input 11 state. Input 11 state following the synchronization specified by INSYNC.
pub fn sin12(&self) -> SIN12R
[src]
Bit 28 - Input 12 state. Input 12 state following the synchronization specified by INSYNC.
pub fn sin13(&self) -> SIN13R
[src]
Bit 29 - Input 13 state. Input 13 state following the synchronization specified by INSYNC.
pub fn sin14(&self) -> SIN14R
[src]
Bit 30 - Input 14 state. Input 14 state following the synchronization specified by INSYNC.
pub fn sin15(&self) -> SIN15R
[src]
Bit 31 - Input 15 state. Input 15 state following the synchronization specified by INSYNC.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self