Type Alias R

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

Register CCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn ccr(&self) -> CCR_R

Bits 0:11 - Clock control register in Fast/Standard mode (Master mode)

Source

pub fn duty(&self) -> DUTY_R

Bit 14 - Fast mode duty cycle

Source

pub fn f_s(&self) -> F_S_R

Bit 15 - I2C master mode selection

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more