Hardware Abstraction Layer for FreeRTOS
clock.h File Reference
#include <stdint.h>
#include <stdbool.h>
Include dependency graph for clock.h:

Go to the source code of this file.

Data Structures

struct  clock_generic
 

Functions

struct clock * clock_init ()
 
int64_t clock_getCPUSpeed (struct clock *clk)
 
int64_t clock_getPeripherySpeed (struct clock *clk, uint32_t id)
 
int32_t clock_deinit (struct clock *clk)