RTEMS  5.1
Macros | Functions | Variables
bsp.h File Reference

Global BSP definitions. More...

#include <bspopts.h>
#include <rtems.h>
#include <bsp/default-initial-extension.h>

Go to the source code of this file.

Macros

#define BSP_INTERRUPT_STACK_SIZE   (16 * 1024)
 
#define BSP_Convert_decrementer(_value)   ((unsigned long long) ((((unsigned long long)BSP_time_base_divisor) * 1000000ULL) /((unsigned long long) BSP_bus_frequency)) * ((unsigned long long) (_value)))
 

Functions

int BSP_disconnect_clock_handler (void)
 
int BSP_connect_clock_handler (void)
 Clock Tick Device Driver. More...
 
void zero_bss (void)
 
void BSP_ask_for_reset (void)
 

Variables

unsigned int BSP_bus_frequency
 
unsigned int BSP_processor_frequency
 
unsigned int BSP_time_base_divisor
 

Detailed Description

Global BSP definitions.

@ingroupRTEMSBSPsPowerPCVirtex5