attached. */\r
ulLED <<= ( unsigned long ) uxLED;\r
\r
- /* If this bit is already set, clear it, and visa versa. */\r
+ /* If this bit is already set, clear it, and vice versa. */\r
ulCurrentState = GPIO0_IOPIN;\r
if( ulCurrentState & ulLED )\r
{\r
attached. */\r
ulLED <<= ( unsigned long ) uxLED;\r
\r
- /* If this bit is already set, clear it, and visa versa. */\r
+ /* If this bit is already set, clear it, and vice versa. */\r
ulCurrentState = IO1PIN;\r
if( ulCurrentState & ulLED )\r
{\r
attached. */\r
ulLED <<= ( unsigned long ) uxLED;\r
\r
- /* If this bit is already set, clear it, and visa versa. */\r
+ /* If this bit is already set, clear it, and vice versa. */\r
ulCurrentState = IOPIN1;\r
if( ulCurrentState & ulLED )\r
{\r
attached. */\r
ulLED <<= ( unsigned portLONG ) uxLED;\r
\r
- /* If this bit is already set, clear it, and visa versa. */\r
+ /* If this bit is already set, clear it, and vice versa. */\r
ulCurrentState = FIO2PIN;\r
if( ulCurrentState & ulLED )\r
{\r
attached. */\r
ulLED <<= ( unsigned long ) uxLED;\r
\r
- /* If this bit is already set, clear it, and visa versa. */\r
+ /* If this bit is already set, clear it, and vice versa. */\r
ulCurrentState = FIO2PIN;\r
if( ulCurrentState & ulLED )\r
{\r
attached. */\r
ulLED <<= ( unsigned long ) ulLEDIn;\r
\r
- /* If this bit is already set, clear it, and visa versa. */\r
+ /* If this bit is already set, clear it, and vice versa. */\r
ulCurrentState = GPIO2->FIOPIN;\r
if( ulCurrentState & ulLED )\r
{\r
\r
if( ulLEDIn == 0 )\r
{\r
- /* If this bit is already set, clear it, and visa versa. */\r
+ /* If this bit is already set, clear it, and vice versa. */\r
ulCurrentState = GPIO1->FIOPIN;\r
if( ulCurrentState & partstLED1_OUTPUT )\r
{\r
}\r
else if( ulLEDIn == 1 )\r
{\r
- /* If this bit is already set, clear it, and visa versa. */\r
+ /* If this bit is already set, clear it, and vice versa. */\r
ulCurrentState = GPIO0->FIOPIN;\r
if( ulCurrentState & partstLED2_OUTPUT )\r
{\r
\r
static void prvToggleOnBoardLED( void )\r
{\r
- /* If the on board LED is on, turn it off and visa versa. */\r
+ /* If the on board LED is on, turn it off and vice versa. */\r
if( P1 & ucLED_BIT )\r
{\r
P1 &= ~ucLED_BIT;\r