Type Alias R

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

Register IDR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn idr0(&self) -> IDR0_R

Bit 0 - IDR0

Source

pub fn idr1(&self) -> IDR1_R

Bit 1 - IDR1

Source

pub fn idr2(&self) -> IDR2_R

Bit 2 - IDR2

Source

pub fn idr3(&self) -> IDR3_R

Bit 3 - IDR3

Source

pub fn idr4(&self) -> IDR4_R

Bit 4 - IDR4

Source

pub fn idr5(&self) -> IDR5_R

Bit 5 - IDR5

Source

pub fn idr6(&self) -> IDR6_R

Bit 6 - IDR6

Source

pub fn idr7(&self) -> IDR7_R

Bit 7 - IDR7

Source

pub fn idr8(&self) -> IDR8_R

Bit 8 - IDR8

Source

pub fn idr9(&self) -> IDR9_R

Bit 9 - IDR9

Source

pub fn idr10(&self) -> IDR10_R

Bit 10 - IDR10

Source

pub fn idr11(&self) -> IDR11_R

Bit 11 - IDR11

Source

pub fn idr12(&self) -> IDR12_R

Bit 12 - IDR12

Source

pub fn idr13(&self) -> IDR13_R

Bit 13 - IDR13

Source

pub fn idr14(&self) -> IDR14_R

Bit 14 - IDR14

Source

pub fn idr15(&self) -> IDR15_R

Bit 15 - IDR15

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more