Home
last modified time | relevance | path

Searched refs:ALIGNED (Results 1 – 7 of 7) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_desc.c45 ALIGNED(4) const uint8_t USB_DeviceDescriptor[] = {
66 ALIGNED(4) uint8_t USB_FsConfigDescriptor[] = {
167 ALIGNED(4) const uint8_t USB_StringDescriptor[] = {
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/
A Dcdc_desc.c45 ALIGNED(4) const uint8_t USB_DeviceDescriptor[] = {
66 ALIGNED(4) uint8_t USB_FsConfigDescriptor[] = {
167 ALIGNED(4) const uint8_t USB_StringDescriptor[] = {
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src/
A Dhid_desc.c72 ALIGNED(4) const uint8_t USB_DeviceDescriptor[] = {
93 ALIGNED(4) uint8_t USB_FsConfigDescriptor[] = {
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/
A Dhid_desc.c78 ALIGNED(4) const uint8_t USB_DeviceDescriptor[] = {
99 ALIGNED(4) uint8_t USB_FsConfigDescriptor[] = {
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/
A Dhid_desc.c84 ALIGNED(4) const uint8_t USB_DeviceDescriptor[] = {
105 ALIGNED(4) uint8_t USB_FsConfigDescriptor[] = {
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dcomposite_desc.c78 ALIGNED(4) const uint8_t USB_DeviceDescriptor[] = {
99 ALIGNED(4) uint8_t USB_FsConfigDescriptor[] = {
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd.h53 #define ALIGNED(n) __attribute__((aligned (n))) macro
58 #define ALIGNED(n) __align(n) macro
71 #define ALIGNED(n) PRAGMA_ALIGN_##n macro

Completed in 7 milliseconds