Firmware
Functions
syslink_params.c File Reference

Parameters defined by the syslink module and the exposed NRF51 radio. More...

#include <nuttx/config.h>
#include <parameters/param.h>

Functions

 PARAM_DEFINE_INT32 (SLNK_RADIO_CHAN, 80)
 Operating channel of the NRF51. More...
 
 PARAM_DEFINE_INT32 (SLNK_RADIO_RATE, 2)
 Operating datarate of the NRF51. More...
 
 PARAM_DEFINE_INT32 (SLNK_RADIO_ADDR1, 231)
 Operating address of the NRF51 (most significant byte) More...
 
 PARAM_DEFINE_INT32 (SLNK_RADIO_ADDR2, 3890735079)
 Operating address of the NRF51 (least significant 4 bytes) More...
 

Detailed Description

Parameters defined by the syslink module and the exposed NRF51 radio.

Author
Dennis Shtatnov densh.nosp@m.t@gm.nosp@m.ail.c.nosp@m.om

Function Documentation

§ PARAM_DEFINE_INT32() [1/4]

PARAM_DEFINE_INT32 ( SLNK_RADIO_CHAN  ,
80   
)

Operating channel of the NRF51.

0 125 Syslink

§ PARAM_DEFINE_INT32() [2/4]

PARAM_DEFINE_INT32 ( SLNK_RADIO_RATE  ,
 
)

Operating datarate of the NRF51.

0 2 Syslink

§ PARAM_DEFINE_INT32() [3/4]

PARAM_DEFINE_INT32 ( SLNK_RADIO_ADDR1  ,
231   
)

Operating address of the NRF51 (most significant byte)

Syslink

§ PARAM_DEFINE_INT32() [4/4]

PARAM_DEFINE_INT32 ( SLNK_RADIO_ADDR2  ,
3890735079   
)

Operating address of the NRF51 (least significant 4 bytes)

Syslink