contiki/cpu/cc2538/usb
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
..
cdc-acm-descriptors.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
usb-arch.c cc2538: Clean up port and pin definitions 2013-11-25 15:00:41 +01:00
usb-serial.c Improve handling of CDC ACM line state 2013-04-16 15:49:05 +01:00
usb-serial.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00