no-OS
maxim_timer.h
Go to the documentation of this file.
1 /***************************************************************************/
40 #ifndef MAXIM_TIMER_H_
41 #define MAXIM_TIMER_H_
42 
43 /******************************************************************************/
44 /***************************** Include Files **********************************/
45 /******************************************************************************/
46 #include "tmr.h"
47 #include "stdint.h"
48 #include "no_os_timer.h"
49 
50 /******************************************************************************/
51 /********************** Macros and Constants Definitions **********************/
52 /******************************************************************************/
53 #define SOURCE_CLOCK_FREQ PeripheralClock
54 
55 /******************************************************************************/
56 /*************************** Types Declarations *******************************/
57 /******************************************************************************/
58 
62 extern const struct no_os_timer_platform_ops max_timer_ops;
63 
64 #endif //MAXIM_TIMER_H_
no_os_timer_platform_ops
Structure holding timer function pointers that point to the platform specific function.
Definition: no_os_timer.h:107
no_os_timer.h
Timer control module header.
max_timer_ops
const struct no_os_timer_platform_ops max_timer_ops
Maxim specific timer platform ops.
Definition: maxim_timer.c:310