librfn
An ad-hoc utility library
Functions
time_libopencm3.c File Reference
#include "librfn/time.h"
#include <libopencm3/cm3/nvic.h>
#include <libopencm3/cm3/systick.h>

Go to the source code of this file.

Functions

void time_init ()
 
void sys_tick_handler (void)
 
uint32_t time_now ()
 
uint64_t time64_now ()
 

Function Documentation

void sys_tick_handler ( void  )

Definition at line 37 of file time_libopencm3.c.