Struct Crrx
#[repr(transparent)]pub struct Crrx(pub u32);
Expand description
ICACHE region configuration register.
Tuple Fields§
§0: u32
Implementations§
§impl Crrx
impl Crrx
pub fn set_baseaddr(&mut self, val: u8)
pub fn set_baseaddr(&mut self, val: u8)
base address for region.
pub fn set_remapaddr(&mut self, val: u16)
pub fn set_remapaddr(&mut self, val: u16)
remapped address for region.
pub fn set_mstsel(&mut self, val: Mstsel)
pub fn set_mstsel(&mut self, val: Mstsel)
AHB cache master selection for region.
pub fn set_hburst(&mut self, val: Hburst)
pub fn set_hburst(&mut self, val: Hburst)
output burst type for region.
Trait Implementations§
impl Copy for Crrx
impl Eq for Crrx
impl StructuralPartialEq for Crrx
Auto Trait Implementations§
impl Freeze for Crrx
impl RefUnwindSafe for Crrx
impl Send for Crrx
impl Sync for Crrx
impl Unpin for Crrx
impl UnwindSafe for Crrx
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