[][src]Struct nrf52832_hal::target::ppi::chen::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 W[src]

Writes raw bits to the register

pub fn ch0(&mut self) -> _CH0W[src]

Bit 0 - Enable or disable channel 0

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

Bit 1 - Enable or disable channel 1

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

Bit 2 - Enable or disable channel 2

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

Bit 3 - Enable or disable channel 3

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

Bit 4 - Enable or disable channel 4

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

Bit 5 - Enable or disable channel 5

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

Bit 6 - Enable or disable channel 6

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

Bit 7 - Enable or disable channel 7

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

Bit 8 - Enable or disable channel 8

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

Bit 9 - Enable or disable channel 9

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

Bit 10 - Enable or disable channel 10

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

Bit 11 - Enable or disable channel 11

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

Bit 12 - Enable or disable channel 12

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

Bit 13 - Enable or disable channel 13

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

Bit 14 - Enable or disable channel 14

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

Bit 15 - Enable or disable channel 15

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

Bit 16 - Enable or disable channel 16

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

Bit 17 - Enable or disable channel 17

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

Bit 18 - Enable or disable channel 18

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

Bit 19 - Enable or disable channel 19

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

Bit 20 - Enable or disable channel 20

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

Bit 21 - Enable or disable channel 21

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

Bit 22 - Enable or disable channel 22

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

Bit 23 - Enable or disable channel 23

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

Bit 24 - Enable or disable channel 24

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

Bit 25 - Enable or disable channel 25

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

Bit 26 - Enable or disable channel 26

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

Bit 27 - Enable or disable channel 27

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

Bit 28 - Enable or disable channel 28

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

Bit 29 - Enable or disable channel 29

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

Bit 30 - Enable or disable channel 30

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

Bit 31 - Enable or disable 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 = Infallible

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

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