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 idr(&self, n: u8) -> IDR_R

Port input data

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

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

Iterator for array of: Port input data

Source

pub fn idr0(&self) -> IDR_R

Bit 0 - Port input data

Source

pub fn idr1(&self) -> IDR_R

Bit 1 - Port input data

Source

pub fn idr2(&self) -> IDR_R

Bit 2 - Port input data

Source

pub fn idr3(&self) -> IDR_R

Bit 3 - Port input data

Source

pub fn idr4(&self) -> IDR_R

Bit 4 - Port input data

Source

pub fn idr5(&self) -> IDR_R

Bit 5 - Port input data

Source

pub fn idr6(&self) -> IDR_R

Bit 6 - Port input data

Source

pub fn idr7(&self) -> IDR_R

Bit 7 - Port input data

Source

pub fn idr8(&self) -> IDR_R

Bit 8 - Port input data

Source

pub fn idr9(&self) -> IDR_R

Bit 9 - Port input data

Source

pub fn idr10(&self) -> IDR_R

Bit 10 - Port input data

Source

pub fn idr11(&self) -> IDR_R

Bit 11 - Port input data

Source

pub fn idr12(&self) -> IDR_R

Bit 12 - Port input data

Source

pub fn idr13(&self) -> IDR_R

Bit 13 - Port input data

Source

pub fn idr14(&self) -> IDR_R

Bit 14 - Port input data

Source

pub fn idr15(&self) -> IDR_R

Bit 15 - Port input data

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more