Contiki 3.x
Data Fields
ButtonResourceStruct Struct Reference

Data structure for button description. More...

#include <cpu/stm32w108/hal/micro/cortexm3/stm32w108/board.h>

Data Fields

char * name
 Name of the button as printed in the board.
 
uint8_t gpioPort
 GPIO port associated with the button.
 
uint8_t gpioPin
 GPIO pin associated with the button.
 

Detailed Description

Data structure for button description.

Definition at line 97 of file board.h.