|
CLOCK_XMC1
|
CLOCK_XMC1.h File Reference
Detailed Description
- Date:
- 2015-06-20
NOTE: This file is generated by DAVE. Any manual modification done to this file will be lost when the code is regenerated.
Definition in file CLOCK_XMC1.h.
#include <xmc_scu.h>
#include <DAVE_common.h>#include "clock_xmc1_conf.h"#include "clock_xmc1_extern.h"Data Structures | |
| struct | CLOCK_XMC1 |
| Configuration structure for CLOCK_XMC1 APP. More... | |
Typedefs | |
| typedef struct CLOCK_XMC1 | CLOCK_XMC1_t |
| Configuration structure for CLOCK_XMC1 APP. | |
Functions | |
| DAVE_APP_VERSION_t | CLOCK_XMC1_GetAppVersion (void) |
| Get CLOCK_XMC1 APP version. | |
| CLOCK_XMC1_STATUS_t | CLOCK_XMC1_Init (CLOCK_XMC1_t *handle) |
| Initializes a CLOCK_XMC1 APP instance. | |
| void | CLOCK_XMC1_SetMCLKFrequency (uint32_t freq_khz) |
| API for ramping up/down the system clock frequency. | |
| uint32_t | OSCHP_GetFrequency (void) |
| This is a non-weak function, which retrieves high precision external oscillator frequency. Note: This function is used by xmc1_scu LLD for internal operations. Therefore the user do not required to call this API explicitly. | |
| bool | CLOCK_XMC1_IsDCO1ExtRefCalibrationReady (void) |
| API to check whether DCO1 is synchronized to the XTAL frequency. | |
| enum | CLOCK_XMC1_STATUS { CLOCK_XMC1_STATUS_SUCCESS = 0U, CLOCK_XMC1_STATUS_FAILURE = 1U } |