Struct stm32f103xx::BKP [−][src]
pub struct BKP { /* fields omitted */ }Backup registers
Methods
impl BKP[src]
impl BKPpub fn ptr() -> *const RegisterBlock[src]
pub fn ptr() -> *const RegisterBlockReturns a pointer to the register block
Trait Implementations
impl Send for BKP[src]
impl Send for BKPimpl Deref for BKP[src]
impl Deref for BKPtype Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &RegisterBlock[src]
fn deref(&self) -> &RegisterBlockDereferences the value.