Loading...
Searching...
No Matches
board.h File Reference

Board specific definitions for the ST I-NUCLEO-LRWAN1 board. More...

Detailed Description

Board specific definitions for the ST I-NUCLEO-LRWAN1 board.

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

Definition in file board.h.

#include <stdint.h>
#include "cpu.h"
+ Include dependency graph for board.h:

Go to the source code of this file.

xtimer configuration

#define XTIMER_WIDTH   (16)
 

SX1272 configuration

#define SX127X_PARAM_SPI_NSS   GPIO_PIN(PORT_A, 15)
 
#define SX127X_PARAM_RESET   GPIO_PIN(PORT_A, 9)
 
#define SX127X_PARAM_DIO0   GPIO_PIN(PORT_A, 2)
 
#define SX127X_PARAM_DIO1   GPIO_PIN(PORT_A, 3)
 
#define SX127X_PARAM_DIO2   GPIO_PIN(PORT_A, 5)
 
#define SX127X_PARAM_DIO3   GPIO_PIN(PORT_A, 6)
 
#define SX127X_PARAM_PASELECT   (SX127X_PA_BOOST)
 

Macro Definition Documentation

◆ SX127X_PARAM_DIO0

#define SX127X_PARAM_DIO0   GPIO_PIN(PORT_A, 2)

Definition at line 43 of file board.h.

◆ SX127X_PARAM_DIO1

#define SX127X_PARAM_DIO1   GPIO_PIN(PORT_A, 3)

Definition at line 44 of file board.h.

◆ SX127X_PARAM_DIO2

#define SX127X_PARAM_DIO2   GPIO_PIN(PORT_A, 5)

Definition at line 45 of file board.h.

◆ SX127X_PARAM_DIO3

#define SX127X_PARAM_DIO3   GPIO_PIN(PORT_A, 6)

Definition at line 46 of file board.h.

◆ SX127X_PARAM_PASELECT

#define SX127X_PARAM_PASELECT   (SX127X_PA_BOOST)

Definition at line 47 of file board.h.

◆ SX127X_PARAM_RESET

#define SX127X_PARAM_RESET   GPIO_PIN(PORT_A, 9)

Definition at line 42 of file board.h.

◆ SX127X_PARAM_SPI_NSS

#define SX127X_PARAM_SPI_NSS   GPIO_PIN(PORT_A, 15)

Definition at line 41 of file board.h.

◆ XTIMER_WIDTH

#define XTIMER_WIDTH   (16)

Definition at line 34 of file board.h.