|
Contiki 3.x
|
Defines related to the CC1310 LaunchPad. More...
Files | |
| file | board.h |
| Header file with definitions related to the I/O connections on the TI CC1310 LaunchPad. | |
LED configurations | |
| #define | LEDS_RED 1 |
| #define | LEDS_GREEN 2 |
| #define | LEDS_YELLOW LEDS_GREEN |
| #define | LEDS_ORANGE LEDS_RED |
| #define | LEDS_CONF_ALL 3 |
| #define | PLATFORM_HAS_LEDS 1 |
Button IOID mapping | |
| #define | BOARD_IOID_KEY_LEFT IOID_13 |
| #define | BOARD_IOID_KEY_RIGHT IOID_14 |
| #define | BOARD_KEY_LEFT (1 << BOARD_IOID_KEY_LEFT) |
| #define | BOARD_KEY_RIGHT (1 << BOARD_IOID_KEY_RIGHT) |
| #define | BOARD_IOID_SPI_MOSI IOID_9 |
| SPI IOID mappings. More... | |
External flash IOID mapping | |
| #define | BOARD_IOID_FLASH_CS IOID_20 |
| #define | BOARD_FLASH_CS (1 << BOARD_IOID_FLASH_CS) |
| #define | BOARD_IOID_SPI_CLK_FLASH IOID_10 |
| #define | BOARD_IOID_SCL IOID_4 |
| I2C IOID mappings. More... | |
| #define | BOARD_IOID_CS IOID_11 |
| Remaining pins. More... | |
Device string used on startup | |
| #define | BOARD_STRING "TI CC1310 LaunchPad" |
Defines related to the CC1310 LaunchPad.
This file provides connectivity information on LEDs, Buttons, UART and other peripherals
This file is not meant to be modified by the user.
| #define BOARD_IOID_CS IOID_11 |
| #define BOARD_IOID_SCL IOID_4 |
I2C IOID mappings.
Those values are not meant to be modified by the user
Definition at line 149 of file board.h.
Referenced by board_i2c_select(), and board_i2c_shutdown().
| #define BOARD_IOID_SPI_MOSI IOID_9 |
SPI IOID mappings.
Those values are not meant to be modified by the user
Definition at line 128 of file board.h.
Referenced by board_spi_close(), and board_spi_open().
1.8.6