SysIo  1.9.0
Embedded Library and tools
Codes IOCTL

Detailed Description

Liste des codes de fonctions pour la fonction iLedRgbCtl().

Collaboration diagram for Codes IOCTL:

Macros

#define LEDRGB_IOC_CLRERROR   101
 
#define LEDRGB_IOC_GETERROR   100
 
#define LEDRGB_IOC_SETBLINKER   3
 
#define LEDRGB_IOC_SETDIMMER   2
 
#define LEDRGB_IOC_SETGAIN   4
 
#define LEDRGB_IOC_SETMODE   1
 

Macro Definition Documentation

#define LEDRGB_IOC_CLRERROR   101

#include <ledrgb.h>

int clrerror (xLedRgbDcb * dcb);

Definition at line 51 of file ledrgb.h.

#define LEDRGB_IOC_GETERROR   100

#include <ledrgb.h>

int error (xLedRgbDcb * dcb, int led)

Definition at line 50 of file ledrgb.h.

#define LEDRGB_IOC_SETBLINKER   3

#include <ledrgb.h>

int setblinker (xLedRgbDcb * dcb, int item, int period, int dcycle)

Definition at line 48 of file ledrgb.h.

#define LEDRGB_IOC_SETDIMMER   2

#include <ledrgb.h>

int setdimmer (xLedRgbDcb * dcb, int item, int dimming)

Definition at line 47 of file ledrgb.h.

#define LEDRGB_IOC_SETGAIN   4

#include <ledrgb.h>

int setgain (xLedRgbDcb * dcb, int item, int gain);

Definition at line 49 of file ledrgb.h.

#define LEDRGB_IOC_SETMODE   1

#include <ledrgb.h>

int setmode (xLedRgbDcb * dcb, int led, eLedRgbMode mode)

Definition at line 46 of file ledrgb.h.