Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Unit tests for SPI module. More...
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <cmocka.h>
#include "cascoda-bm/cascoda_evbme.h"
#include "cascoda-bm/cascoda_spi.h"
#include "cascoda-util/cascoda_time.h"
#include "ca821x_api.h"
Functions | |
void | CHILI_FastForward (u32_t ticks) |
FastForward time by the given amount. More... | |
void | __wrap_BSP_Waiting () |
u8_t | __wrap_BSP_SPIPopByte (u8_t *InByte) |
int | main (void) |
Unit tests for SPI 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 | ) |