Struct cortex_m::peripheral::FPU [−][src]
pub struct FPU { /* fields omitted */ }Floating Point Unit
Methods
impl FPU[src]
impl FPUpub fn ptr() -> *const RegisterBlock[src]
pub fn ptr() -> *const RegisterBlockReturns a pointer to the register block
Trait Implementations
impl Send for FPU[src]
impl Send for FPUimpl Deref for FPU[src]
impl Deref for FPUtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.