A Atmel RF2xx Radio Library for Mbed

Dependents:   xBedRadio MxSniffer

Embed: (wiki syntax)

« Back to documentation index

GrpTrx

Data Structures

struct  trx_param_t
 Transceiver parameter structure. More...

Files

file  transceiver.h
 

Interface for GrpTrx.


Typedefs

typedef int8_t channel_t
 transceiver channel type
typedef int8_t txpwr_t
 transceiver transmit type
typedef bool rxidle_t
 radio idle state, if true radio idles in state PX_ON
typedef uint8_t ccamode_t
 transceiver cca mode, 1 : ED, 2: CS, 3: CS & ED
typedef uint8_t trx_ramaddr_t
 Data Type for Transceiver SRAM address.
typedef uint8_t trx_regval_t
 Data Type for Transceiver register value.
typedef uint8_t trx_regaddr_t
 Data Type for Transceiver register address.
typedef void(* trx_irq_handler_t )(uint8_t cause)
 Data Type for Transceiver IRQ callback function.

Typedef Documentation

typedef uint8_t ccamode_t

transceiver cca mode, 1 : ED, 2: CS, 3: CS & ED

Definition at line 188 of file const.h.

typedef int8_t channel_t

transceiver channel type

Definition at line 177 of file const.h.

typedef bool rxidle_t

radio idle state, if true radio idles in state PX_ON

Definition at line 185 of file const.h.

typedef void(* trx_irq_handler_t)(uint8_t cause)

Data Type for Transceiver IRQ callback function.

Definition at line 73 of file transceiver.h.

typedef uint8_t trx_ramaddr_t

Data Type for Transceiver SRAM address.

Definition at line 59 of file transceiver.h.

typedef uint8_t trx_regaddr_t

Data Type for Transceiver register address.

Definition at line 67 of file transceiver.h.

typedef uint8_t trx_regval_t

Data Type for Transceiver register value.

Definition at line 63 of file transceiver.h.

typedef int8_t txpwr_t

transceiver transmit type

Definition at line 180 of file const.h.