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