hw functions for the SOLID slow control

Dependents:   S_SCTRL_e_test SPItest sscm

solid_sctrl_def.h

Committer:
wbeaumont
Date:
2015-10-23
Revision:
16:6bbb6bb0678a
Parent:
5:b527df9432c3

File content as of revision 16:6bbb6bb0678a:

#ifndef solid_sctrl_def_H
#define solid_sctrl_def_H
/*
 * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
*/

typedef unsigned int  u32;
typedef unsigned short int  u16;
typedef unsigned char u8;

#endif