#include <driverlib/aon_rtc.h>
Go to the source code of this file.
Functions | |
uint32_t | AONRTCStatus (void) |
Check if the AON Real Time Clock is running. More... | |
void | AONRTCEventClear (uint32_t ui32Channel) |
Clear event from a specified channel. More... | |
bool | AONRTCEventGet (uint32_t ui32Channel) |
Get event status for a specified channel. More... | |
void | AONRTCModeCh1Set (uint32_t ui32Mode) |
Set operational mode of channel 1. More... | |
uint32_t | AONRTCModeCh1Get (void) |
Get operational mode of channel 1. More... | |
void | AONRTCModeCh2Set (uint32_t ui32Mode) |
Set operational mode of channel 2. More... | |
uint32_t | AONRTCModeCh2Get (void) |
Get operational mode of channel 2. More... | |
void | AONRTCChannelEnable (uint32_t ui32Channel) |
Enable event operation for the specified channel. More... | |
void | AONRTCChannelDisable (uint32_t ui32Channel) |
Disable event operation for the specified channel. More... | |
void | AONRTCCompareValueSet (uint32_t ui32Channel, uint32_t ui32CompValue) |
Set the compare value for the given channel. More... | |
uint32_t | AONRTCCompareValueGet (uint32_t ui32Channel) |
Get the compare value for the given channel. More... | |