USBD ROM Stack
2.0
ROM based USB device stack
GIT
lpcopen_v3
lpcopen_version3
LPC43xx_18xx
lpc43xx_18xx
LPC_USBD_Lib
mw_common
packing.h
1
/*
2
%
3
% Copyright 2012 NXP Semiconductors,
4
% 411 E Plumeria Dr San Jose CA USA
5
% All rights are reserved. Reproduction in whole or in part is prohibited
6
% without the prior written consent of the copyright owner.
7
%
8
*/
9
10
/*
11
+++ IDENTIFICATION
12
13
PACKAGE :
14
COMPONENT :
15
INTERFACE :
16
TEMPLATE VERSION : 3
17
*/
18
#ifndef __PACKING_H_
19
#define __PACKING_H_
20
21
/* For Keil ARM only */
22
#define PRE_PACK __packed
23
#define POST_PACK
24
#define ALIGNED(n) __align(n)
25
26
#endif
/* __PACKING_H_ */
Generated on Thu Mar 15 2018 16:09:43 for USBD ROM Stack by
1.8.13