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