|
MotorWare f2806x Driver API Documentation
|
Contains the various functions related to the oscillator object. More...
#include "sw/drivers/osc/src/32b/f28x/f2806x/osc.h"Go to the source code of this file.
Functions | |
| OSC_Handle | OSC_init (void *pMemory, const size_t numBytes) |
| Initializes the oscillator (OSC) handle. More... | |
| void | OSC_setCoarseTrim (OSC_Handle clkHandle, const OSC_Number_e oscNumber, const uint_least8_t trimValue) |
| Sets the coarse trim value for a specified oscillator. More... | |
| void | OSC_setFineTrim (OSC_Handle clkHandle, const OSC_Number_e oscNumber, const uint_least8_t trimValue) |
| Sets the fine trim value for a specified oscillator. More... | |
| void | OSC_setTrim (OSC_Handle clkHandle, const OSC_Number_e oscNumber, const uint16_t trimValue) |
| Sets the trim value for a specified oscillator. More... | |
Contains the various functions related to the oscillator object.
(C) Copyright 2015, Texas Instruments, Inc.
Definition in file osc.c.
1.8.9.1