W

Struct W 

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

Register RAM_COM1 writer

Implementations§

Source§

impl W

Source

pub fn s31(&mut self) -> S31_W<'_>

Bit 31 - S31

Source

pub fn s30(&mut self) -> S30_W<'_>

Bit 30 - S30

Source

pub fn s29(&mut self) -> S29_W<'_>

Bit 29 - S29

Source

pub fn s28(&mut self) -> S28_W<'_>

Bit 28 - S28

Source

pub fn s27(&mut self) -> S27_W<'_>

Bit 27 - S27

Source

pub fn s26(&mut self) -> S26_W<'_>

Bit 26 - S26

Source

pub fn s25(&mut self) -> S25_W<'_>

Bit 25 - S25

Source

pub fn s24(&mut self) -> S24_W<'_>

Bit 24 - S24

Source

pub fn s23(&mut self) -> S23_W<'_>

Bit 23 - S23

Source

pub fn s22(&mut self) -> S22_W<'_>

Bit 22 - S22

Source

pub fn s21(&mut self) -> S21_W<'_>

Bit 21 - S21

Source

pub fn s20(&mut self) -> S20_W<'_>

Bit 20 - S20

Source

pub fn s19(&mut self) -> S19_W<'_>

Bit 19 - S19

Source

pub fn s18(&mut self) -> S18_W<'_>

Bit 18 - S18

Source

pub fn s17(&mut self) -> S17_W<'_>

Bit 17 - S17

Source

pub fn s16(&mut self) -> S16_W<'_>

Bit 16 - S16

Source

pub fn s15(&mut self) -> S15_W<'_>

Bit 15 - S15

Source

pub fn s14(&mut self) -> S14_W<'_>

Bit 14 - S14

Source

pub fn s13(&mut self) -> S13_W<'_>

Bit 13 - S13

Source

pub fn s12(&mut self) -> S12_W<'_>

Bit 12 - S12

Source

pub fn s11(&mut self) -> S11_W<'_>

Bit 11 - S11

Source

pub fn s10(&mut self) -> S10_W<'_>

Bit 10 - S10

Source

pub fn s09(&mut self) -> S09_W<'_>

Bit 9 - S09

Source

pub fn s08(&mut self) -> S08_W<'_>

Bit 8 - S08

Source

pub fn s07(&mut self) -> S07_W<'_>

Bit 7 - S07

Source

pub fn s06(&mut self) -> S06_W<'_>

Bit 6 - S06

Source

pub fn s05(&mut self) -> S05_W<'_>

Bit 5 - S05

Source

pub fn s04(&mut self) -> S04_W<'_>

Bit 4 - S04

Source

pub fn s03(&mut self) -> S03_W<'_>

Bit 3 - S03

Source

pub fn s02(&mut self) -> S02_W<'_>

Bit 2 - S02

Source

pub fn s01(&mut self) -> S01_W<'_>

Bit 1 - S01

Source

pub fn s00(&mut self) -> S00_W<'_>

Bit 0 - S00

Source

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

Writes raw bits to the register.

Methods from Deref<Target = W<RAM_COM1_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

Source§

type Target = W<RAM_COM1_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<RAM_COM1_SPEC>> for W

Source§

fn from(writer: W<RAM_COM1_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> 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<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<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.
Source§

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

Source§

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>,

Source§

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.