Home
last modified time | relevance | path

Searched refs:__packed (Results 1 – 21 of 21) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_def.h130 #ifndef __packed
131 #define __packed __attribute__((__packed__)) macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_def.h129 #ifndef __packed
130 #define __packed __attribute__((__packed__)) macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_def.h132 #ifndef __packed
133 #define __packed __attribute__((__packed__)) macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32_USB_Device_Library/Core/Inc/
Dusbd_def.h276 #ifndef __packed
277 #define __packed __attribute__((__packed__)) macro
/loramac-node-2.7.6/src/boards/mcu/saml21/cmsis/
Dcore_cm0.h104 #define __packed
Dcore_cm0plus.h104 #define __packed
Dcore_sc000.h104 #define __packed
Dcore_cm3.h104 #define __packed
Dcore_sc300.h104 #define __packed
Dcore_cm4.h104 #define __packed
Dcore_cm7.h104 #define __packed
Darm_math.h409 #define __SIMD32_TYPE int32_t __packed
413 #define __SIMD32_TYPE int32_t __packed
/loramac-node-2.7.6/src/boards/mcu/stm32/cmsis/
Dcore_cm0.h112 #define __packed
Dcore_cm0plus.h112 #define __packed
Dcore_sc000.h112 #define __packed
Dcore_cm3.h112 #define __packed
Dcore_sc300.h112 #define __packed
Dcore_cm4.h112 #define __packed
Dcore_cm7.h112 #define __packed
Darm_math.h418 #define __SIMD32_TYPE int32_t __packed
430 #define __SIMD32_TYPE int32_t __packed
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_usb.c746 USBx_DFIFO((uint32_t)ch_ep_num) = *((__packed uint32_t *)pSrc); in USB_WritePacket()
770 *(__packed uint32_t *)pDest = USBx_DFIFO(0U); in USB_ReadPacket()