Type Alias R

Source
pub type R = R<DAINT_SPEC>;
Expand description

Register DAINT reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn inepint(&self, n: u8) -> INEPINT_R

`n` is number of field in register. `n == 0` corresponds to `INEPINT0` field.
Source

pub fn inepint_iter(&self) -> impl Iterator<Item = INEPINT_R> + '_

Iterator for array of:

Source

pub fn inepint0(&self) -> INEPINT_R

Bit 0 - INEPINT0

Source

pub fn inepint1(&self) -> INEPINT_R

Bit 1 - INEPINT1

Source

pub fn inepint2(&self) -> INEPINT_R

Bit 2 - INEPINT2

Source

pub fn inepint3(&self) -> INEPINT_R

Bit 3 - INEPINT3

Source

pub fn inepint4(&self) -> INEPINT_R

Bit 4 - INEPINT4

Source

pub fn inepint5(&self) -> INEPINT_R

Bit 5 - INEPINT5

Source

pub fn inepint6(&self) -> INEPINT_R

Bit 6 - INEPINT6

Source

pub fn outepint(&self, n: u8) -> OUTEPINT_R

`n` is number of field in register. `n == 0` corresponds to `OUTEPINT0` field.
Source

pub fn outepint_iter(&self) -> impl Iterator<Item = OUTEPINT_R> + '_

Iterator for array of:

Source

pub fn outepint0(&self) -> OUTEPINT_R

Bit 16 - OUTEPINT0

Source

pub fn outepint1(&self) -> OUTEPINT_R

Bit 17 - OUTEPINT1

Source

pub fn outepint2(&self) -> OUTEPINT_R

Bit 18 - OUTEPINT2

Source

pub fn outepint3(&self) -> OUTEPINT_R

Bit 19 - OUTEPINT3

Source

pub fn outepint4(&self) -> OUTEPINT_R

Bit 20 - OUTEPINT4

Source

pub fn outepint5(&self) -> OUTEPINT_R

Bit 21 - OUTEPINT5

Source

pub fn outepint6(&self) -> OUTEPINT_R

Bit 22 - OUTEPINT6