#[repr(C)]pub struct NRF_RTC_Type {Show 21 fields
pub TASKS_START: u32,
pub TASKS_STOP: u32,
pub TASKS_CLEAR: u32,
pub TASKS_TRIGOVRFLW: u32,
pub RESERVED: [u32; 60],
pub EVENTS_TICK: u32,
pub EVENTS_OVRFLW: u32,
pub RESERVED1: [u32; 14],
pub EVENTS_COMPARE: [u32; 4],
pub RESERVED2: [u32; 109],
pub INTENSET: u32,
pub INTENCLR: u32,
pub RESERVED3: [u32; 13],
pub EVTEN: u32,
pub EVTENSET: u32,
pub EVTENCLR: u32,
pub RESERVED4: [u32; 110],
pub COUNTER: u32,
pub PRESCALER: u32,
pub RESERVED5: [u32; 13],
pub CC: [u32; 4],
}
Expand description
@brief Real time counter 0 (RTC0)
Fields§
§TASKS_START: u32
< (@ 0x00000000) Start RTC COUNTER
TASKS_STOP: u32
< (@ 0x00000004) Stop RTC COUNTER
TASKS_CLEAR: u32
< (@ 0x00000008) Clear RTC COUNTER
TASKS_TRIGOVRFLW: u32
< (@ 0x0000000C) Set COUNTER to 0xFFFFF0
RESERVED: [u32; 60]
§EVENTS_TICK: u32
< (@ 0x00000100) Event on COUNTER increment
EVENTS_OVRFLW: u32
< (@ 0x00000104) Event on COUNTER overflow
RESERVED1: [u32; 14]
§EVENTS_COMPARE: [u32; 4]
< (@ 0x00000140) Description collection: Compare event on CC[n] match
RESERVED2: [u32; 109]
§INTENSET: u32
< (@ 0x00000304) Enable interrupt
INTENCLR: u32
< (@ 0x00000308) Disable interrupt
RESERVED3: [u32; 13]
§EVTEN: u32
< (@ 0x00000340) Enable or disable event routing
EVTENSET: u32
< (@ 0x00000344) Enable event routing
EVTENCLR: u32
< (@ 0x00000348) Disable event routing
RESERVED4: [u32; 110]
§COUNTER: u32
< (@ 0x00000504) Current COUNTER value
PRESCALER: u32
< (@ 0x00000508) 12 bit prescaler for COUNTER frequency (32768/(PRESCALER+1)).Mu t be written when RTC is stopped
RESERVED5: [u32; 13]
§CC: [u32; 4]
< (@ 0x00000540) Description collection: Compare register n
Trait Implementations§
Source§impl Clone for NRF_RTC_Type
impl Clone for NRF_RTC_Type
Source§fn clone(&self) -> NRF_RTC_Type
fn clone(&self) -> NRF_RTC_Type
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for NRF_RTC_Type
impl Debug for NRF_RTC_Type
Source§impl Default for NRF_RTC_Type
impl Default for NRF_RTC_Type
impl Copy for NRF_RTC_Type
Auto Trait Implementations§
impl Freeze for NRF_RTC_Type
impl RefUnwindSafe for NRF_RTC_Type
impl Send for NRF_RTC_Type
impl Sync for NRF_RTC_Type
impl Unpin for NRF_RTC_Type
impl UnwindSafe for NRF_RTC_Type
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1360 bytes