DLP-RFS-DK DLP Design, DLP-RFS-DK Datasheet - Page 13

no-image

DLP-RFS-DK

Manufacturer Part Number
DLP-RFS-DK
Description
RF Development Tools DLP-RFS1231 development kit
Manufacturer
DLP Design
Type
RF Transceiversr
Datasheet

Specifications of DLP-RFS-DK

Rohs
yes
Product
Development Kit
Tool Is For Evaluation Of
DLP-RFS1231
Frequency
915 MHz
Operating Supply Voltage
2.4 V to 3.6 V
Dimensions
1.5 in x 2 in x 1.53 in
Interface Type
UART
Maximum Operating Temperature
+ 70 C
Minimum Operating Temperature
0 C
For Use With
DLP-RFS1231
Parameters:
Node
msgNo
This function is called to add a list item to the head of the list. The caller is responsible for providing
storage for the list item. The Message Manager only stores a pointer to the list item.
void msgClear (uint8_t msgNo)
Clears the message list by setting the list head to NULL.
Parameters:
msgNo
This function is called to clear the message list.
uint8_t msgGetCount (uint8_t msgNo)
Gets the total number of bytes to send.
Parameters:
msgNo
This function traverses the message tree and calculates the size of the entire message as it is
currently configured.
TMessageComponent* msgGetHead (uint8_t msgNo)
Gets the address to the head of the message list.
Parameters:
msgNo
This function is called to get the head of the message list.
uint8_t msgGetNew (void)
Gets the handle to a new message.
This function is called to allocate one of the managed messages to the caller. A very simple
management system is used that allows the caller to call ReleaseMessage to free the message up for
another use. If all messages are being used, this function returns 0xFF. A return value of 0 is a valid
message handle.
NOTE: TESTS FOR FAILURE MUST TEST AGAINST A RETURN VALUE OF 0xFF.
TMessageComponent* msgGetNext (TMessageComponent * currentNode)
Gets the address of the next message in the list (front to back) .
Parameters:
currentNode Current node to use as a reference to get the next node
Rev 1.1 (November 2012)
A pointer to the TMessageComponent to be added
Indicates which managed message to perform the operation on
Indicates which managed message to perform the operation on
Indicates which managed message to perform the operation on
Indicates which managed message to perform the operation on
13
© DLP Design, Inc.

Related parts for DLP-RFS-DK