 |
Wirepas SDK
|
|
Go to the documentation of this file.
14 #ifndef BOARD_SILABSEFR32KIT_BOARD_H_
15 #define BOARD_SILABSEFR32KIT_BOARD_H_
21 #define BOARD_USART_ID 0
23 #define BOARD_USART_GPIO_PORT GPIOA
24 #define BOARD_USART_TX_PIN 0
25 #define BOARD_USART_RX_PIN 1
28 #define BOARD_USART_ROUTELOC_RXLOC USART_ROUTELOC0_RXLOC_LOC0
29 #define BOARD_USART_ROUTELOC_TXLOC USART_ROUTELOC0_TXLOC_LOC0
32 #define BOARD_UART_INT_PIN 8
33 #define BOARD_UART_INT_PORT GPIOD
39 #define BOARD_USART_VCOM_PORT GPIOA
40 #define BOARD_USART_VCOM_PIN 5
46 #define BOARD_LED_PIN_LIST {{GPIOF, 4}, {GPIOF, 5}}
49 #define BOARD_LED_ACTIVE_LOW false
52 #define BOARD_BUTTON_PIN_LIST {{4, GPIOF, 6}, {6, GPIOF, 7}}
55 #define BOARD_BUTTON_ACTIVE_LOW true
58 #define BOARD_BUTTON_INTERNAL_PULL false
61 #define BOARD_BUTTON_USE_EVEN_INT true