[−][src]Enum lpc55s6x_pac::inputmux::timer3captsel::CAPTSELR   
Possible values of the field CAPTSEL
Variants
VAL0CT_INP0 function selected from IOCON register
VAL1CT_INP1 function selected from IOCON register
VAL2CT_INP2 function selected from IOCON register
VAL3CT_INP3 function selected from IOCON register
VAL4CT_INP4 function selected from IOCON register
VAL5CT_INP5 function selected from IOCON register
VAL6CT_INP6 function selected from IOCON register
VAL7CT_INP7 function selected from IOCON register
VAL8CT_INP8 function selected from IOCON register
VAL9CT_INP9 function selected from IOCON register
VAL10CT_INP10 function selected from IOCON register
VAL11CT_INP11 function selected from IOCON register
VAL12CT_INP12 function selected from IOCON register
VAL13CT_INP13 function selected from IOCON register
VAL14CT_INP14 function selected from IOCON register
VAL15CT_INP15 function selected from IOCON register
VAL16CT_INP16 function selected from IOCON register
VAL17CT_INP17 function selected from IOCON register
VAL18CT_INP18 function selected from IOCON register
VAL19CT_INP19 function selected from IOCON register
VAL20USB0_FRAME_TOGGLE
VAL21USB1_FRAME_TOGGLE
VAL22COMP_OUTPUT output from analog comparator
VAL23I2S_SHARED_WS[0] output from I2S pin sharing
VAL24I2S_SHARED_WS[1] output from I2S pin sharing
VAL25None
_Reserved(u8)Reserved
Methods
impl CAPTSELR[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
pub fn is_val25(&self) -> bool[src][−]
Checks if the value of the field is VAL25
Trait Implementations
impl PartialEq<CAPTSELR> for CAPTSELR[src][+]
impl Copy for CAPTSELR[src]
impl Debug for CAPTSELR[src][+]
impl Clone for CAPTSELR[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