pub struct RegisterBlock {
pub cacr0: CACR0,
pub cacr1: CACR1,
pub cacr2: CACR2,
pub caicr: CAICR,
pub castr: CASTR,
pub caulvr: CAULVR,
pub callvr: CALLVR,
pub cacntbr: CACNTBR,
/* private fields */
}Expand description
Register block
Fields§
§cacr0: CACR00x00 - CAC Control Register 0
cacr1: CACR10x01 - CAC Control Register 1
cacr2: CACR20x02 - CAC Control Register 2
caicr: CAICR0x03 - CAC Interrupt Control Register
castr: CASTR0x04 - CAC Status Register
caulvr: CAULVR0x06 - CAC Upper-Limit Value Setting Register
callvr: CALLVR0x08 - CAC Lower-Limit Value Setting Register
cacntbr: CACNTBR0x0a - CAC Counter Buffer Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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