[][src]Struct efm32gg11b820::prs::swpulse::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 ch0pulse(&mut self) -> _CH0PULSEW[src]

Bit 0 - Channel 0 Pulse Generation

pub fn ch1pulse(&mut self) -> _CH1PULSEW[src]

Bit 1 - Channel 1 Pulse Generation

pub fn ch2pulse(&mut self) -> _CH2PULSEW[src]

Bit 2 - Channel 2 Pulse Generation

pub fn ch3pulse(&mut self) -> _CH3PULSEW[src]

Bit 3 - Channel 3 Pulse Generation

pub fn ch4pulse(&mut self) -> _CH4PULSEW[src]

Bit 4 - Channel 4 Pulse Generation

pub fn ch5pulse(&mut self) -> _CH5PULSEW[src]

Bit 5 - Channel 5 Pulse Generation

pub fn ch6pulse(&mut self) -> _CH6PULSEW[src]

Bit 6 - Channel 6 Pulse Generation

pub fn ch7pulse(&mut self) -> _CH7PULSEW[src]

Bit 7 - Channel 7 Pulse Generation

pub fn ch8pulse(&mut self) -> _CH8PULSEW[src]

Bit 8 - Channel 8 Pulse Generation

pub fn ch9pulse(&mut self) -> _CH9PULSEW[src]

Bit 9 - Channel 9 Pulse Generation

pub fn ch10pulse(&mut self) -> _CH10PULSEW[src]

Bit 10 - Channel 10 Pulse Generation

pub fn ch11pulse(&mut self) -> _CH11PULSEW[src]

Bit 11 - Channel 11 Pulse Generation

pub fn ch12pulse(&mut self) -> _CH12PULSEW[src]

Bit 12 - Channel 12 Pulse Generation

pub fn ch13pulse(&mut self) -> _CH13PULSEW[src]

Bit 13 - Channel 13 Pulse Generation

pub fn ch14pulse(&mut self) -> _CH14PULSEW[src]

Bit 14 - Channel 14 Pulse Generation

pub fn ch15pulse(&mut self) -> _CH15PULSEW[src]

Bit 15 - Channel 15 Pulse Generation

pub fn ch16pulse(&mut self) -> _CH16PULSEW[src]

Bit 16 - Channel 16 Pulse Generation

pub fn ch17pulse(&mut self) -> _CH17PULSEW[src]

Bit 17 - Channel 17 Pulse Generation

pub fn ch18pulse(&mut self) -> _CH18PULSEW[src]

Bit 18 - Channel 18 Pulse Generation

pub fn ch19pulse(&mut self) -> _CH19PULSEW[src]

Bit 19 - Channel 19 Pulse Generation

pub fn ch20pulse(&mut self) -> _CH20PULSEW[src]

Bit 20 - Channel 20 Pulse Generation

pub fn ch21pulse(&mut self) -> _CH21PULSEW[src]

Bit 21 - Channel 21 Pulse Generation

pub fn ch22pulse(&mut self) -> _CH22PULSEW[src]

Bit 22 - Channel 22 Pulse Generation

pub fn ch23pulse(&mut self) -> _CH23PULSEW[src]

Bit 23 - Channel 23 Pulse Generation

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