test code 123
Dependencies:
mbed
Fork of
LinkNode-Test
by Qi Yao
« Back to documentation index
NRF_RTC_Type Struct Reference
Real time counter 0.
More...
#include <nrf51.h >
Detailed Description
Real time counter 0.
(RTC)
Definition at line 728 of file nrf51.h .
Field Documentation
Capture/compare registers.
Definition at line 752 of file nrf51.h .
Current COUNTER value.
Definition at line 748 of file nrf51.h .
Compare event on CC[n] match.
Definition at line 737 of file nrf51.h .
Event on COUNTER overflow.
Definition at line 735 of file nrf51.h .
Event on COUNTER increment.
Definition at line 734 of file nrf51.h .
Configures event enable routing to PPI for each RTC event.
Definition at line 742 of file nrf51.h .
Disable events routing to PPI. The reading of this register gives the value of EVTEN.
Definition at line 745 of file nrf51.h .
Enable events routing to PPI. The reading of this register gives the value of EVTEN.
Definition at line 743 of file nrf51.h .
Interrupt enable clear register.
Definition at line 740 of file nrf51.h .
Interrupt enable set register.
Definition at line 739 of file nrf51.h .
Peripheral power control.
Definition at line 754 of file nrf51.h .
12-bit prescaler for COUNTER frequency (32768/(PRESCALER+1)). Must be written when RTC is STOPed.
Definition at line 749 of file nrf51.h .
Clear RTC Counter.
Definition at line 731 of file nrf51.h .
< RTC Structure Start RTC Counter.
Definition at line 729 of file nrf51.h .
Stop RTC Counter.
Definition at line 730 of file nrf51.h .
Set COUNTER to 0xFFFFFFF0.
Definition at line 732 of file nrf51.h .