#ifndef _DRV_LMT_H #define _DRV_LMT_H /** @addtogroup mIDriver */ //@{ #define DRV_LIMIT_ALIGN_BYTE 0x00000001 // Byte alignment #define DRV_LIMIT_ALIGN_HALFWORD 0x00000002 // Half-word (2 Bytes) alignment #define DRV_LIMIT_ALIGN_WORD 0x00000004 // Word ( 4 bytes) alignment #define DRV_LIMIT_ALIGN_2WORD 0x00000008 // 2 words ( 8 bytes) alignment #define DRV_LIMIT_ALIGN_4WORD 0x00000010 // 4 words (16 bytes) alignment #define DRV_LIMIT_ALIGN_8WORD 0x00000020 // 8 words (32 bytes) alignment //@} #endif