Type Alias R

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

Register IMR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn mr(&self, n: u8) -> MR_R

Interrupt Mask on line (0-18)

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

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

Iterator for array of: Interrupt Mask on line (0-18)

Source

pub fn mr0(&self) -> MR_R

Bit 0 - Interrupt Mask on line 0

Source

pub fn mr1(&self) -> MR_R

Bit 1 - Interrupt Mask on line 1

Source

pub fn mr2(&self) -> MR_R

Bit 2 - Interrupt Mask on line 2

Source

pub fn mr3(&self) -> MR_R

Bit 3 - Interrupt Mask on line 3

Source

pub fn mr4(&self) -> MR_R

Bit 4 - Interrupt Mask on line 4

Source

pub fn mr5(&self) -> MR_R

Bit 5 - Interrupt Mask on line 5

Source

pub fn mr6(&self) -> MR_R

Bit 6 - Interrupt Mask on line 6

Source

pub fn mr7(&self) -> MR_R

Bit 7 - Interrupt Mask on line 7

Source

pub fn mr8(&self) -> MR_R

Bit 8 - Interrupt Mask on line 8

Source

pub fn mr9(&self) -> MR_R

Bit 9 - Interrupt Mask on line 9

Source

pub fn mr10(&self) -> MR_R

Bit 10 - Interrupt Mask on line 10

Source

pub fn mr11(&self) -> MR_R

Bit 11 - Interrupt Mask on line 11

Source

pub fn mr12(&self) -> MR_R

Bit 12 - Interrupt Mask on line 12

Source

pub fn mr13(&self) -> MR_R

Bit 13 - Interrupt Mask on line 13

Source

pub fn mr14(&self) -> MR_R

Bit 14 - Interrupt Mask on line 14

Source

pub fn mr15(&self) -> MR_R

Bit 15 - Interrupt Mask on line 15

Source

pub fn mr16(&self) -> MR_R

Bit 16 - Interrupt Mask on line 16

Source

pub fn mr17(&self) -> MR_R

Bit 17 - Interrupt Mask on line 17

Source

pub fn mr18(&self) -> MR_R

Bit 18 - Interrupt Mask on line 18

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more