![]() |
RTEMS 6.1-rc1
|
This header file contains the shared Clock Driver implementation. More...
#include <stdlib.h>#include <bsp.h>#include <rtems/clockdrv.h>#include <rtems/score/percpu.h>#include <rtems/score/smpimpl.h>#include <rtems/score/timecounter.h>#include <rtems/score/thread.h>#include <rtems/score/watchdogimpl.h>Go to the source code of this file.
Functions | |
| rtems_isr | Clock_isr (rtems_vector_number vector) |
| Clock_isr. More... | |
| void | _Clock_Initialize (void) |
| Initialize the clock driver. | |
Variables | |
| volatile uint32_t | Clock_driver_ticks |
| ISRs until next clock tick. More... | |
This header file contains the shared Clock Driver implementation.
This header file shall only be included by a particular Clock Driver implementation source file.
| rtems_isr Clock_isr | ( | rtems_vector_number | vector | ) |
Clock_isr.
This is the clock tick interrupt handler.
| vector | Vector number. |