mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
/* provide address for USCI register map by taking the address of the first
|
|
* register (as provided by the vendor files) */
|
|
PROVIDE(USCI_A0 = UCA0ABCTL);
|
|
PROVIDE(USCI_A1 = UCA1ABCTL);
|
|
PROVIDE(USCI_B0 = UCB0CTL0);
|
|
PROVIDE(USCI_B1 = UCB1CTL0);
|
|
PROVIDE(PORT_7 = P7IN);
|
|
PROVIDE(PORT_8 = P8IN);
|