Program Listing for File clock.h

Return to documentation for file (rcsw/al/baremetal/clock.h)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "rcsw/rcsw.h"

/*******************************************************************************
 * API Functions
 ******************************************************************************/
BEGIN_C_DECLS

RCSW_API struct timespec clock_monotime(void);

RCSW_API struct timespec clock_realtime(void);

END_C_DECLS