[−][src]Struct lpc55_pac::plu::output_mux::OUTPUTN_W
Write proxy for field OUTPUTn
Implementations
impl<'a> OUTPUTN_W<'a>
[src][−]
pub fn variant(self, variant: OUTPUTN_A) -> &'a mut W
[src][−]
Writes variant
to the field
pub fn plu_output0(self) -> &'a mut W
[src][−]
The PLU output 0.
pub fn plu_output1(self) -> &'a mut W
[src][−]
The PLU output 1.
pub fn plu_output2(self) -> &'a mut W
[src][−]
The PLU output 2.
pub fn plu_output3(self) -> &'a mut W
[src][−]
The PLU output 3.
pub fn plu_output4(self) -> &'a mut W
[src][−]
The PLU output 4.
pub fn plu_output5(self) -> &'a mut W
[src][−]
The PLU output 5.
pub fn plu_output6(self) -> &'a mut W
[src][−]
The PLU output 6.
pub fn plu_output7(self) -> &'a mut W
[src][−]
The PLU output 7.
pub fn plu_output8(self) -> &'a mut W
[src][−]
The PLU output 8.
pub fn plu_output9(self) -> &'a mut W
[src][−]
The PLU output 9.
pub fn plu_output10(self) -> &'a mut W
[src][−]
The PLU output 10.
pub fn plu_output11(self) -> &'a mut W
[src][−]
The PLU output 11.
pub fn plu_output12(self) -> &'a mut W
[src][−]
The PLU output 12.
pub fn plu_output13(self) -> &'a mut W
[src][−]
The PLU output 13.
pub fn plu_output14(self) -> &'a mut W
[src][−]
The PLU output 14.
pub fn plu_output15(self) -> &'a mut W
[src][−]
The PLU output 15.
pub fn plu_output16(self) -> &'a mut W
[src][−]
The PLU output 16.
pub fn plu_output17(self) -> &'a mut W
[src][−]
The PLU output 17.
pub fn plu_output18(self) -> &'a mut W
[src][−]
The PLU output 18.
pub fn plu_output19(self) -> &'a mut W
[src][−]
The PLU output 19.
pub fn plu_output20(self) -> &'a mut W
[src][−]
The PLU output 20.
pub fn plu_output21(self) -> &'a mut W
[src][−]
The PLU output 21.
pub fn plu_output22(self) -> &'a mut W
[src][−]
The PLU output 22.
pub fn plu_output23(self) -> &'a mut W
[src][−]
The PLU output 23.
pub fn plu_output24(self) -> &'a mut W
[src][−]
The PLU output 24.
pub fn plu_output25(self) -> &'a mut W
[src][−]
The PLU output 25.
pub fn state0(self) -> &'a mut W
[src][−]
state(0).
pub fn state1(self) -> &'a mut W
[src][−]
state(1).
pub fn state2(self) -> &'a mut W
[src][−]
state(2).
pub fn state3(self) -> &'a mut W
[src][−]
state(3).
pub unsafe fn bits(self, value: u8) -> &'a mut W
[src][−]
Writes raw bits to the field
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,