|
Herzog Library 00.00.01
rel_libdev.herzog.00.00.01.10606
|
Macros | |
| #define | CLOCK_INIT_RETRY_COUNT 10 |
| #define | CLOCK_INIT_XTCLOCK_DELAY 30000 |
Functions | |
| int32_t | Clock_devCrystalClockInit (void) |
| Initialize crystal clock. More... | |
| void | Clock_devRCClockInit (void) |
| Initialize RC clock. More... | |
| void | Clock_devRC10KClockInit (void) |
| Initialize 10K RC clock. More... | |
| void | Clock_devRCCalibration () |
| Calibrate RC clock. More... | |
| void | Clock_devEnableCrystalClock (void) |
| Enable crystal clock. More... | |
| void | Clock_devDisableCrystalClock (void) |
| Disable crystal clock. More... | |
| void | ClkMon_Handler (void) |
This file is proprietary to Indie Semiconductor. All rights reserved. Reproduction or distribution, in whole or in part, is forbidden except by express written permission of Indie Semiconductor.
| #define CLOCK_INIT_RETRY_COUNT 10 |
| #define CLOCK_INIT_XTCLOCK_DELAY 30000 |
| void ClkMon_Handler | ( | void | ) |
| int32_t Clock_devCrystalClockInit | ( | void | ) |
Initialize crystal clock.
The clock source will be switched to crystal clock by this function.
| void Clock_devDisableCrystalClock | ( | void | ) |
Disable crystal clock.
This function doesn't switch clock source.
| void Clock_devEnableCrystalClock | ( | void | ) |
Enable crystal clock.
This function doesn't switch clock source.
| void Clock_devRC10KClockInit | ( | void | ) |
Initialize 10K RC clock.
The clock source will be switched to 10K RC by this function.
| void Clock_devRCCalibration | ( | void | ) |
Calibrate RC clock.
| void Clock_devRCClockInit | ( | void | ) |
Initialize RC clock.
The clock source will be switched to RC clock by this function.
1.8.9.1