[][src]Struct efm32gg11b820::prs::routepen::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn ch0pen(&mut self) -> _CH0PENW[src]

Bit 0 - CH0 Pin Enable

pub fn ch1pen(&mut self) -> _CH1PENW[src]

Bit 1 - CH1 Pin Enable

pub fn ch2pen(&mut self) -> _CH2PENW[src]

Bit 2 - CH2 Pin Enable

pub fn ch3pen(&mut self) -> _CH3PENW[src]

Bit 3 - CH3 Pin Enable

pub fn ch4pen(&mut self) -> _CH4PENW[src]

Bit 4 - CH4 Pin Enable

pub fn ch5pen(&mut self) -> _CH5PENW[src]

Bit 5 - CH5 Pin Enable

pub fn ch6pen(&mut self) -> _CH6PENW[src]

Bit 6 - CH6 Pin Enable

pub fn ch7pen(&mut self) -> _CH7PENW[src]

Bit 7 - CH7 Pin Enable

pub fn ch8pen(&mut self) -> _CH8PENW[src]

Bit 8 - CH8 Pin Enable

pub fn ch9pen(&mut self) -> _CH9PENW[src]

Bit 9 - CH9 Pin Enable

pub fn ch10pen(&mut self) -> _CH10PENW[src]

Bit 10 - CH10 Pin Enable

pub fn ch11pen(&mut self) -> _CH11PENW[src]

Bit 11 - CH11 Pin Enable

pub fn ch12pen(&mut self) -> _CH12PENW[src]

Bit 12 - CH12 Pin Enable

pub fn ch13pen(&mut self) -> _CH13PENW[src]

Bit 13 - CH13 Pin Enable

pub fn ch14pen(&mut self) -> _CH14PENW[src]

Bit 14 - CH14 Pin Enable

pub fn ch15pen(&mut self) -> _CH15PENW[src]

Bit 15 - CH15 Pin Enable

pub fn ch16pen(&mut self) -> _CH16PENW[src]

Bit 16 - CH16 Pin Enable

pub fn ch17pen(&mut self) -> _CH17PENW[src]

Bit 17 - CH17 Pin Enable

pub fn ch18pen(&mut self) -> _CH18PENW[src]

Bit 18 - CH18 Pin Enable

pub fn ch19pen(&mut self) -> _CH19PENW[src]

Bit 19 - CH19 Pin Enable

pub fn ch20pen(&mut self) -> _CH20PENW[src]

Bit 20 - CH20 Pin Enable

pub fn ch21pen(&mut self) -> _CH21PENW[src]

Bit 21 - CH21 Pin Enable

pub fn ch22pen(&mut self) -> _CH22PENW[src]

Bit 22 - CH22 Pin Enable

pub fn ch23pen(&mut self) -> _CH23PENW[src]

Bit 23 - CH23 Pin Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self