#[repr(C)]
pub struct RegisterBlock {
pub itcmcr: ITCMCR,
pub dtcmcr: DTCMCR,
pub ahbpcr: AHBPCR,
pub cacr: CACR,
pub ahbscr: AHBSCR,
pub abfsr: ABFSR,
// some fields omitted
}
0x00 - Instruction and Data Tightly-Coupled Memory Control Registers
0x04 - Instruction and Data Tightly-Coupled Memory Control Registers
0x08 - AHBP Control register
0x0c - Auxiliary Cache Control register
0x10 - AHB Slave Control register
0x18 - Auxiliary Bus Fault Status register
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static