Struct W

Source
pub struct W { /* private fields */ }
Expand description

Value to write to the register

Implementations§

Source§

impl W

Source

pub fn reset_value() -> W

Reset value of the register

Source

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

Writes raw bits to the register

Source

pub fn tr0(&mut self) -> _TR0W<'_>

Bit 0 - Rising trigger event configuration of line 0

Source

pub fn tr1(&mut self) -> _TR1W<'_>

Bit 1 - Rising trigger event configuration of line 1

Source

pub fn tr2(&mut self) -> _TR2W<'_>

Bit 2 - Rising trigger event configuration of line 2

Source

pub fn tr3(&mut self) -> _TR3W<'_>

Bit 3 - Rising trigger event configuration of line 3

Source

pub fn tr4(&mut self) -> _TR4W<'_>

Bit 4 - Rising trigger event configuration of line 4

Source

pub fn tr5(&mut self) -> _TR5W<'_>

Bit 5 - Rising trigger event configuration of line 5

Source

pub fn tr6(&mut self) -> _TR6W<'_>

Bit 6 - Rising trigger event configuration of line 6

Source

pub fn tr7(&mut self) -> _TR7W<'_>

Bit 7 - Rising trigger event configuration of line 7

Source

pub fn tr8(&mut self) -> _TR8W<'_>

Bit 8 - Rising trigger event configuration of line 8

Source

pub fn tr9(&mut self) -> _TR9W<'_>

Bit 9 - Rising trigger event configuration of line 9

Source

pub fn tr10(&mut self) -> _TR10W<'_>

Bit 10 - Rising trigger event configuration of line 10

Source

pub fn tr11(&mut self) -> _TR11W<'_>

Bit 11 - Rising trigger event configuration of line 11

Source

pub fn tr12(&mut self) -> _TR12W<'_>

Bit 12 - Rising trigger event configuration of line 12

Source

pub fn tr13(&mut self) -> _TR13W<'_>

Bit 13 - Rising trigger event configuration of line 13

Source

pub fn tr14(&mut self) -> _TR14W<'_>

Bit 14 - Rising trigger event configuration of line 14

Source

pub fn tr15(&mut self) -> _TR15W<'_>

Bit 15 - Rising trigger event configuration of line 15

Source

pub fn tr16(&mut self) -> _TR16W<'_>

Bit 16 - Rising trigger event configuration of line 16

Source

pub fn tr17(&mut self) -> _TR17W<'_>

Bit 17 - Rising trigger event configuration of line 17

Source

pub fn tr18(&mut self) -> _TR18W<'_>

Bit 18 - Rising trigger event configuration of line 18

Source

pub fn tr19(&mut self) -> _TR19W<'_>

Bit 19 - Rising trigger event configuration of line 19

Source

pub fn tr20(&mut self) -> _TR20W<'_>

Bit 20 - Rising trigger event configuration of line 20

Source

pub fn tr21(&mut self) -> _TR21W<'_>

Bit 21 - Rising trigger event configuration of line 21

Source

pub fn tr22(&mut self) -> _TR22W<'_>

Bit 22 - Rising trigger event configuration of line 22

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<T> Same for T

Source§

type Output = T

Should always be Self
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.