Type Alias R

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

Register CFGR2 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn fwdis(&self) -> FWDIS_R

Bit 0 - Firewall disable bit

Source

pub fn i2c_pb6_fmp(&self) -> I2C_PB6_FMP_R

Bit 8 - Fm+ drive capability on PB6 enable bit

Source

pub fn i2c_pb7_fmp(&self) -> I2C_PB7_FMP_R

Bit 9 - Fm+ drive capability on PB7 enable bit

Source

pub fn i2c_pb8_fmp(&self) -> I2C_PB8_FMP_R

Bit 10 - Fm+ drive capability on PB8 enable bit

Source

pub fn i2c_pb9_fmp(&self) -> I2C_PB9_FMP_R

Bit 11 - Fm+ drive capability on PB9 enable bit

Source

pub fn i2c1_fmp(&self) -> I2C1_FMP_R

Bit 12 - I2C1 Fm+ drive capability enable bit

Source

pub fn i2c2_fmp(&self) -> I2C2_FMP_R

Bit 13 - I2C2 Fm+ drive capability enable bit

Source

pub fn i2c3_fmp(&self) -> I2C3_FMP_R

Bit 14 - I2C3 Fm+ drive capability enable bit

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more