Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
cascoda_types.h File Reference

Type definitions used by Cascoda baremetal drivers. More...

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
Include dependency graph for cascoda_types.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
 

Detailed Description

Type definitions used by Cascoda baremetal drivers.

Macro Definition Documentation

◆ NULLP

#define NULLP   0

NULL packet.

Typedef Documentation

◆ i16_t

typedef signed short i16_t

◆ i32_t

typedef signed long i32_t

◆ i64_t

typedef signed long long i64_t

◆ i8_t

typedef signed char i8_t

◆ u16_t

typedef unsigned short u16_t

◆ u32_t

typedef unsigned long u32_t

◆ u64_t

typedef unsigned long long u64_t

◆ u8_t

typedef unsigned char u8_t