Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/BufferManagement/
HDBufferAllocation_1.c141 …uint32_t offset = ( uint32_t ) ( ( ( const char * ) pxDesc ) - ( ( const char * ) xNetworkBuffers … in bIsValidNetworkDescriptor() local
143 if( ( offset >= sizeof( xNetworkBuffers ) ) || in bIsValidNetworkDescriptor()
144 ( ( offset % sizeof( xNetworkBuffers[ 0 ] ) ) != 0 ) ) in bIsValidNetworkDescriptor()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/
HDConfigurations.json42 #That is the minimal required size for an ARPPacket_t plus offset in the buffer.
/FreeRTOS-Plus-TCP-v4.0.0/
HDMISRA.md84 offset of 2 bytes. The reason for this 2 byte offset is that the
132 constant offset to get to a 'hidden' pointer which is not available for
HDHistory.txt36 + IP offset calculation improvement. Contributed by @evpopov.
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/
HDksz8851snl.c484 #warning Remember to try the above option to get a 2-byte offset in ksz8851snl_set_registers()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/
HDstm32hxx_hal_eth.c233 #define INCR_TX_DESC_INDEX( inx, offset ) \ argument
235 ( inx ) += ( offset ); \
241 #define INCR_RX_DESC_INDEX( inx, offset ) \ argument
243 ( inx ) += ( offset ); \