[−][src]Enum lpc55s6x_pac::plu::output_mux::OUTPUTNR
Possible values of the field OUTPUTn
Variants
PLU_OUTPUT0The PLU output 0.
PLU_OUTPUT1The PLU output 1.
PLU_OUTPUT2The PLU output 2.
PLU_OUTPUT3The PLU output 3.
PLU_OUTPUT4The PLU output 4.
PLU_OUTPUT5The PLU output 5.
PLU_OUTPUT6The PLU output 6.
PLU_OUTPUT7The PLU output 7.
PLU_OUTPUT8The PLU output 8.
PLU_OUTPUT9The PLU output 9.
PLU_OUTPUT10The PLU output 10.
PLU_OUTPUT11The PLU output 11.
PLU_OUTPUT12The PLU output 12.
PLU_OUTPUT13The PLU output 13.
PLU_OUTPUT14The PLU output 14.
PLU_OUTPUT15The PLU output 15.
PLU_OUTPUT16The PLU output 16.
PLU_OUTPUT17The PLU output 17.
PLU_OUTPUT18The PLU output 18.
PLU_OUTPUT19The PLU output 19.
PLU_OUTPUT20The PLU output 20.
PLU_OUTPUT21The PLU output 21.
PLU_OUTPUT22The PLU output 22.
PLU_OUTPUT23The PLU output 23.
PLU_OUTPUT24The PLU output 24.
PLU_OUTPUT25The PLU output 25.
STATE0state(0).
STATE1state(1).
STATE2state(2).
STATE3state(3).
_Reserved(u8)Reserved
Methods
impl OUTPUTNR[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_plu_output0(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT0
pub fn is_plu_output1(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT1
pub fn is_plu_output2(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT2
pub fn is_plu_output3(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT3
pub fn is_plu_output4(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT4
pub fn is_plu_output5(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT5
pub fn is_plu_output6(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT6
pub fn is_plu_output7(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT7
pub fn is_plu_output8(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT8
pub fn is_plu_output9(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT9
pub fn is_plu_output10(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT10
pub fn is_plu_output11(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT11
pub fn is_plu_output12(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT12
pub fn is_plu_output13(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT13
pub fn is_plu_output14(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT14
pub fn is_plu_output15(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT15
pub fn is_plu_output16(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT16
pub fn is_plu_output17(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT17
pub fn is_plu_output18(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT18
pub fn is_plu_output19(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT19
pub fn is_plu_output20(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT20
pub fn is_plu_output21(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT21
pub fn is_plu_output22(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT22
pub fn is_plu_output23(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT23
pub fn is_plu_output24(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT24
pub fn is_plu_output25(&self) -> bool[src]
Checks if the value of the field is PLU_OUTPUT25
pub fn is_state0(&self) -> bool[src]
Checks if the value of the field is STATE0
pub fn is_state1(&self) -> bool[src]
Checks if the value of the field is STATE1
pub fn is_state2(&self) -> bool[src]
Checks if the value of the field is STATE2
pub fn is_state3(&self) -> bool[src]
Checks if the value of the field is STATE3
Trait Implementations
impl PartialEq<OUTPUTNR> for OUTPUTNR[src]
impl Copy for OUTPUTNR[src]
impl Debug for OUTPUTNR[src]
impl Clone for OUTPUTNR[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