![]() |
Contiki-NG
|
Files | |
| file | arch/platform/simplelink/cc13xx-cc26xx/srf06/als-sensor.c |
| Driver for the SmartRF06 EB ALS sensor. | |
| file | arch/platform/simplelink/cc13xx-cc26xx/srf06/als-sensor.h |
| Header file for the SmartRF06 EB ALS sensor. | |
| file | arch/platform/simplelink/cc13xx-cc26xx/srf06/board-conf.h |
| Header file with definitions related to SmartRF06 EB boards. | |
| file | arch/platform/simplelink/cc13xx-cc26xx/srf06/board-peripherals.h |
| Header file with definitions related to SmartRF06 EB boards. | |
| file | arch/platform/simplelink/cc13xx-cc26xx/srf06/button-sensor-arch.c |
| Button HAL definitions for the SmartRF06 Evaluation Board's buttons. | |
| file | arch/platform/simplelink/cc13xx-cc26xx/srf06/leds-arch.c |
| LED HAL definitions for the SmartRF06 Evaluation Board's LEDs. | |
| file | arch/platform/simplelink/cc13xx-cc26xx/srf06/srf06-sensors.c |
| Generic module controlling sensors on SmartRF06 Evaluation Board. | |
Functions | |
| BUTTON_HAL_BUTTON (key_select, "Key Select", Board_KEY_SELECT, GPIO_HAL_PIN_CFG_PULL_UP|GPIO_HAL_PIN_CFG_HYSTERESIS, BUTTON_HAL_ID_KEY_SELECT, true) | |
| Negative logic. | |
| BUTTON_HAL_BUTTON (key_up, "Key Up", Board_KEY_UP, GPIO_HAL_PIN_CFG_PULL_UP|GPIO_HAL_PIN_CFG_HYSTERESIS, BUTTON_HAL_ID_KEY_UP, true) | |
| Negative logic. | |
| BUTTON_HAL_BUTTON (key_down, "Key Down", Board_KEY_DOWN, GPIO_HAL_PIN_CFG_PULL_UP|GPIO_HAL_PIN_CFG_HYSTERESIS, BUTTON_HAL_ID_KEY_DOWN, true) | |
| Negative logic. | |
| BUTTON_HAL_BUTTON (key_left, "Key Left", Board_KEY_LEFT, 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_KEY_RIGHT, GPIO_HAL_PIN_CFG_PULL_UP|GPIO_HAL_PIN_CFG_HYSTERESIS, BUTTON_HAL_ID_KEY_RIGHT, true) | |
| Negative logic. | |
Variables | |
| const struct sensors_sensor | als_sensor |
| Exports a global symbol to be used by the sensor API. | |
| SENSORS & | als_sensor |
| Exports a global symbol to be used by the sensor API. | |
Defines related to configuring SmartRF06 EB's peripherals. All SmartRF06 EBs are identical to a very large extent. Everything documented within this group applies to all SmartRF06 EBs.
| BUTTON_HAL_BUTTON | ( | key_down | , |
| "Key Down" | , | ||
| Board_KEY_DOWN | , | ||
| GPIO_HAL_PIN_CFG_PULL_UP| | GPIO_HAL_PIN_CFG_HYSTERESIS, | ||
| BUTTON_HAL_ID_KEY_DOWN | , | ||
| true | ) |
Negative logic.
| - | Name |
| - | Description |
| - | PIN |
| GPIO_HAL_PIN_CFG_HYSTERESIS | Pull configuration |
| - | Unique ID |
| BUTTON_HAL_BUTTON | ( | key_left | , |
| "Key Left" | , | ||
| Board_KEY_LEFT | , | ||
| GPIO_HAL_PIN_CFG_PULL_UP| | GPIO_HAL_PIN_CFG_HYSTERESIS, | ||
| BUTTON_HAL_ID_KEY_LEFT | , | ||
| true | ) |
Negative logic.
| - | Name |
| - | Description |
| - | PIN |
| GPIO_HAL_PIN_CFG_HYSTERESIS | Pull configuration |
| - | Unique ID |
| BUTTON_HAL_BUTTON | ( | key_right | , |
| "Key Right" | , | ||
| Board_KEY_RIGHT | , | ||
| GPIO_HAL_PIN_CFG_PULL_UP| | GPIO_HAL_PIN_CFG_HYSTERESIS, | ||
| BUTTON_HAL_ID_KEY_RIGHT | , | ||
| true | ) |
Negative logic.
| - | Name |
| - | Description |
| - | PIN |
| GPIO_HAL_PIN_CFG_HYSTERESIS | Pull configuration |
| - | Unique ID |
| BUTTON_HAL_BUTTON | ( | key_select | , |
| "Key Select" | , | ||
| Board_KEY_SELECT | , | ||
| GPIO_HAL_PIN_CFG_PULL_UP| | GPIO_HAL_PIN_CFG_HYSTERESIS, | ||
| BUTTON_HAL_ID_KEY_SELECT | , | ||
| true | ) |
Negative logic.
| - | Name |
| - | Description |
| - | PIN |
| GPIO_HAL_PIN_CFG_HYSTERESIS | Pull configuration |
| - | Unique ID |
| BUTTON_HAL_BUTTON | ( | key_up | , |
| "Key Up" | , | ||
| Board_KEY_UP | , | ||
| GPIO_HAL_PIN_CFG_PULL_UP| | GPIO_HAL_PIN_CFG_HYSTERESIS, | ||
| BUTTON_HAL_ID_KEY_UP | , | ||
| true | ) |
Negative logic.
| - | Name |
| - | Description |
| - | PIN |
| GPIO_HAL_PIN_CFG_HYSTERESIS | Pull configuration |
| - | Unique ID |