User`s manual
RabbitFLEX User’s Manual www.rabbit.com 85
6.6.1 Board Initialization
brdInit
void brdInit(void);
DESCRIPTION
Call this function at the beginning of your application to initialize the controller's I/O ports. This
function sets up all of the I/O available on your RabbitFLEX board, including Ethernet, digital
I/O, and analog I/O.
RETURN VALUE
None.
6.6.2 Pin Names
flexPinName
char *flexPinName(Flex_IOPin *pin);
DESCRIPTION
Returns the character string that represents the name of the given I/O pin. Note that the returned
string cannot be modified.
PARAMETER
pin Pointer to the information structure for the selected I/O pin.
RETURN VALUE
A string representing the name of the selected I/O pin.