Struct nrf52840::RTC1[][src]

pub struct RTC1 { /* fields omitted */ }

Real time counter 1

Methods

impl RTC1
[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.

Dereferences the value.

Auto Trait Implementations

impl !Sync for RTC1