MotorWare f2806x Driver API Documentation
Functions
osc.c File Reference

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...
 

Detailed Description

Contains the various functions related to the oscillator object.

(C) Copyright 2015, Texas Instruments, Inc.

Definition in file osc.c.