no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pico_timer.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef _PICO_TIMER_H_
34#define _PICO_TIMER_H_
35
36#include "no_os_timer.h"
37
38extern struct no_os_timer_desc *pico_alarm_desc[];
39
46 uint64_t period;
47};
48
53
54#endif // _PICO_TIMER_H_
Timer control module header.
const struct no_os_timer_platform_ops pico_timer_ops
pico platform specific timer platform ops structure
Definition pico_timer.c:266
struct no_os_timer_desc * pico_alarm_desc[PICO_ALARM_MAX_NB]
Definition pico_timer.c:44
Structure holding timer descriptor.
Definition no_os_timer.h:45
Structure holding timer function pointers that point to the platform specific function.
Definition no_os_timer.h:89
pico platform specific timer descriptor
Definition pico_timer.h:44
uint64_t period
Definition pico_timer.h:46