Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE (Results 1 – 8 of 8) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/
Dgmac_SAM.c87 #ifndef ARRAY_SIZE
88 #define ARRAY_SIZE( x ) ( int ) ( sizeof( x ) / sizeof( x )[ 0 ] ) macro
263 for( ul_index = 0; ul_index < ARRAY_SIZE( gs_tx_desc ); ul_index++ ) in gmac_reset_tx_mem()
893 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_show_irq_counts()
920 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_handler()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
Dgmac.c68 #ifndef ARRAY_SIZE
69 #define ARRAY_SIZE( x ) ( int ) ( sizeof( x ) / sizeof( x )[ 0 ] ) macro
886 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_show_irq_counts()
921 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_handler()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/
DNetworkInterface.c871 for( instance = 0; instance < ARRAY_SIZE( enetBases ); instance++ ) in xEMACInit()
881 configASSERT( instance != ARRAY_SIZE( enetBases ) ); in xEMACInit()
883 if( instance == ARRAY_SIZE( enetBases ) ) in xEMACInit()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h424 #ifndef ARRAY_SIZE
425 #define ARRAY_SIZE( x ) ( ( BaseType_t ) ( sizeof( x ) / sizeof( ( x )[ 0 ] ) ) ) macro
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c247 for( xIndex = 0; xIndex < ARRAY_SIZE( xCommands ); xIndex++ ) in xHandleTestingCommand()
922 for( xIndex = 0; xIndex < ARRAY_SIZE( xCommands ); xIndex++ ) in handle_help()
1519 …for( xIndex = 0; xIndex < ( BaseType_t ) ARRAY_SIZE( pxAddrInfo->ai_addr->sin_address.xIP_IPv6.ucB… in vDNSEvent()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_State_Handling.c1069 if( ( xIndex < 0 ) || ( xIndex >= ARRAY_SIZE( pcStateNames ) ) ) in FreeRTOS_GetTCPStateName()
1072 xIndex = ARRAY_SIZE( pcStateNames ); in FreeRTOS_GetTCPStateName()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dstm32fxx_hal_eth.c129 #if !defined( ARRAY_SIZE )
130 #define ARRAY_SIZE( x ) ( sizeof( x ) / sizeof( x )[ 0 ] ) macro
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_hal_eth.c162 #ifndef ARRAY_SIZE
163 #define ARRAY_SIZE( x ) ( ( BaseType_t ) ( sizeof( x ) / sizeof( ( x )[ 0 ] ) ) ) macro