Type Alias R

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

Register ARR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn arr(&self) -> ARR_R

Bits 0:15 - Auto-reload value

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more