Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 20 of 20) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/include/
HDntpClient.h47 #define __attribute__( x ) macro
53 struct __attribute__( ( __packed__ ) ) _SNtpTimestamp
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
HDm480_eth.c40 struct eth_descriptor rx_desc[ RX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) );
41 struct eth_descriptor tx_desc[ TX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) );
49 struct eth_descriptor rx_desc[ RX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) );
50 struct eth_descriptor tx_desc[ TX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) );
51 uint8_t rx_buf[ RX_DESCRIPTOR_NUM ][ PACKET_BUFFER_SIZE ] __attribute__( ( aligned( 4 ) ) );
52 uint8_t tx_buf[ TX_DESCRIPTOR_NUM ][ PACKET_BUFFER_SIZE ] __attribute__( ( aligned( 4 ) ) );
HDNetworkInterface.c83 …ts[ ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS * niBUFFER_1_PACKET_SIZE ] __attribute__( ( aligned( 4 …
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/
HDpack_struct_end.h41 __attribute__( ( packed ) );
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/Compiler/GCC/
HDpack_struct_end.h34 __attribute__( ( packed ) );
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/
HDpack_struct_end.h34 __attribute__( ( packed ) );
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/Compiler/MPLAB_XC/
HDpack_struct_end.h35 __attribute__( ( aligned( 2 ), packed ) );
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
HDgmac_SAM.c138 __attribute__( ( aligned( 32 ) ) )
139 __attribute__( ( section( ".first_data" ) ) )
143 __attribute__( ( section( ".first_data" ) ) )
148 __attribute__( ( section( ".first_data" ) ) )
154 __attribute__( ( section( ".first_data" ) ) )
164 __attribute__( ( section( ".first_data" ) ) )
171 __attribute__( ( section( ".first_data" ) ) )
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
HDNetworkInterface.c127 ETH_DMADescTypeDef DMARxDscrTab[ ETH_RX_DESC_CNT ] __attribute__( ( section( ".ethernet_data" ),…
131 …uint8_t Rx_Buff[ ETH_RX_DESC_CNT ][ ETH_RX_BUF_SIZE ] __attribute__( ( section( ".ethernet_data" )…
135 ETH_DMADescTypeDef DMATxDscrTab[ ETH_TX_DESC_CNT ] __attribute__( ( section( ".ethernet_data" ),…
139 …uint8_t Tx_Buff[ ETH_TX_DESC_CNT ][ ETH_TX_BUF_SIZE ] __attribute__( ( section( ".e…
977 __attribute__( ( section( ".ethernet_data" ) ) )
979 __attribute__( ( aligned( 32 ) ) );
HDstm32hxx_hal_eth.h74 __attribute__( ( packed ) );
121 } __attribute__( ( packed ) );
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/
HDFreeRTOS_Routing_ConfigV4Only_utest.c99 uint8_t * pcNetworkBuffer[ sizeof( TCPPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_MatchCustomFrameType()
147 uint8_t * pcNetworkBuffer[ sizeof( TCPPacket_IPv6_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_IPv6Disabled()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
HDuncached_memory.c106 static uint8_t pucUncachedMemory[ uncMEMORY_SIZE ] __attribute__( ( aligned( uncMEMORY_SIZE ) ) );
HDNetworkInterface.c412 …ts[ ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS * niBUFFER_1_PACKET_SIZE ] __attribute__( ( aligned( 32… in vNetworkInterfaceAllocateRAMToBuffers()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
HDuncached_memory.c94 static uint8_t pucUncachedMemory[ uncMEMORY_SIZE ] __attribute__( ( aligned( uncMEMORY_SIZE ) ) );
HDNetworkInterface.c488 …ts[ ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS * niBUFFER_1_PACKET_SIZE ] __attribute__( ( aligned( 32… in vNetworkInterfaceAllocateRAMToBuffers()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
HDNetworkInterface.c61 #define __ALIGN_END __attribute__( ( aligned( ENET_BUFF_ALIGNMENT ) ) )
72 #define __ALIGN_BEGIN __attribute__( ( aligned( ENET_BUFF_ALIGNMENT ) ) )
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDNetworkInterface.c279 __attribute__( ( aligned( 32 ) ) )
281 __attribute__( ( section( ".first_data" ) ) )
291 __attribute__( ( aligned( 32 ) ) )
293 __attribute__( ( section( ".first_data" ) ) )
1406 __attribute__( ( section( ".first_data" ) ) ) in vNetworkInterfaceAllocateRAMToBuffers()
1408 …ckets[ ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS * ETH_MAX_PACKET_SIZE ] __attribute__( ( aligned( 32… in vNetworkInterfaceAllocateRAMToBuffers()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
HDFreeRTOS_Routing_utest.c2699 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_MatchIPv4Address()
2749 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_MatchMACAddress()
2798 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()
2850 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()
2901 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()
2953 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()
3004 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()
3059 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_OneMACOneIPv4()
3130 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_NullInterface()
3179 uint8_t * pcNetworkBuffer[ sizeof( ProtocolPacket_t ) + 4 ] __attribute__( ( aligned( 32 ) ) ); in test_FreeRTOS_MatchingEndpoint_IPv4NotFound()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
HDNetworkInterface.c350__attribute__( ( section( "._ramAHB32" ) ) ) uint8_t ucNetworkPackets[ ipconfigNUM_NETWORK_BUFFER…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/
HDksz8851snl.c75 uint8_t tmpbuf[ 1536 ] __attribute__( ( aligned( 16 ) ) );