Wait Functions Test Cases.
More...
The test cases measure the ticks of all wait/delay related functions (such as osDelay, osWait, osSempahoreWait, etc.).
void TC_MeasureOsDelayTicks |
( |
void |
| ) |
|
- Measure approximate tick length during osDelay
- Check if cycle count is within defined accuracy
void TC_MeasureOsMailWaitTicks |
( |
void |
| ) |
|
- Measure approximate tick length during osMailGet and osMailCAlloc
- Check if cycle count is within defined accuracy
void TC_MeasureOsMessageWaitTicks |
( |
void |
| ) |
|
- Measure approximate tick length during osMessageGet and osMessagePut
- Check if cycle count is within defined accuracy
void TC_MeasureOsMutexWaitTicks |
( |
void |
| ) |
|
- Measure approximate tick length during osMutexWait
- Check if cycle count is within defined accuracy
void TC_MeasureOsSemaphoreWaitTicks |
( |
void |
| ) |
|
- Measure approximate tick length during osSemaphoreWait
- Check if cycle count is within defined accuracy
void TC_MeasureOsSignalWaitTicks |
( |
void |
| ) |
|
- Measure approximate tick length during osSignalWait
- Check if cycle count is within defined accuracy
void TC_MeasureOsWaitTicks |
( |
void |
| ) |
|
- Measure approximate tick length during osWait
- Check if cycle count is within defined accuracy