no-OS
drivers
platform
maxim
max78000
maxim_timer.h
Go to the documentation of this file.
1
/***************************************************************************/
34
#ifndef MAXIM_TIMER_H_
35
#define MAXIM_TIMER_H_
36
37
/******************************************************************************/
38
/***************************** Include Files **********************************/
39
/******************************************************************************/
40
#include "tmr.h"
41
#include "stdint.h"
42
#include "
no_os_timer.h
"
43
44
/******************************************************************************/
45
/********************** Macros and Constants Definitions **********************/
46
/******************************************************************************/
47
#define SOURCE_CLOCK_FREQ PeripheralClock
48
49
/******************************************************************************/
50
/*************************** Types Declarations *******************************/
51
/******************************************************************************/
52
56
extern
const
struct
no_os_timer_platform_ops
max_timer_ops
;
57
58
#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:101
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:304
Generated by
1.8.17