[−][src]Enum lpc55s6x_pac::inputmux::dma1_itrig_inmux::INPR
Possible values of the field INP
Variants
VAL0
Pin interrupt 0
VAL1
Pin interrupt 1
VAL2
Pin interrupt 2
VAL3
Pin interrupt 3
VAL4
Timer CTIMER0 Match 0
VAL5
Timer CTIMER0 Match 1
VAL6
Timer CTIMER2 Match 0
VAL7
Timer CTIMER4 Match 0
VAL8
DMA1 output trigger mux 0
VAL9
DMA1 output trigger mux 1
VAL10
DMA1 output trigger mux 2
VAL11
DMA1 output trigger mux 3
VAL12
SCT0 DMA request 0
VAL13
SCT0 DMA request 1
VAL14
HASH DMA RX trigger
VAL15
None
Methods
impl INPR
[src]
pub fn bits(&self) -> u8
[src]
Value of the field as raw bits
pub fn is_val0(&self) -> bool
[src]
Checks if the value of the field is VAL0
pub fn is_val1(&self) -> bool
[src]
Checks if the value of the field is VAL1
pub fn is_val2(&self) -> bool
[src]
Checks if the value of the field is VAL2
pub fn is_val3(&self) -> bool
[src]
Checks if the value of the field is VAL3
pub fn is_val4(&self) -> bool
[src]
Checks if the value of the field is VAL4
pub fn is_val5(&self) -> bool
[src]
Checks if the value of the field is VAL5
pub fn is_val6(&self) -> bool
[src]
Checks if the value of the field is VAL6
pub fn is_val7(&self) -> bool
[src]
Checks if the value of the field is VAL7
pub fn is_val8(&self) -> bool
[src]
Checks if the value of the field is VAL8
pub fn is_val9(&self) -> bool
[src]
Checks if the value of the field is VAL9
pub fn is_val10(&self) -> bool
[src]
Checks if the value of the field is VAL10
pub fn is_val11(&self) -> bool
[src]
Checks if the value of the field is VAL11
pub fn is_val12(&self) -> bool
[src]
Checks if the value of the field is VAL12
pub fn is_val13(&self) -> bool
[src]
Checks if the value of the field is VAL13
pub fn is_val14(&self) -> bool
[src]
Checks if the value of the field is VAL14
pub fn is_val15(&self) -> bool
[src]
Checks if the value of the field is VAL15
Trait Implementations
impl PartialEq<INPR> for INPR
[src]
fn eq(&self, other: &INPR) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl Copy for INPR
[src]
impl Debug for INPR
[src]
impl Clone for INPR
[src]
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