HALFRED  0.4.0
Functions
hal_iocomposite.h File Reference

Composite IODevice API. More...

Detailed Description

Composite IODevice API.

Purpose
HALFRED Hardware Abstraction Layer
Version
Revision
1563
License
$License$
#include "hal_defs.h"
#include "hal_iodevice.h"

Go to the source code of this file.

Functions

IODevice IOCOMPOSITE_Create (unsigned int max_associates)
 
void IOCOMPOSITE_Destroy (IODevice iocomposite)
 
HALRESULT IOCOMPOSITE_SetAssociation (IODevice iocomposite, unsigned int index, IODevice iodevice)
 
HALRESULT IOCOMPOSITE_ClearAssociation (IODevice iocomposite, unsigned int index)
 
IODevice IOCOMPOSITE_GetAssociation (IODevice iocomposite, unsigned int index)