Struct cortex_m::peripheral::FPB [−][src]
pub struct FPB { /* fields omitted */ }Flash Patch and Breakpoint unit
Methods
impl FPB[src]
impl FPBpub fn ptr() -> *const RegisterBlock[src]
pub fn ptr() -> *const RegisterBlockReturns a pointer to the register block
Trait Implementations
impl Send for FPB[src]
impl Send for FPBimpl Deref for FPB[src]
impl Deref for FPBtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.