Board definition for a board composed of a Silabs starter kit and a brd4181b radio module 
Definition in file board.h.
 
Go to the source code of this file.
◆ BOARD_BUTTON_ACTIVE_LOW
      
        
          | #define BOARD_BUTTON_ACTIVE_LOW   true | 
        
      
 
 
◆ BOARD_BUTTON_ID_LIST
◆ BOARD_BUTTON_INTERNAL_PULL
      
        
          | #define BOARD_BUTTON_INTERNAL_PULL   false | 
        
      
 
 
◆ BOARD_GPIO_ID_BUTTON0
      
        
          | #define BOARD_GPIO_ID_BUTTON0   2 | 
        
      
 
 
◆ BOARD_GPIO_ID_BUTTON1
      
        
          | #define BOARD_GPIO_ID_BUTTON1   3 | 
        
      
 
 
◆ BOARD_GPIO_ID_LED0
      
        
          | #define BOARD_GPIO_ID_LED0   0 | 
        
      
 
 
◆ BOARD_GPIO_ID_LED1
      
        
          | #define BOARD_GPIO_ID_LED1   1 | 
        
      
 
 
◆ BOARD_GPIO_ID_USART_WAKEUP
      
        
          | #define BOARD_GPIO_ID_USART_WAKEUP   4 | 
        
      
 
 
◆ BOARD_GPIO_ID_VCOM_ENABLE
      
        
          | #define BOARD_GPIO_ID_VCOM_ENABLE   5 | 
        
      
 
 
◆ BOARD_GPIO_PIN_LIST
      
        
          | #define BOARD_GPIO_PIN_LIST | 
        
      
 
Value:                                        {{GPIO_PORTD, 2}, \
                                        {GPIO_PORTD, 3}, \
                                        {GPIO_PORTB, 0}, \
                                        {GPIO_PORTB, 1}, \
                                        {GPIO_PORTA, 6}, \
                                        {GPIO_PORTD, 4}} 
 
Definition at line 25 of file board.h.
 
 
◆ BOARD_LED_ACTIVE_LOW
      
        
          | #define BOARD_LED_ACTIVE_LOW   false | 
        
      
 
 
◆ BOARD_LED_ID_LIST
◆ BOARD_USART_ID
◆ BOARD_USART_RX_PIN
      
        
          | #define BOARD_USART_RX_PIN   6 | 
        
      
 
 
◆ BOARD_USART_RX_PORT
      
        
          | #define BOARD_USART_RX_PORT   GPIO_PORTA | 
        
      
 
 
◆ BOARD_USART_TX_PIN
      
        
          | #define BOARD_USART_TX_PIN   5 | 
        
      
 
 
◆ BOARD_USART_TX_PORT
      
        
          | #define BOARD_USART_TX_PORT   GPIO_PORTA |