Struct nrf52832_hal::pac::ppi::chen::W

source ·
pub struct W(/* private fields */);
Expand description

Register CHEN writer

Implementations§

source§

impl W

source

pub fn ch0(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH0_A, BitM, 0>

Bit 0 - Enable or disable channel 0

source

pub fn ch1(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH1_A, BitM, 1>

Bit 1 - Enable or disable channel 1

source

pub fn ch2(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH2_A, BitM, 2>

Bit 2 - Enable or disable channel 2

source

pub fn ch3(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH3_A, BitM, 3>

Bit 3 - Enable or disable channel 3

source

pub fn ch4(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH4_A, BitM, 4>

Bit 4 - Enable or disable channel 4

source

pub fn ch5(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH5_A, BitM, 5>

Bit 5 - Enable or disable channel 5

source

pub fn ch6(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH6_A, BitM, 6>

Bit 6 - Enable or disable channel 6

source

pub fn ch7(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH7_A, BitM, 7>

Bit 7 - Enable or disable channel 7

source

pub fn ch8(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH8_A, BitM, 8>

Bit 8 - Enable or disable channel 8

source

pub fn ch9(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH9_A, BitM, 9>

Bit 9 - Enable or disable channel 9

source

pub fn ch10(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH10_A, BitM, 10>

Bit 10 - Enable or disable channel 10

source

pub fn ch11(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH11_A, BitM, 11>

Bit 11 - Enable or disable channel 11

source

pub fn ch12(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH12_A, BitM, 12>

Bit 12 - Enable or disable channel 12

source

pub fn ch13(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH13_A, BitM, 13>

Bit 13 - Enable or disable channel 13

source

pub fn ch14(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH14_A, BitM, 14>

Bit 14 - Enable or disable channel 14

source

pub fn ch15(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH15_A, BitM, 15>

Bit 15 - Enable or disable channel 15

source

pub fn ch16(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH16_A, BitM, 16>

Bit 16 - Enable or disable channel 16

source

pub fn ch17(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH17_A, BitM, 17>

Bit 17 - Enable or disable channel 17

source

pub fn ch18(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH18_A, BitM, 18>

Bit 18 - Enable or disable channel 18

source

pub fn ch19(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH19_A, BitM, 19>

Bit 19 - Enable or disable channel 19

source

pub fn ch20(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH20_A, BitM, 20>

Bit 20 - Enable or disable channel 20

source

pub fn ch21(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH21_A, BitM, 21>

Bit 21 - Enable or disable channel 21

source

pub fn ch22(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH22_A, BitM, 22>

Bit 22 - Enable or disable channel 22

source

pub fn ch23(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH23_A, BitM, 23>

Bit 23 - Enable or disable channel 23

source

pub fn ch24(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH24_A, BitM, 24>

Bit 24 - Enable or disable channel 24

source

pub fn ch25(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH25_A, BitM, 25>

Bit 25 - Enable or disable channel 25

source

pub fn ch26(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH26_A, BitM, 26>

Bit 26 - Enable or disable channel 26

source

pub fn ch27(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH27_A, BitM, 27>

Bit 27 - Enable or disable channel 27

source

pub fn ch28(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH28_A, BitM, 28>

Bit 28 - Enable or disable channel 28

source

pub fn ch29(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH29_A, BitM, 29>

Bit 29 - Enable or disable channel 29

source

pub fn ch30(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH30_A, BitM, 30>

Bit 30 - Enable or disable channel 30

source

pub fn ch31(&mut self) -> BitWriterRaw<'_, u32, CHEN_SPEC, CH31_A, BitM, 31>

Bit 31 - Enable or disable channel 31

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register.

Methods from Deref<Target = W<CHEN_SPEC>>§

source

pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>

Writes raw bits to the register.

Trait Implementations§

source§

impl Deref for W

§

type Target = W<CHEN_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &<W as Deref>::Target

Dereferences the value.
source§

impl DerefMut for W

source§

fn deref_mut(&mut self) -> &mut <W as Deref>::Target

Mutably dereferences the value.
source§

impl From<W<CHEN_SPEC>> for W

source§

fn from(writer: W<CHEN_SPEC>) -> W

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for W

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Az for T

source§

fn az<Dst>(self) -> Dst
where T: Cast<Dst>,

Casts the value.
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<Src, Dst> CastFrom<Src> for Dst
where Src: Cast<Dst>,

source§

fn cast_from(src: Src) -> Dst

Casts the value.
source§

impl<T> CheckedAs for T

source§

fn checked_as<Dst>(self) -> Option<Dst>
where T: CheckedCast<Dst>,

Casts the value.
source§

impl<Src, Dst> CheckedCastFrom<Src> for Dst
where Src: CheckedCast<Dst>,

source§

fn checked_cast_from(src: Src) -> Option<Dst>

Casts the value.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Src, Dst> LosslessTryInto<Dst> for Src
where Dst: LosslessTryFrom<Src>,

source§

fn lossless_try_into(self) -> Option<Dst>

Performs the conversion.
source§

impl<Src, Dst> LossyInto<Dst> for Src
where Dst: LossyFrom<Src>,

source§

fn lossy_into(self) -> Dst

Performs the conversion.
source§

impl<T> OverflowingAs for T

source§

fn overflowing_as<Dst>(self) -> (Dst, bool)
where T: OverflowingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> OverflowingCastFrom<Src> for Dst
where Src: OverflowingCast<Dst>,

source§

fn overflowing_cast_from(src: Src) -> (Dst, bool)

Casts the value.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> SaturatingAs for T

source§

fn saturating_as<Dst>(self) -> Dst
where T: SaturatingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> SaturatingCastFrom<Src> for Dst
where Src: SaturatingCast<Dst>,

source§

fn saturating_cast_from(src: Src) -> Dst

Casts the value.
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> UnwrappedAs for T

source§

fn unwrapped_as<Dst>(self) -> Dst
where T: UnwrappedCast<Dst>,

Casts the value.
source§

impl<Src, Dst> UnwrappedCastFrom<Src> for Dst
where Src: UnwrappedCast<Dst>,

source§

fn unwrapped_cast_from(src: Src) -> Dst

Casts the value.
source§

impl<T> WrappingAs for T

source§

fn wrapping_as<Dst>(self) -> Dst
where T: WrappingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> WrappingCastFrom<Src> for Dst
where Src: WrappingCast<Dst>,

source§

fn wrapping_cast_from(src: Src) -> Dst

Casts the value.