EE445M RTOS
Taken at the University of Texas Spring 2015
cpu.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t CPUcpsid (void)
 
uint32_t CPUcpsie (void)
 
uint32_t CPUprimask (void)
 
void CPUwfi (void)
 
uint32_t CPUbasepriGet (void)
 
void CPUbasepriSet (uint32_t ui32NewBasepri)
 

Function Documentation

uint32_t CPUbasepriGet ( void  )

Referenced by IntPriorityMaskGet().

Here is the caller graph for this function:

void CPUbasepriSet ( uint32_t  ui32NewBasepri)

Referenced by IntPriorityMaskSet().

Here is the caller graph for this function:

uint32_t CPUcpsid ( void  )

Referenced by IntMasterDisable().

Here is the caller graph for this function:

uint32_t CPUcpsie ( void  )

Referenced by __attribute__().

Here is the caller graph for this function:

uint32_t CPUprimask ( void  )
void CPUwfi ( void  )

Referenced by SysCtlDeepSleep(), and SysCtlSleep().

Here is the caller graph for this function: