Struct RegisterBlock
#[repr(C)]pub struct RegisterBlock {Show 20 fields
cpx_type: CpxType,
cpx_num: CpxNum,
cpx_master: CpxMaster,
cpx_count: CpxCount,
cpx_cfg0: CpxCfg0,
cpx_cfg1: CpxCfg1,
cpx_cfg2: CpxCfg2,
cpx_cfg3: CpxCfg3,
cp0type: Cp0type,
cp0num: Cp0num,
cp0master: Cp0master,
cp0count: Cp0count,
cp0cfg0: Cp0cfg0,
cp0cfg1: Cp0cfg1,
cp0cfg2: Cp0cfg2,
cp0cfg3: Cp0cfg3,
_reserved16: [u8; 960],
ocmdr0: Ocmdr0,
ocmdr1: Ocmdr1,
ocmdr2: Ocmdr2,
}Expand description
Register block
Fields§
§cpx_type: CpxType§cpx_num: CpxNum§cpx_master: CpxMaster§cpx_count: CpxCount§cpx_cfg0: CpxCfg0§cpx_cfg1: CpxCfg1§cpx_cfg2: CpxCfg2§cpx_cfg3: CpxCfg3§cp0type: Cp0type§cp0num: Cp0num§cp0master: Cp0master§cp0count: Cp0count§cp0cfg0: Cp0cfg0§cp0cfg1: Cp0cfg1§cp0cfg2: Cp0cfg2§cp0cfg3: Cp0cfg3§_reserved16: [u8; 960]§ocmdr0: Ocmdr0§ocmdr1: Ocmdr1§ocmdr2: Ocmdr2Implementations§
§impl RegisterBlock
impl RegisterBlock
pub const fn cpx_master(&self) -> &CpxMaster
pub const fn cpx_master(&self) -> &CpxMaster
0x08 - Processor X Master 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