rtcdrv.h File Reference

Real Time Counter (RTC) driver prototypes and definitions. More...

#include "em_device.h"
#include "em_cmu.h"
Include dependency graph for rtcdrv.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.

Detailed Description

Real Time Counter (RTC) driver prototypes and definitions.

Version:
4.0.0

License

(C) Copyright 2014 Silicon Labs, http://www.silabs.com

This file is licensed 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.