Type Alias R

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

Register CLKCR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn clkdiv(&self) -> CLKDIV_R

Bits 0:7 - Clock divide factor

Source

pub fn clken(&self) -> CLKEN_R

Bit 8 - Clock enable bit

Source

pub fn pwrsav(&self) -> PWRSAV_R

Bit 9 - Power saving configuration bit

Source

pub fn bypass(&self) -> BYPASS_R

Bit 10 - Clock divider bypass enable bit

Source

pub fn widbus(&self) -> WIDBUS_R

Bits 11:12 - Wide bus mode enable bit

Source

pub fn negedge(&self) -> NEGEDGE_R

Bit 13 - SDIO_CK dephasing selection bit

Source

pub fn hwfc_en(&self) -> HWFC_EN_R

Bit 14 - HW Flow Control enable

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more