RTEMS Logo

RTEMS 4.9.2 On-Line Library


Chains Initialize Chain With Nodes

PREV UP NEXT Bookshelf RTEMS Ada User's Guide

28.4.1: Initialize Chain With Nodes

CALLING SEQUENCE:

RETURNS

Returns nothing.

DESCRIPTION:

This function take in a pointer to a chain control and initializes it to contain a set of chain nodes. The chain will contain number_nodes chain nodes from the memory pointed to by start_address. Each node is assumed to be node_size bytes.

NOTES:

This call will discard any nodes on the chain.

This call does NOT inititialize any user data on each node.


PREV UP NEXT Bookshelf RTEMS Ada User's Guide

Copyright © 1988-2008 OAR Corporation