Struct Ccsr
#[repr(transparent)]pub struct Ccsr(pub u32);
Expand description
desc CCSR.
Tuple Fields§
§0: u32
Implementations§
§impl Ccsr
impl Ccsr
pub fn set_calsel(&mut self, val: bool)
pub fn set_calsel(&mut self, val: bool)
desc CALSEL.
pub fn set_calsmp(&mut self, val: u8)
pub fn set_calsmp(&mut self, val: u8)
desc CALSMP.
pub fn set_calbyp(&mut self, val: bool)
pub fn set_calbyp(&mut self, val: bool)
desc CALBYP.
pub fn set_calset(&mut self, val: bool)
pub fn set_calset(&mut self, val: bool)
desc CALSET.
pub fn set_offsuc(&mut self, val: bool)
pub fn set_offsuc(&mut self, val: bool)
desc OFFSUC.
pub fn set_capsuc(&mut self, val: bool)
pub fn set_capsuc(&mut self, val: bool)
desc CAPSUC.
Trait Implementations§
impl Copy for Ccsr
impl Eq for Ccsr
impl StructuralPartialEq for Ccsr
Auto Trait Implementations§
impl Freeze for Ccsr
impl RefUnwindSafe for Ccsr
impl Send for Ccsr
impl Sync for Ccsr
impl Unpin for Ccsr
impl UnwindSafe for Ccsr
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