Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
Dgmac_SAM.c87 #ifndef ARRAY_SIZE
88 #define ARRAY_SIZE( x ) ( int ) ( sizeof( x ) / sizeof( x )[ 0 ] ) macro
241 for( ul_index = 0; ul_index < ARRAY_SIZE( gs_tx_desc ); ul_index++ ) in gmac_reset_tx_mem()
872 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_show_irq_counts()
899 for( index = 0; index < ARRAY_SIZE( intPairs ); index++ ) in gmac_handler()
/FreeRTOS-Plus-TCP-v3.1.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-v3.1.0/source/include/
DFreeRTOS_IP_Private.h427 #ifndef ARRAY_SIZE
428 #define ARRAY_SIZE( x ) ( ( BaseType_t ) ( sizeof( x ) / sizeof( ( x )[ 0 ] ) ) ) macro
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_State_Handling.c1158 if( ( xIndex < 0 ) || ( xIndex >= ARRAY_SIZE( pcStateNames ) ) ) in FreeRTOS_GetTCPStateName()
1161 xIndex = ARRAY_SIZE( pcStateNames ); in FreeRTOS_GetTCPStateName()
/FreeRTOS-Plus-TCP-v3.1.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-v3.1.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