hw_sipo.h File Reference

Macro for HW_SIPO_H. More...

Go to the source code of this file.

Defines

#define SIPO_SET_LEVEL_LOW(dev)   do { /* Implement me! */ } while (0)
 Define generic macro to set pins logic level.
#define PULSE_LOW(dev)   do { /* Implement me! */ } while (0)
 Generate one low pulse on select line.
#define PULSE_HIGH(dev)   do { /* Implement me! */ } while (0)
 Generate one hight pulse on select line.
#define SIPO_SI_HIGH()   do { /* Implement me! */ } while (0)
 Define the procedure to drive serial input in sipo device (SI).
#define SIPO_SI_CLOCK(clk_pol)
 Drive clock to shift SI data into latch.
#define SIPO_LOAD(device, load_pol)   do { /* Implement me! */ } while (0)
 Do everything needed in order to load dato into sipo.
#define SIPO_ENABLE()   do { /* Implement me! */ } while (0)
 Enable the shift register output.
#define SIPO_SET_LD_LEVEL(device, load_pol)   do { /* Implement me! */ } while (0)
 Set polarity for Load, Clk, SI signals.
#define SIPO_INIT_PIN()   do { /* Implement me! */ } while (0)
 Do anything that needed to init sipo pins.

Typedefs

typedef enum SipoMap SipoMap
 Map sipo connection on board.

Enumerations

enum  SipoMap
 

Map sipo connection on board.



Detailed Description

Macro for HW_SIPO_H.

Version:
Id
hw_sipo.h 2882 2009-09-04 19:17:37Z batt
Author:
Andrea Grandi <andrea@develer.com>
Daniele Basile <asterix@develer.com>

Definition in file hw_sipo.h.