no-OS
drivers
platform
maxim
max32655
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
49
/******************************************************************************/
50
/********************** Macros and Constants Definitions **********************/
51
/******************************************************************************/
52
#define SOURCE_CLOCK_FREQ PeripheralClock
53
54
/******************************************************************************/
55
/*************************** Types Declarations *******************************/
56
/******************************************************************************/
57
61
extern
const
struct
no_os_timer_platform_ops
max_timer_ops
;
62
63
#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:99
max_timer_ops
const struct no_os_timer_platform_ops max_timer_ops
Maxim specific timer platform ops.
Definition:
maxim_timer.c:310
Generated by
1.8.17