Struct stm32f7x2::RTC [] [src]

pub struct RTC { /* fields omitted */ }

Real-time clock

Methods

impl RTC
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for RTC
[src]

impl Deref for RTC
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for RTC