Type Alias R

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

Register CR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn reset(&self) -> RESET_R

Bit 0 - reset bit

Source

pub fn polysize(&self) -> POLYSIZE_R

Bits 3:4 - Polynomial size

Source

pub fn rev_in(&self) -> REV_IN_R

Bits 5:6 - Reverse input data

Source

pub fn rev_out(&self) -> REV_OUT_R

Bit 7 - Reverse output 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