Home
last modified time | relevance | path

Searched refs:ARRAY_SIZE_X (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h415 #ifndef ARRAY_SIZE_X
417 … #define ARRAY_SIZE_X( x ) ( ( BaseType_t ) sizeof( x ) / ( BaseType_t ) sizeof( x[ 0 ] ) ) macro
419 #define ARRAY_SIZE_X( x ) ( sizeof( x ) / sizeof( x[ 0 ] ) ) macro
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Routing.c1459 for( xIndex = 0; xIndex < ARRAY_SIZE_X( xIPCouples ); xIndex++ ) in xIPv6_GetIPType()
DFreeRTOS_ND.c1241 for( xIndex = 0; xIndex < ARRAY_SIZE_X( pulRandom ); xIndex++ ) in FreeRTOS_CreateIPv6Address()