[][src]Struct nrf52810_pac::ppi::chg::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 - Include or exclude channel 0

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

Bit 1 - Include or exclude channel 1

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

Bit 2 - Include or exclude channel 2

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

Bit 3 - Include or exclude channel 3

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

Bit 4 - Include or exclude channel 4

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

Bit 5 - Include or exclude channel 5

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

Bit 6 - Include or exclude channel 6

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

Bit 7 - Include or exclude channel 7

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

Bit 8 - Include or exclude channel 8

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

Bit 9 - Include or exclude channel 9

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

Bit 10 - Include or exclude channel 10

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

Bit 11 - Include or exclude channel 11

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

Bit 12 - Include or exclude channel 12

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

Bit 13 - Include or exclude channel 13

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

Bit 14 - Include or exclude channel 14

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

Bit 15 - Include or exclude channel 15

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

Bit 16 - Include or exclude channel 16

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

Bit 17 - Include or exclude channel 17

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

Bit 18 - Include or exclude channel 18

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

Bit 19 - Include or exclude channel 19

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

Bit 20 - Include or exclude channel 20

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

Bit 21 - Include or exclude channel 21

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

Bit 22 - Include or exclude channel 22

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

Bit 23 - Include or exclude channel 23

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

Bit 24 - Include or exclude channel 24

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

Bit 25 - Include or exclude channel 25

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

Bit 26 - Include or exclude channel 26

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

Bit 27 - Include or exclude channel 27

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

Bit 28 - Include or exclude channel 28

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

Bit 29 - Include or exclude channel 29

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

Bit 30 - Include or exclude channel 30

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

Bit 31 - Include or exclude channel 31

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]