RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Macros | Functions
clock.c File Reference

This source file contains the Clock Driver implementation. More...

#include <stdlib.h>
#include <rtems.h>
#include <bsp.h>
#include <bsp/irq.h>
#include <bsp/tms570.h>
#include <rtems/timecounter.h>
#include "../../../shared/dev/clock/clockimpl.h"

Macros

#define TMS570_PREFERRED_TC_FREQUENCY   1000000
 
#define Clock_driver_support_initialize_hardware    tms570_clock_driver_support_initialize_hardware
 
#define Clock_driver_support_at_tick    tms570_clock_driver_support_at_tick
 
#define Clock_driver_support_initialize_hardware    tms570_clock_driver_support_initialize_hardware
 
#define Clock_driver_support_install_isr(Clock_isr)    tms570_clock_driver_support_install_isr( Clock_isr )
 

Functions

void Clock_isr (void *arg)
 

Detailed Description

This source file contains the Clock Driver implementation.