History log of /seL4-test-master/projects/util_libs/libutils/include/utils/frequency.h
Revision Date Author Comments
# 99e0639f 06-Nov-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

trivial: style


# 6adf2191 31-Oct-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

frequency: overflow bug

This multiplication could overflow when ns goes past
a certain amount.
Adding steps for KHz, MHz, GHz is a
fix for now.


# a7130f9f 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

fix licenses


# 95ccfbc1 06-Jun-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Fix: add missing #include.


# a7b8939c 25-May-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libutils: trivial: Replace ifdef guards with pragma once.


# 019612e6 06-Apr-2016 Stephen Sherratt <Stephen.Sherratt@nicta.com.au>

libutils: Added frequency.h to libutils

This defines some macros for converting between frequency, time and
cycles, some frequency unit conversions, and a typedef for freq_t.