Loading...
Searching...
No Matches

Default configuration for RN2483/RN2903 devices. More...

Detailed Description

Default configuration for RN2483/RN2903 devices.

Author
Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr

Definition in file rn2xx3_params.h.

#include "board.h"
#include "rn2xx3.h"
+ Include dependency graph for rn2xx3_params.h:

Go to the source code of this file.

Variables

static const rn2xx3_params_t rn2xx3_params []
 RN2483/RN2903 configuration.
 

Set default configuration parameters for the RN2483/RN2903 driver

#define RN2XX3_PARAM_UART   UART_DEV(1)
 
#define RN2XX3_PARAM_BAUDRATE   (57600U)
 
#define RN2XX3_PARAM_PIN_RESET   (GPIO_UNDEF)
 
#define RN2XX3_PARAMS
 

Macro Definition Documentation

◆ RN2XX3_PARAM_BAUDRATE

#define RN2XX3_PARAM_BAUDRATE   (57600U)

Definition at line 37 of file rn2xx3_params.h.

◆ RN2XX3_PARAM_PIN_RESET

#define RN2XX3_PARAM_PIN_RESET   (GPIO_UNDEF)

Definition at line 40 of file rn2xx3_params.h.

◆ RN2XX3_PARAM_UART

#define RN2XX3_PARAM_UART   UART_DEV(1)

Definition at line 34 of file rn2xx3_params.h.

◆ RN2XX3_PARAMS

#define RN2XX3_PARAMS
Value:
{ .uart = RN2XX3_PARAM_UART, \
.baudrate = RN2XX3_PARAM_BAUDRATE, \
.pin_reset = RN2XX3_PARAM_PIN_RESET }

Definition at line 44 of file rn2xx3_params.h.

Variable Documentation

◆ rn2xx3_params

const rn2xx3_params_t rn2xx3_params[]
static
Initial value:
=
{
RN2XX3_PARAMS
}

RN2483/RN2903 configuration.

Definition at line 53 of file rn2xx3_params.h.