Struct Cfgr2
#[repr(transparent)]pub struct Cfgr2(pub u32);
Expand description
configuration register 2
Tuple Fields§
§0: u32
Implementations§
§impl Cfgr2
impl Cfgr2
pub const fn rxfiltdis(&self) -> bool
pub const fn rxfiltdis(&self) -> bool
BMC decoder Rx pre-filter enable The sampling clock is that of the receiver (that is, after pre-scaler).
pub fn set_rxfiltdis(&mut self, val: bool)
pub fn set_rxfiltdis(&mut self, val: bool)
BMC decoder Rx pre-filter enable The sampling clock is that of the receiver (that is, after pre-scaler).
pub const fn rxfilt2n3(&self) -> bool
pub const fn rxfilt2n3(&self) -> bool
BMC decoder Rx pre-filter sampling method Number of consistent consecutive samples before confirming a new value.
pub fn set_rxfilt2n3(&mut self, val: bool)
pub fn set_rxfilt2n3(&mut self, val: bool)
BMC decoder Rx pre-filter sampling method Number of consistent consecutive samples before confirming a new value.
pub fn set_forceclk(&mut self, val: bool)
pub fn set_forceclk(&mut self, val: bool)
Force ClkReq clock request
pub const fn wupen(&self) -> bool
pub const fn wupen(&self) -> bool
Wakeup from Stop mode enable Setting the bit enables the ASYNC_INT signal.
pub fn set_wupen(&mut self, val: bool)
pub fn set_wupen(&mut self, val: bool)
Wakeup from Stop mode enable Setting the bit enables the ASYNC_INT signal.
pub const fn rxafilten(&self) -> bool
pub const fn rxafilten(&self) -> bool
Rx analog filter enable Setting the bit enables the Rx analog filter required for optimum Power Delivery reception.
pub fn set_rxafilten(&mut self, val: bool)
pub fn set_rxafilten(&mut self, val: bool)
Rx analog filter enable Setting the bit enables the Rx analog filter required for optimum Power Delivery reception.