MotorWare f2806x Driver API Documentation
Functions | Variables
cpu.c File Reference

Contains the various functions related to the central processing unit (CPU) object. More...

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

Go to the source code of this file.

Functions

void CPU_clearIntFlags (CPU_Handle cpuHandle)
 Clears all interrupt flags. More...
 
void CPU_disableDebugInt (CPU_Handle cpuHandle)
 Disables the debug interrupt. More...
 
void CPU_disableGlobalInts (CPU_Handle cpuHandle)
 Disables global interrupts. More...
 
void CPU_disableInt (CPU_Handle cpuHandle, const CPU_IntNumber_e intNumber)
 Disables a specified interrupt number. More...
 
void CPU_disableInts (CPU_Handle cpuHandle)
 Disables all interrupts. More...
 
void CPU_disableProtectedRegisterWrite (CPU_Handle cpuHandle)
 Disables protected register writes. More...
 
void CPU_enableDebugInt (CPU_Handle cpuHandle)
 Enables the debug interrupt. More...
 
void CPU_enableGlobalInts (CPU_Handle cpuHandle)
 Enables global interrupts. More...
 
void CPU_enableInt (CPU_Handle cpuHandle, const CPU_IntNumber_e intNumber)
 Enables a specified interrupt number. More...
 
void CPU_enableProtectedRegisterWrite (CPU_Handle cpuHandle)
 Enables protected register writes. More...
 
CPU_Handle CPU_init (void *pMemory, const size_t numBytes)
 Initializes the central processing unit (CPU) object handle. More...
 

Variables

CPU_Obj cpu
 Defines the CPU object. More...
 

Detailed Description

Contains the various functions related to the central processing unit (CPU) object.

(C) Copyright 2015, Texas Instruments, Inc.

Definition in file cpu.c.