Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "ca821x-posix/ca821x-posix-evbme.h"
#include "ca821x-posix/ca821x-posix.h"
#include "evbme_messages.h"
Macros | |
#define | test_evbme_param(attr, pm, optional) test_evbme_param_fn(attr, #attr, pm, optional) |
Enumerations | |
enum | printmethod { PRINT_STRING , PRINT_U64BE , PRINT_U64LE , PRINT_HEXDUMP } |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
struct ca821x_dev | sDeviceRef |
#define test_evbme_param | ( | attr, | |
pm, | |||
optional | |||
) | test_evbme_param_fn(attr, #attr, pm, optional) |
enum printmethod |
int main | ( | int | argc, |
char * | argv[] | ||
) |
struct ca821x_dev sDeviceRef |