Struct nrf51_hal::pac::ppi::chg::W

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

Register CHG[%s] writer

Implementations§

source§

impl W

source

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

Bit 0 - Include CH0 in channel group.

source

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

Bit 1 - Include CH1 in channel group.

source

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

Bit 2 - Include CH2 in channel group.

source

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

Bit 3 - Include CH3 in channel group.

source

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

Bit 4 - Include CH4 in channel group.

source

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

Bit 5 - Include CH5 in channel group.

source

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

Bit 6 - Include CH6 in channel group.

source

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

Bit 7 - Include CH7 in channel group.

source

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

Bit 8 - Include CH8 in channel group.

source

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

Bit 9 - Include CH9 in channel group.

source

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

Bit 10 - Include CH10 in channel group.

source

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

Bit 11 - Include CH11 in channel group.

source

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

Bit 12 - Include CH12 in channel group.

source

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

Bit 13 - Include CH13 in channel group.

source

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

Bit 14 - Include CH14 in channel group.

source

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

Bit 15 - Include CH15 in channel group.

source

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

Bit 20 - Include CH20 in channel group.

source

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

Bit 21 - Include CH21 in channel group.

source

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

Bit 22 - Include CH22 in channel group.

source

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

Bit 23 - Include CH23 in channel group.

source

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

Bit 24 - Include CH24 in channel group.

source

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

Bit 25 - Include CH25 in channel group.

source

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

Bit 26 - Include CH26 in channel group.

source

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

Bit 27 - Include CH27 in channel group.

source

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

Bit 28 - Include CH28 in channel group.

source

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

Bit 29 - Include CH29 in channel group.

source

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

Bit 30 - Include CH30 in channel group.

source

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

Bit 31 - Include CH31 in channel group.

source

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

Writes raw bits to the register.

Methods from Deref<Target = W<CHG_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<CHG_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<CHG_SPEC>> for W

source§

fn from(writer: W<CHG_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.