Struct nrf51822::RTC1 [] [src]

pub struct RTC1 { /* fields omitted */ }

Real time counter 1.

Methods

impl RTC1
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for RTC1
[src]

impl Deref for RTC1
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for RTC1