Go to the documentation of this file.
40 #ifndef MAXIM_TIMER_H_
41 #define MAXIM_TIMER_H_
52 #define SOURCE_CLOCK_FREQ PeripheralClock
63 #endif //MAXIM_TIMER_H_
int max_timer_counter_get(struct no_os_timer_desc *desc, uint32_t *counter)
Function to get the current timer counter value.
Definition: maxim_timer.c:212
Header file for Maxim timer platform driver.
const struct no_os_timer_platform_ops max_timer_ops
maxim platform specific timer platform ops structure
Definition: maxim_timer.c:311
uint16_t id
Definition: no_os_timer.h:83
int max_get_elapsed_nsec(struct no_os_timer_desc *desc, uint64_t *elapsed_time)
Not implemented.
Definition: maxim_timer.c:303
Header file for Maxim timer platform driver.
Header file for Maxim timer platform driver.
Timer control module header.
void * no_os_calloc(size_t nitems, size_t size)
int max_timer_counter_set(struct no_os_timer_desc *desc, uint32_t new_val)
Function to set the timer counter value.
Definition: maxim_timer.c:228
int max_timer_start(struct no_os_timer_desc *desc)
Timer count start function.
Definition: maxim_timer.c:181
uint32_t ticks_count
Definition: no_os_timer.h:87
int max_timer_count_clk_get(struct no_os_timer_desc *desc, uint32_t *freq_hz)
Function to get the timer frequency.
Definition: maxim_timer.c:244
uint32_t no_os_field_prep(uint32_t mask, uint32_t val)
int max_timer_stop(struct no_os_timer_desc *desc)
Timer count stop function.
Definition: maxim_timer.c:196
uint32_t freq_hz
Definition: no_os_timer.h:85
uint32_t ticks_count
Definition: no_os_timer.h:63
uint16_t id
Definition: no_os_timer.h:59
const struct no_os_timer_platform_ops max_timer_ops
Maxim specific timer platform ops.
Definition: maxim_timer.c:311
Header file for Maxim timer platform driver.
int32_t no_os_timer_counter_get(struct no_os_timer_desc *desc, uint32_t *counter)
Get the value of the counter register for the timer.
Definition: no_os_timer.c:130
Structure holding the parameters for timer initialization.
Definition: no_os_timer.h:81
uint32_t freq_hz
Definition: no_os_timer.h:61
#define NO_OS_BIT(x)
Definition: no_os_util.h:51
int max_timer_count_clk_set(struct no_os_timer_desc *desc, uint32_t freq_hz)
Function to set the timer frequency.
Definition: maxim_timer.c:260
void no_os_free(void *ptr)
int max_timer_remove(struct no_os_timer_desc *desc)
Timer driver remove function.
Definition: maxim_timer.c:164
void * extra
Definition: no_os_timer.h:67
int max_timer_init(struct no_os_timer_desc **desc, struct no_os_timer_init_param *param)
Timer driver init function.
Definition: maxim_timer.c:103
Structure holding timer descriptor.
Definition: no_os_timer.h:57
Header file of utility functions.
#define SOURCE_CLOCK_FREQ
Definition: maxim_timer.h:52
Header file for Maxim timer platform driver.