MotorWare f2806x Driver API Documentation
Functions
comp.c File Reference

Contains the various functions related to the comparator (COMP) object. More...

#include "sw/drivers/comp/src/32b/f28x/f2806x/comp.h"

Go to the source code of this file.

Functions

void usDelay (uint32_t Count)
 
void COMP_disable (COMP_Handle compHandle)
 Disables the comparator (COMP) More...
 
void COMP_disableDac (COMP_Handle compHandle)
 Disables the DAC. More...
 
void COMP_enable (COMP_Handle compHandle)
 Enables the comparator (COMP) More...
 
void COMP_enableDac (COMP_Handle compHandle)
 Enables the DAC. More...
 
COMP_Handle COMP_init (void *pMemory, const size_t numBytes)
 Initializes the comparator (COMP) object handle. More...
 

Detailed Description

Contains the various functions related to the comparator (COMP) object.

(C) Copyright 2015, Texas Instruments, Inc.

Definition in file comp.c.

Function Documentation

void usDelay ( uint32_t  Count)