Struct stm32f103xx::MPU [−][src]
pub struct MPU { /* fields omitted */ }Memory Protection Unit
Methods
impl MPU[src]
impl MPUpub fn ptr() -> *const RegisterBlock[src]
pub fn ptr() -> *const RegisterBlockReturns a pointer to the register block
Trait Implementations
impl Deref for MPU[src]
impl Deref for MPUtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<MPU as Deref>::Target[src]
fn deref(&self) -> &<MPU as Deref>::TargetDereferences the value.
impl Send for MPU[src]
impl Send for MPU