#include "r_typedefs.h"
Go to the source code of this file.
|
| #define | getMin(a, b) (((a)<(b))?(a):(b)) |
| |
| #define | getMax(a, b) (((a)>(b))?(a):(b)) |
| |
◆ getMax
| #define getMax |
( |
|
a, |
|
|
|
b |
|
) |
| (((a)>(b))?(a):(b)) |
◆ getMin
| #define getMin |
( |
|
a, |
|
|
|
b |
|
) |
| (((a)<(b))?(a):(b)) |
◆ delayMS()
| void delayMS |
( |
uint32_t |
ms | ) |
|
◆ delayUS()
| void delayUS |
( |
uint32_t |
us | ) |
|
◆ fastTimerCountToUS()
| uint32_t fastTimerCountToUS |
( |
uint32_t |
timerCount | ) |
|
◆ floatToString()
| void floatToString |
( |
float |
number, |
|
|
char *__restrict__ |
buffer, |
|
|
int |
minNumDecimalPlaces, |
|
|
int |
maxNumDecimalPlaces |
|
) |
| |
◆ getNumDecimalDigits()
| int getNumDecimalDigits |
( |
uint32_t |
number | ) |
|
◆ intToString()
| void intToString |
( |
int32_t |
number, |
|
|
char * |
buffer, |
|
|
int |
minNumDigits |
|
) |
| |
◆ msToSlowTimerCount()
| uint32_t msToSlowTimerCount |
( |
uint32_t |
ms | ) |
|
◆ slotToString()
| void slotToString |
( |
int |
slot, |
|
|
int |
subSlot, |
|
|
char *__restrict__ |
buffer, |
|
|
int |
minNumDigits |
|
) |
| |
◆ superfastTimerCountToNS()
| uint32_t superfastTimerCountToNS |
( |
uint32_t |
timerCount | ) |
|
◆ superfastTimerCountToUS()
| uint32_t superfastTimerCountToUS |
( |
uint32_t |
timerCount | ) |
|
◆ usToFastTimerCount()
| uint32_t usToFastTimerCount |
( |
uint32_t |
us | ) |
|