Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Type definitions used by Cascoda baremetal drivers. More...
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | NULLP 0 |
NULL packet. More... | |
Typedefs | |
typedef unsigned char | u8_t |
typedef signed char | i8_t |
typedef unsigned short | u16_t |
typedef signed short | i16_t |
typedef unsigned long | u32_t |
typedef signed long | i32_t |
typedef unsigned long long | u64_t |
typedef signed long long | i64_t |
Type definitions used by Cascoda baremetal drivers.
#define NULLP 0 |
NULL packet.
typedef signed short i16_t |
typedef signed long i32_t |
typedef signed long long i64_t |
typedef signed char i8_t |
typedef unsigned short u16_t |
typedef unsigned long u32_t |
typedef unsigned long long u64_t |
typedef unsigned char u8_t |