EZR32 Leopard Gecko Software Documentation
ezr32lg-doc-4.2.1
|
Backup Real Time Counter (BURTC) Peripheral API. More...
#include "em_burtc.h"
Go to the source code of this file.
Functions | |
void | BURTC_Init (const BURTC_Init_TypeDef *burtcInit) |
Initialize BURTC. More... | |
void | BURTC_CompareSet (unsigned int comp, uint32_t value) |
Set BURTC compare channel. More... | |
uint32_t | BURTC_CompareGet (unsigned int comp) |
Get BURTC compare value. More... | |
void | BURTC_CounterReset (void) |
Reset counter. | |
void | BURTC_Reset (void) |
Restore BURTC to reset state. More... | |
uint32_t | BURTC_ClockFreqGet (void) |
Get clock frequency of the BURTC. More... | |
(C) Copyright 2015 Silicon Labs, http://www.silabs.com
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no obligation to support this Software. Silicon Labs is providing the Software "AS IS", with no express or implied warranties of any kind, including, but not limited to, any implied warranties of merchantability or fitness for any particular purpose or warranties against infringement of any proprietary rights of a third party.
Silicon Labs will not be liable for any consequential, incidental, or special damages, or any other relief, or for any claim by any third party, arising from your use of this Software.
Definition in file em_burtc.c.