Wirepas SDK
board.h File Reference

Detailed Description

Board definition for a Silabs' board named as "Explorer Kit BGM220 Module" Part number BGM220-EK4314A

Definition in file board.h.

Go to the source code of this file.

Macros

#define BOARD_USART_ID   0
 
#define BOARD_USART_GPIO_PORT   GPIO_PORTA
 
#define BOARD_USART_TX_PIN   5
 
#define BOARD_USART_RX_PIN   6
 
#define BOARD_LED_PIN_LIST   {{GPIO_PORTA, 4}}
 
#define BOARD_LED_ACTIVE_LOW   false
 
#define BOARD_BUTTON_PIN_LIST   {{4, GPIO_PORTC, 7}}
 
#define BOARD_BUTTON_ACTIVE_LOW   true
 
#define BOARD_BUTTON_INTERNAL_PULL   false
 
#define BOARD_BUTTON_USE_EVEN_INT   true
 

Macro Definition Documentation

◆ BOARD_BUTTON_ACTIVE_LOW

#define BOARD_BUTTON_ACTIVE_LOW   true
Examples
positioning_app/app.c.

Definition at line 36 of file board.h.

◆ BOARD_BUTTON_INTERNAL_PULL

#define BOARD_BUTTON_INTERNAL_PULL   false
Examples
positioning_app/app.c.

Definition at line 39 of file board.h.

◆ BOARD_BUTTON_PIN_LIST

#define BOARD_BUTTON_PIN_LIST   {{4, GPIO_PORTC, 7}}
Examples
positioning_app/app.c.

Definition at line 33 of file board.h.

◆ BOARD_BUTTON_USE_EVEN_INT

#define BOARD_BUTTON_USE_EVEN_INT   true

Definition at line 42 of file board.h.

◆ BOARD_LED_ACTIVE_LOW

#define BOARD_LED_ACTIVE_LOW   false

Definition at line 27 of file board.h.

◆ BOARD_LED_PIN_LIST

#define BOARD_LED_PIN_LIST   {{GPIO_PORTA, 4}}

Definition at line 24 of file board.h.

◆ BOARD_USART_GPIO_PORT

#define BOARD_USART_GPIO_PORT   GPIO_PORTA

Definition at line 19 of file board.h.

◆ BOARD_USART_ID

#define BOARD_USART_ID   0

Definition at line 17 of file board.h.

◆ BOARD_USART_RX_PIN

#define BOARD_USART_RX_PIN   6

Definition at line 21 of file board.h.

◆ BOARD_USART_TX_PIN

#define BOARD_USART_TX_PIN   5

Definition at line 20 of file board.h.