void RTT_SetAlarm(Rtt *pRtt, uint32_t dwTime)
Configures the RTT to generate an alarm at the given time.
Definition: rtt.c:129
uint32_t RTT_GetTime(Rtt *pRtt)
Returns the current value of the RTT timer value.
Definition: rtt.c:96
uint32_t RTT_GetStatus(Rtt *pRtt)
Returns the status register value of the given RTT.
Definition: rtt.c:118
void RTT_SetPrescaler(Rtt *pRtt, uint16_t wPrescaler)
Changes the prescaler value of the given RTT and restarts it.
Definition: rtt.c:86
Rtt hardware registers.
Definition: component_rtt.h:41
void RTT_EnableIT(Rtt *pRtt, uint32_t dwSources)
Enables the specified RTT interrupt sources.
Definition: rtt.c:107