Type Alias R

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

Register FA1R reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn fact(&self, n: u8) -> FACT_R

Filter active

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

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

Iterator for array of: Filter active

Source

pub fn fact0(&self) -> FACT_R

Bit 0 - Filter active

Source

pub fn fact1(&self) -> FACT_R

Bit 1 - Filter active

Source

pub fn fact2(&self) -> FACT_R

Bit 2 - Filter active

Source

pub fn fact3(&self) -> FACT_R

Bit 3 - Filter active

Source

pub fn fact4(&self) -> FACT_R

Bit 4 - Filter active

Source

pub fn fact5(&self) -> FACT_R

Bit 5 - Filter active

Source

pub fn fact6(&self) -> FACT_R

Bit 6 - Filter active

Source

pub fn fact7(&self) -> FACT_R

Bit 7 - Filter active

Source

pub fn fact8(&self) -> FACT_R

Bit 8 - Filter active

Source

pub fn fact9(&self) -> FACT_R

Bit 9 - Filter active

Source

pub fn fact10(&self) -> FACT_R

Bit 10 - Filter active

Source

pub fn fact11(&self) -> FACT_R

Bit 11 - Filter active

Source

pub fn fact12(&self) -> FACT_R

Bit 12 - Filter active

Source

pub fn fact13(&self) -> FACT_R

Bit 13 - Filter active

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more