Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Unit tests for TIME module. More...
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <cmocka.h>
#include "cascoda-bm/cascoda_types.h"
#include "cascoda-bm/cascoda_wait.h"
#include "cascoda-util/cascoda_time.h"
Functions | |
void | CHILI_FastForward (u32_t ticks) |
FastForward time by the given amount. More... | |
void | __wrap_BSP_Waiting () |
int | main (void) |
Unit tests for TIME module.
void __wrap_BSP_Waiting | ( | ) |
void CHILI_FastForward | ( | u32_t | ticks | ) |
FastForward time by the given amount.
ticks | - Time in Ticks (1ms/100ms) |
int main | ( | void | ) |