|
Wirepas SDK
|
|
Go to the documentation of this file.
13 #ifndef _BOARD_EFR32_TEMPLATE_BOARD_H_
14 #define _BOARD_EFR32_TEMPLATE_BOARD_H_
25 #define BOARD_USART_ID 0
32 #define BOARD_USART_GPIO_PORT GPIOA
39 #define BOARD_USART_ROUTELOC_RXLOC USART_ROUTELOC0_RXLOC_LOC0
46 #define BOARD_USART_ROUTELOC_TXLOC USART_ROUTELOC0_TXLOC_LOC0
51 #define BOARD_USART_TX_PIN 0
55 #define BOARD_USART_RX_PIN 1
66 #define BOARD_UART_INT_PIN 8
67 #define BOARD_UART_INT_PORT GPIOD
81 #define BOARD_LED_PIN_LIST {{GPIOF, 4}, {GPIOF, 5}}
90 #define BOARD_LED_ACTIVE_LOW false
106 #define BOARD_BUTTON_PIN_LIST {{4, GPIOF, 6}, {6, GPIOF, 7}}
116 #define BOARD_BUTTON_ACTIVE_LOW true
126 #define BOARD_BUTTON_INTERNAL_PULL true
143 #define BOARD_BUTTON_USE_EVEN_INT true