osd-contiki/platform/cc2538dk/dev
Benoît Thébaudeau d2f3795a30 cc2538: Clean up port and pin definitions
Homogenize port and pin definitions naming:
 - PERIPHERAL_FUNCTION_PORT for the port ID,
 - PERIPHERAL_FUNCTION_PIN for the pin ID,
 - PERIPHERAL_FUNCTION_PORT_BASE for the port base,
 - PERIPHERAL_FUNCTION_PIN_MASK for the pin mask.

Define only PERIPHERAL_FUNCTION_PORT and PERIPHERAL_FUNCTION_PIN in board.h, and
deduce PERIPHERAL_FUNCTION_PORT_BASE and PERIPHERAL_FUNCTION_PIN_MASK in the
driver from the former definitions.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
2013-11-25 15:00:41 +01:00
..
board.h cc2538: Clean up port and pin definitions 2013-11-25 15:00:41 +01:00
button-sensor.c cc2538: Clean up port and pin definitions 2013-11-25 15:00:41 +01:00
button-sensor.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
leds-arch.c cc2538: gpio: Use accessor macros 2013-11-15 19:57:44 +01:00
smartrf-sensors.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00