|
MyLibs 1.0
Расширенные библиотеки для STM32
|
Заголочный файл для всех библиотек More...
#include "mylibs_defs.h"#include "math.h"#include "bit_access.h"#include "trackers.h"#include "trace.h"#include "gen_optimizer.h"#include "__general_flash.h"#include "general_gpio.h"Go to the source code of this file.
Macros | |
| #define | BenchTime_Init() |
| #define | BenchTime_Start(channel, ticks, tick_period) |
| #define | BenchTime_End(channel, ticks) |
| #define | BenchTime_GetMin(channel) |
| #define | BenchTime_GetMax(channel) |
| #define | BenchTime_GetAverage(channel) |
| #define | BenchTime_GetCount(channel) |
| #define | BenchTime_GetLast(channel) |
| #define | BenchTime_ResetStats(channel) |
Заголочный файл для всех библиотек
Здесь нужно собрать библиотеки и дефайны, которые должны быть видны во всем проекте, чтобы не подключать 100 инклюдов в каждом ".c" файле
Definition in file mylibs_include.h.
| #define BenchTime_Init | ( | void | ) |
Definition at line 104 of file mylibs_include.h.
| #define BenchTime_Start | ( | channel, | |
| ticks, | |||
| tick_period ) |
Definition at line 105 of file mylibs_include.h.
| #define BenchTime_End | ( | channel, | |
| ticks ) |
Definition at line 106 of file mylibs_include.h.
| #define BenchTime_GetMin | ( | channel | ) |
Definition at line 107 of file mylibs_include.h.
| #define BenchTime_GetMax | ( | channel | ) |
Definition at line 108 of file mylibs_include.h.
| #define BenchTime_GetAverage | ( | channel | ) |
Definition at line 109 of file mylibs_include.h.
| #define BenchTime_GetCount | ( | channel | ) |
Definition at line 110 of file mylibs_include.h.
| #define BenchTime_GetLast | ( | channel | ) |
Definition at line 111 of file mylibs_include.h.
| #define BenchTime_ResetStats | ( | channel | ) |
Definition at line 112 of file mylibs_include.h.