Classes | |
struct | Rtt |
Rtt hardware registers. More... | |
Macros | |
#define | RTT_AR_ALMV(value) ((RTT_AR_ALMV_Msk & ((value) << RTT_AR_ALMV_Pos))) |
#define | RTT_AR_ALMV_Msk (0xffffffffu << RTT_AR_ALMV_Pos) |
(RTT_AR) Alarm Value More... | |
#define | RTT_AR_ALMV_Pos 0 |
#define | RTT_MR_ALMIEN (0x1u << 16) |
(RTT_MR) Alarm Interrupt Enable More... | |
#define | RTT_MR_RTC1HZ (0x1u << 24) |
(RTT_MR) Real-Time Clock 1Hz Clock Selection More... | |
#define | RTT_MR_RTPRES(value) ((RTT_MR_RTPRES_Msk & ((value) << RTT_MR_RTPRES_Pos))) |
#define | RTT_MR_RTPRES_Msk (0xffffu << RTT_MR_RTPRES_Pos) |
(RTT_MR) Real-time Timer Prescaler Value More... | |
#define | RTT_MR_RTPRES_Pos 0 |
#define | RTT_MR_RTTDIS (0x1u << 20) |
(RTT_MR) Real-time Timer Disable More... | |
#define | RTT_MR_RTTINCIEN (0x1u << 17) |
(RTT_MR) Real-time Timer Increment Interrupt Enable More... | |
#define | RTT_MR_RTTRST (0x1u << 18) |
(RTT_MR) Real-time Timer Restart More... | |
#define | RTT_SR_ALMS (0x1u << 0) |
(RTT_SR) Real-time Alarm Status (cleared on read) More... | |
#define | RTT_SR_RTTINC (0x1u << 1) |
(RTT_SR) Prescaler Roll-over Status (cleared on read) More... | |
#define | RTT_VR_CRTV_Msk (0xffffffffu << RTT_VR_CRTV_Pos) |
(RTT_VR) Current Real-time Value More... | |
#define | RTT_VR_CRTV_Pos 0 |
SOFTWARE API DEFINITION FOR Real-time Timer
#define RTT_AR_ALMV | ( | value | ) | ((RTT_AR_ALMV_Msk & ((value) << RTT_AR_ALMV_Pos))) |
Definition at line 65 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_AR_ALMV_Msk (0xffffffffu << RTT_AR_ALMV_Pos) |
(RTT_AR) Alarm Value
Definition at line 64 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_AR_ALMV_Pos 0 |
Definition at line 63 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_MR_ALMIEN (0x1u << 16) |
(RTT_MR) Alarm Interrupt Enable
Definition at line 57 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_MR_RTC1HZ (0x1u << 24) |
(RTT_MR) Real-Time Clock 1Hz Clock Selection
Definition at line 61 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_MR_RTPRES | ( | value | ) | ((RTT_MR_RTPRES_Msk & ((value) << RTT_MR_RTPRES_Pos))) |
Definition at line 56 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_MR_RTPRES_Msk (0xffffu << RTT_MR_RTPRES_Pos) |
(RTT_MR) Real-time Timer Prescaler Value
Definition at line 55 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_MR_RTPRES_Pos 0 |
Definition at line 54 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_MR_RTTDIS (0x1u << 20) |
(RTT_MR) Real-time Timer Disable
Definition at line 60 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_MR_RTTINCIEN (0x1u << 17) |
(RTT_MR) Real-time Timer Increment Interrupt Enable
Definition at line 58 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_MR_RTTRST (0x1u << 18) |
(RTT_MR) Real-time Timer Restart
Definition at line 59 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_SR_ALMS (0x1u << 0) |
(RTT_SR) Real-time Alarm Status (cleared on read)
Definition at line 70 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_SR_RTTINC (0x1u << 1) |
(RTT_SR) Prescaler Roll-over Status (cleared on read)
Definition at line 71 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_VR_CRTV_Msk (0xffffffffu << RTT_VR_CRTV_Pos) |
(RTT_VR) Current Real-time Value
Definition at line 68 of file utils/cmsis/same70/include/component/rtt.h.
#define RTT_VR_CRTV_Pos 0 |
Definition at line 67 of file utils/cmsis/same70/include/component/rtt.h.