[−][src]Enum lpc55s6x_pac::inputmux::sct0_inmux::INP_NR
Possible values of the field INP_N
Variants
VAL0
SCT_GPI0 function selected from IOCON register
VAL1
SCT_GPI1 function selected from IOCON register
VAL2
SCT_GPI2 function selected from IOCON register
VAL3
SCT_GPI3 function selected from IOCON register
VAL4
SCT_GPI4 function selected from IOCON register
VAL5
SCT_GPI5 function selected from IOCON register
VAL6
SCT_GPI6 function selected from IOCON register
VAL7
SCT_GPI7 function selected from IOCON register
VAL8
T0_OUT0 ctimer 0 match[0] output
VAL9
T1_OUT0 ctimer 1 match[0] output
VAL10
T2_OUT0 ctimer 2 match[0] output
VAL11
T3_OUT0 ctimer 3 match[0] output
VAL12
T4_OUT0 ctimer 4 match[0] output
VAL13
ADC_IRQ interrupt request from ADC
VAL14
GPIOINT_BMATCH
VAL15
USB0_FRAME_TOGGLE
VAL16
USB1_FRAME_TOGGLE
VAL17
COMP_OUTPUT output from analog comparator
VAL18
I2S_SHARED_SCK[0] output from I2S pin sharing
VAL19
I2S_SHARED_SCK[1] output from I2S pin sharing
VAL20
I2S_SHARED_WS[0] output from I2S pin sharing
VAL21
I2S_SHARED_WS[1] output from I2S pin sharing
VAL22
ARM_TXEV interrupt event from cpu0 or cpu1
VAL23
DEBUG_HALTED from cpu0 or cpu1
VAL24
None
_Reserved(u8)
Reserved
Methods
impl INP_NR
[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
pub fn is_val16(&self) -> bool
[src][−]
Checks if the value of the field is VAL16
pub fn is_val17(&self) -> bool
[src][−]
Checks if the value of the field is VAL17
pub fn is_val18(&self) -> bool
[src][−]
Checks if the value of the field is VAL18
pub fn is_val19(&self) -> bool
[src][−]
Checks if the value of the field is VAL19
pub fn is_val20(&self) -> bool
[src][−]
Checks if the value of the field is VAL20
pub fn is_val21(&self) -> bool
[src][−]
Checks if the value of the field is VAL21
pub fn is_val22(&self) -> bool
[src][−]
Checks if the value of the field is VAL22
pub fn is_val23(&self) -> bool
[src][−]
Checks if the value of the field is VAL23
pub fn is_val24(&self) -> bool
[src][−]
Checks if the value of the field is VAL24
Trait Implementations
impl PartialEq<INP_NR> for INP_NR
[src][+]
impl Copy for INP_NR
[src]
impl Debug for INP_NR
[src][+]
impl Clone for INP_NR
[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>,
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>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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