101-1006 Rabbit Semiconductor, 101-1006 Datasheet - Page 224

no-image

101-1006

Manufacturer Part Number
101-1006
Description
MODULE POWERCORE FLEX 3800
Manufacturer
Rabbit Semiconductor
Datasheet

Specifications of 101-1006

Module/board Type
MPU Core Module
For Use With/related Products
RCM3800
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
DESCRIPTION
PARAMETER
RETURN VALUE
SEE ALSO
216
int rn_find(rn_search *srch);
rn_find
unsigned int flags;
unsigned int ports;
char productid;
char productrev;
char coderev;
long serialnum;
RN_MATCH_PORT
RN_MATCH_PNA
RN_MATCH_HANDLE
RN_MATCH_PRDID
RN_MATCH_PRDREV
RN_MATCH_CODEREV
RN_MATCH_SN
rn_search newdev;
newdev.flags = RN_MATCH_PORT|RN_MATCH_SN;
newdev.ports = 0x03; //search ports 0 and 1
newdev.serialnum = E3446C01L;
handle = rn_find(&newdev);
rn_device
Locates the first active device that matches the search criteria.
srch
Use a maximum of 3 macros for the search criteria:
For example:
Returns the handle of the first device matching the criteria. 0 indicates no such devices
were found.
is the search criteria structure
// match port bitmask
// match physical node address
// match instance (reg 3)
// match id/version (reg 1)
// match product revision
// match code revision
// match serial number
// status flags see MATCH macros below
// port bitmask
// product id
// product rev
// code rev
// serial number
rn_find
rn_search:
PowerCore FLEX

Related parts for 101-1006