pub struct Cfgr { /* private fields */ }
Expand description
Configuration register.
Implementations§
Source§impl Cfgr
impl Cfgr
pub const fn set_lstn(self, lstn: bool) -> Self
pub const fn oar(&self) -> u16
pub const fn set_oar(self, oar: u16) -> Self
pub const fn set_sftop(self, sftop: bool) -> Self
pub const fn set_brdnogen(self, brdnogen: bool) -> Self
pub const fn set_lbpegen(self, lbpegen: bool) -> Self
pub const fn set_bregen(self, bregen: bool) -> Self
pub const fn set_brestp(self, brestp: bool) -> Self
pub const fn set_rxtol(self, rxtol: bool) -> Self
pub const fn set_sft(self, sft: Sft) -> Self
Trait Implementations§
impl Copy for Cfgr
impl Eq for Cfgr
impl StructuralPartialEq for Cfgr
Auto Trait Implementations§
impl Freeze for Cfgr
impl RefUnwindSafe for Cfgr
impl Send for Cfgr
impl Sync for Cfgr
impl Unpin for Cfgr
impl UnwindSafe for Cfgr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more