Struct stm32f103xx::RTC
[−]
[src]
pub struct RTC { /* fields omitted */ }
Real time clock
Methods
impl RTC
[src]
pub fn ptr() -> *const RegisterBlock
[src]
Returns a pointer to the register block
Trait Implementations
impl Send for RTC
[src]
impl Deref for RTC
[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &RegisterBlock
[src]
Dereferences the value.