[][src]Struct nrf52810_pac::ppi::chenset::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 ch0(&mut self) -> _CH0W[src]

Bit 0 - Channel 0 enable set register. Writing '0' has no effect

pub fn ch1(&mut self) -> _CH1W[src]

Bit 1 - Channel 1 enable set register. Writing '0' has no effect

pub fn ch2(&mut self) -> _CH2W[src]

Bit 2 - Channel 2 enable set register. Writing '0' has no effect

pub fn ch3(&mut self) -> _CH3W[src]

Bit 3 - Channel 3 enable set register. Writing '0' has no effect

pub fn ch4(&mut self) -> _CH4W[src]

Bit 4 - Channel 4 enable set register. Writing '0' has no effect

pub fn ch5(&mut self) -> _CH5W[src]

Bit 5 - Channel 5 enable set register. Writing '0' has no effect

pub fn ch6(&mut self) -> _CH6W[src]

Bit 6 - Channel 6 enable set register. Writing '0' has no effect

pub fn ch7(&mut self) -> _CH7W[src]

Bit 7 - Channel 7 enable set register. Writing '0' has no effect

pub fn ch8(&mut self) -> _CH8W[src]

Bit 8 - Channel 8 enable set register. Writing '0' has no effect

pub fn ch9(&mut self) -> _CH9W[src]

Bit 9 - Channel 9 enable set register. Writing '0' has no effect

pub fn ch10(&mut self) -> _CH10W[src]

Bit 10 - Channel 10 enable set register. Writing '0' has no effect

pub fn ch11(&mut self) -> _CH11W[src]

Bit 11 - Channel 11 enable set register. Writing '0' has no effect

pub fn ch12(&mut self) -> _CH12W[src]

Bit 12 - Channel 12 enable set register. Writing '0' has no effect

pub fn ch13(&mut self) -> _CH13W[src]

Bit 13 - Channel 13 enable set register. Writing '0' has no effect

pub fn ch14(&mut self) -> _CH14W[src]

Bit 14 - Channel 14 enable set register. Writing '0' has no effect

pub fn ch15(&mut self) -> _CH15W[src]

Bit 15 - Channel 15 enable set register. Writing '0' has no effect

pub fn ch16(&mut self) -> _CH16W[src]

Bit 16 - Channel 16 enable set register. Writing '0' has no effect

pub fn ch17(&mut self) -> _CH17W[src]

Bit 17 - Channel 17 enable set register. Writing '0' has no effect

pub fn ch18(&mut self) -> _CH18W[src]

Bit 18 - Channel 18 enable set register. Writing '0' has no effect

pub fn ch19(&mut self) -> _CH19W[src]

Bit 19 - Channel 19 enable set register. Writing '0' has no effect

pub fn ch20(&mut self) -> _CH20W[src]

Bit 20 - Channel 20 enable set register. Writing '0' has no effect

pub fn ch21(&mut self) -> _CH21W[src]

Bit 21 - Channel 21 enable set register. Writing '0' has no effect

pub fn ch22(&mut self) -> _CH22W[src]

Bit 22 - Channel 22 enable set register. Writing '0' has no effect

pub fn ch23(&mut self) -> _CH23W[src]

Bit 23 - Channel 23 enable set register. Writing '0' has no effect

pub fn ch24(&mut self) -> _CH24W[src]

Bit 24 - Channel 24 enable set register. Writing '0' has no effect

pub fn ch25(&mut self) -> _CH25W[src]

Bit 25 - Channel 25 enable set register. Writing '0' has no effect

pub fn ch26(&mut self) -> _CH26W[src]

Bit 26 - Channel 26 enable set register. Writing '0' has no effect

pub fn ch27(&mut self) -> _CH27W[src]

Bit 27 - Channel 27 enable set register. Writing '0' has no effect

pub fn ch28(&mut self) -> _CH28W[src]

Bit 28 - Channel 28 enable set register. Writing '0' has no effect

pub fn ch29(&mut self) -> _CH29W[src]

Bit 29 - Channel 29 enable set register. Writing '0' has no effect

pub fn ch30(&mut self) -> _CH30W[src]

Bit 30 - Channel 30 enable set register. Writing '0' has no effect

pub fn ch31(&mut self) -> _CH31W[src]

Bit 31 - Channel 31 enable set register. Writing '0' has no effect

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]