Real Time Counter (RTC) driver prototypes and definitions. More...
#include "em_device.h"
#include "em_cmu.h"
Go to the source code of this file.
Functions | |
void | RTCDRV_Delay (uint32_t msec, bool useEM2) |
RTC delay function. | |
void | RTCDRV_Trigger (uint32_t msec, void(*cb)(void)) |
RTC trigger enable. | |
void | RTCDRV_Setup (CMU_Select_TypeDef lfaClockSrc, CMU_ClkDiv_TypeDef rtcPrescale) |
Setup RTC with selected clock source and prescaler. |
Real Time Counter (RTC) driver prototypes and definitions.
(C) Copyright 2014 Silicon Labs, http://www.silabs.com
This file is licensensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.
Definition in file rtcdrv.h.