[][src]Struct rp2040::io_bank0::gpio8_ctrl::FUNCSEL_W

pub struct FUNCSEL_W<'a> { /* fields omitted */ }

Write proxy for field FUNCSEL

Implementations

impl<'a> FUNCSEL_W<'a>[src]

pub fn variant(self, variant: FUNCSEL_A) -> &'a mut W[src]

Writes variant to the field

pub fn spi1_rx(self) -> &'a mut W[src]

1

pub fn uart1_tx(self) -> &'a mut W[src]

10

pub fn i2c0_sda(self) -> &'a mut W[src]

11

pub fn pwm_a_4(self) -> &'a mut W[src]

100

pub fn sio_8(self) -> &'a mut W[src]

101

pub fn pio0_8(self) -> &'a mut W[src]

110

pub fn pio1_8(self) -> &'a mut W[src]

111

pub fn usb_muxing_extphy_rcv(self) -> &'a mut W[src]

1000

pub fn usb_muxing_vbus_en(self) -> &'a mut W[src]

1001

pub fn null(self) -> &'a mut W[src]

11111

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for FUNCSEL_W<'a>[src]

impl<'a> !Sync for FUNCSEL_W<'a>[src]

impl<'a> Unpin for FUNCSEL_W<'a>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.