Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/BufferManagement/
DBufferAllocation_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-v3.1.0/test/cbmc/proofs/ARP/ARP_FreeRTOS_OutputARPRequest/
DConfigurations.json41 #That is the minimal required size for an ARPPacket_t plus offset in the buffer.
/FreeRTOS-Plus-TCP-v3.1.0/
DMISRA.md72 offset of 2 bytes. The reason for this 2 byte offset is that the
120 constant offset to get to a 'hidden' pointer which is not available for
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ksz8851snl/
Dksz8851snl.c482 #warning Remember to try the above option to get a 2-byte offset in ksz8851snl_set_registers()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Hxx/
Dstm32hxx_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 ); \