![]() |
Contiki-NG
|
Defines related to LaunchPad peripherals. More...
Topics | |
| CC1310 LaunchPad Peripherals | |
| Defines related to the CC1310 LaunchPad. | |
| CC1350 LaunchPad Peripherals | |
| Defines related to the CC1350 LaunchPad. | |
| CC2640R2 LaunchPad Peripherals | |
| Defines related to the CC2640R2 LaunchPad. | |
| CC2650 LaunchPad Peripherals | |
| Defines related to the CC2650 LaunchPad. | |
Functions | |
| void | board_init () |
| Board specific iniatialisation. | |
| BUTTON_HAL_BUTTON (key_left, "Key Left", Board_PIN_BTN1, GPIO_HAL_PIN_CFG_PULL_UP|GPIO_HAL_PIN_CFG_HYSTERESIS, BUTTON_HAL_ID_KEY_LEFT, true) | |
| Negative logic. | |
| BUTTON_HAL_BUTTON (key_right, "Key Right", Board_PIN_BTN2, GPIO_HAL_PIN_CFG_PULL_UP|GPIO_HAL_PIN_CFG_HYSTERESIS, BUTTON_HAL_ID_KEY_RIGHT, true) | |
| Negative logic. | |
Defines related to LaunchPad peripherals.
Defines related to configuring LaunchPad peripherals.
All LaunchPads are identical to a very large extent. Everything documented within this group applies to both sensortags
Defines related to configuring LaunchPad peripherals. All LaunchPads are identical to a very large extent. Everything documented within this group applies to all LaunchPads.
| BUTTON_HAL_BUTTON | ( | key_left | , |
| "Key Left" | , | ||
| Board_PIN_BTN1 | , | ||
| GPIO_HAL_PIN_CFG_PULL_UP| | GPIO_HAL_PIN_CFG_HYSTERESIS, | ||
| BUTTON_HAL_ID_KEY_LEFT | , | ||
| true | ) |
Negative logic.
| - | Name |
| - | Description |
| - | Board PIN |
| GPIO_HAL_PIN_CFG_HYSTERESIS | Pull configuration |
| - | Unique ID |
| BUTTON_HAL_BUTTON | ( | key_right | , |
| "Key Right" | , | ||
| Board_PIN_BTN2 | , | ||
| GPIO_HAL_PIN_CFG_PULL_UP| | GPIO_HAL_PIN_CFG_HYSTERESIS, | ||
| BUTTON_HAL_ID_KEY_RIGHT | , | ||
| true | ) |
Negative logic.
| - | Name |
| - | Description |
| - | Board PIN |
| GPIO_HAL_PIN_CFG_HYSTERESIS | Pull configuration |
| - | Unique ID |