This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Macros | |
#define | PRINT_EXECUTION_SPEED() |
Functions | |
void | delay_us (unsigned int micro_sec) |
void | delay_ms (unsigned int milli_sec) |
char | is_freertos_running () |
void | log_boot_info (const char *) |
Detailed Description
04172012 : Initial
Macro Definition Documentation
#define PRINT_EXECUTION_SPEED | ( | ) |
Value:
printf("Recorder started: %s\n", uiTraceStart()?"OK":"ERROR")
Macro that can be used to print the timing/performance of a block Example:
Function Documentation
void delay_ms | ( | unsigned int | milli_sec | ) |
Delays in milliseconds
- Parameters
-
milli_sec The delay in milliseconds.
If FreeRTOS is running, we should sleep the calling task instead of polling using the full CPU.
void delay_us | ( | unsigned int | micro_sec | ) |
Delays in microseconds
- Parameters
-
micro_sec The delay in microseconds
char is_freertos_running | ( | ) |
- Returns
- non-zero result if FreeRTOS is running
void log_boot_info | ( | const char * | ) |
Logs CPU boot information to the Storage "boot.csv" is appended with the time this function is called