Type Alias R

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

Register JSQR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn jsq(&self, n: u8) -> JSQ_R

(1-4) conversion in injected sequence

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

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

Iterator for array of: (1-4) conversion in injected sequence

Source

pub fn jsq1(&self) -> JSQ_R

Bits 0:4 - 1 conversion in injected sequence

Source

pub fn jsq2(&self) -> JSQ_R

Bits 5:9 - 2 conversion in injected sequence

Source

pub fn jsq3(&self) -> JSQ_R

Bits 10:14 - 3 conversion in injected sequence

Source

pub fn jsq4(&self) -> JSQ_R

Bits 15:19 - 4 conversion in injected sequence

Source

pub fn jl(&self) -> JL_R

Bits 20:21 - Injected sequence length

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more