A Atmel RF2xx Radio Library for Mbed

Dependents:   xBedRadio MxSniffer

Embed: (wiki syntax)

« Back to documentation index

trx_param_t Struct Reference

trx_param_t Struct Reference
[GrpTrx]

Transceiver parameter structure. More...

#include <const.h>

Data Fields

channel_t chan
 current channel see sub register SR_CHANNEL
unsigned int txp: 4
 TX power index see sub register SR_TX_PWR.
unsigned int cca: 2
 CCA mode see sub register SR_CCA_MODE.
unsigned int edt: 4
 ED threshold see sub register SR_CCA_ED_THRES.
unsigned int clkm: 3
 clkm control see sub register SR_CLKM_CTRL

Detailed Description

Transceiver parameter structure.

Definition at line 195 of file const.h.


Field Documentation

unsigned int cca

CCA mode see sub register SR_CCA_MODE.

Definition at line 202 of file const.h.

current channel see sub register SR_CHANNEL

Definition at line 198 of file const.h.

unsigned int clkm

clkm control see sub register SR_CLKM_CTRL

Definition at line 207 of file const.h.

unsigned int edt

ED threshold see sub register SR_CCA_ED_THRES.

Definition at line 204 of file const.h.

unsigned int txp

TX power index see sub register SR_TX_PWR.

Definition at line 200 of file const.h.