Home
last modified time | relevance | path

Searched refs:value (Results 1 – 19 of 19) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/component/
Dgmac.h206 #define GMAC_NCFGR_RXBUFO( value ) ( ( GMAC_NCFGR_RXBUFO_Msk & ( ( value ) << GMAC_NCFGR_RXBUFO_… argument
256 #define GMAC_DCFGR_DRBS( value ) ( ( GMAC_DCFGR_DRBS_Msk & ( ( value ) << GMAC_DCFGR_DRBS_Pos ) … argument
271 #define GMAC_RBQB_ADDR( value ) ( ( GMAC_RBQB_ADDR_Msk & ( ( value ) << GMAC_RBQB_ADDR_Pos ) ) ) argument
275 #define GMAC_TBQB_ADDR( value ) ( ( GMAC_TBQB_ADDR_Msk & ( ( value ) << GMAC_TBQB_ADDR_Pos ) ) ) argument
382 #define GMAC_MAN_DATA( value ) ( ( GMAC_MAN_DATA_Msk & ( ( value ) << GMAC_MAN_DATA_Pos ) ) ) argument
385 #define GMAC_MAN_WTN( value ) ( ( GMAC_MAN_WTN_Msk & ( ( value ) << GMAC_MAN_WTN_Pos ) ) ) argument
388 #define GMAC_MAN_REGA( value ) ( ( GMAC_MAN_REGA_Msk & ( ( value ) << GMAC_MAN_REGA_Pos ) ) ) argument
391 #define GMAC_MAN_PHYA( value ) ( ( GMAC_MAN_PHYA_Msk & ( ( value ) << GMAC_MAN_PHYA_Pos ) ) ) argument
394 #define GMAC_MAN_OP( value ) ( ( GMAC_MAN_OP_Msk & ( ( value ) << GMAC_MAN_OP_Pos ) ) ) argument
403 #define GMAC_TPQ_TPQ( value ) ( ( GMAC_TPQ_TPQ_Msk & ( ( value ) << GMAC_TPQ_TPQ_Pos ) ) ) argument
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dmake_common_makefile.py80 def patch_compile_output(opsys, line, key, value): argument
84 if key in ["COMPILE_ONLY", "COMPILE_LINK"] and value is not None:
85 if value[-1] == '/Fo':
87 if value[-1] == '/Fe':
117 variable[cleanup_whitespace(key)] = [cleanup_whitespace(value)
118 for value in values]
148 values = [patch_path_separator(opsys, value)
149 for value in values]
150 lines = ["\t{}{} \\".format(value_prefix, value) for value in values]
156 value = find_definition(define, defines)
[all …]
Dmake_proof_makefiles.py165 for name, value in data.items():
166 if isinstance(value, list):
168 for item in value:
172 makefile[name] = compute(value, so_far, system, name, dyr)
195 def compute(value, so_far, system, key, harness, appending=False): argument
196 if not isinstance(value, (basestring, float, int)):
201 str(value), str(type(value)))
204 value = str(value)
206 var_subbed = value.format(**so_far)
213 value, str(e))
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
Dconfig.doxyfile11 # TAG = value [value, ...]
13 # TAG += value [value, ...]
35 # The default value is: UTF-8.
43 # The default value is: My Project.
80 # The default value is: NO.
87 # directories at level 8 which is the default and also the maximum value. The
90 # Minimum value: 0, maximum value: 8, default value: 8.
99 # The default value is: NO.
114 # The default value is: English.
121 # The default value is: YES.
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_dma.c75 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'
660 uint32_t value; in init_dma() local
661 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET ); in init_dma()
664 value = ( value & ~( XEMACPS_DMACR_BLENGTH_MASK ) ) | XEMACPS_DMACR_INCR16_AHB_BURST; in init_dma()
666 value |= XEMACPS_DMACR_TCPCKSUM_MASK; in init_dma()
674 value &= ~XEMACPS_DMACR_TCPCKSUM_MASK; in init_dma()
676 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET, value ); in init_dma()
679 uint32_t value; in init_dma() local
680 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_NWCFG_OFFSET ); in init_dma()
684 value = ( value & ~XEMACPS_NWCFG_RXOFFS_MASK ) | 0x8000; in init_dma()
[all …]
Dx_emacpsif_physpeed.c235 u16 value );
816 u16 value ) in prvAR803x_debug_reg_write() argument
820 return XEmacPs_PhyWrite( xemacpsp, phy_addr, AR803X_DEBUG_DATA, value ); in prvAR803x_debug_reg_write()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_dma.c88 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'
726 uint32_t value; in init_dma() local
727 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET ); in init_dma()
730 value = ( value & ~( XEMACPS_DMACR_BLENGTH_MASK ) ) | XEMACPS_DMACR_INCR16_AHB_BURST; in init_dma()
732 value |= XEMACPS_DMACR_TCPCKSUM_MASK; in init_dma()
740 value &= ~XEMACPS_DMACR_TCPCKSUM_MASK; in init_dma()
742 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET, value ); in init_dma()
745 uint32_t value; in init_dma() local
746 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_NWCFG_OFFSET ); in init_dma()
750 value = ( value & ~XEMACPS_NWCFG_RXOFFS_MASK ) | 0x8000; in init_dma()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPProcessPacket/
DREADME.md3 of the configuration value of
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPRefreshCacheEntry/
DREADME.md3 of the configuration value of
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h147 …#define DEBUG_SET_TRACE_VARIABLE( var, value ) var = ( value ) /**< Trace macro to… argument
150 …#define DEBUG_SET_TRACE_VARIABLE( var, value ) /**< Empty definiti… argument
DFreeRTOSIPConfigDefaults.h118 …#error ipconfigBUFFER_ALLOC_FIXED_SIZE was dropped and replaced by a const value, declared in Buff…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
DNetworkInterface.c689 uint16_t value; in _process_phy_interrupts() local
696 value = MAP_EMACPHYRead( EMAC0_BASE, PHY_PHYS_ADDR, EPHY_MISR1 ); in _process_phy_interrupts()
699 if( value & ( EPHY_MISR1_SPEED | EPHY_MISR1_DUPLEXM | EPHY_MISR1_ANC ) ) in _process_phy_interrupts()
/FreeRTOS-Plus-TCP-v4.0.0/
DMISRA.md70 which, based on the option value, can be casted to the corresponding socket
140 assigning one value to another. In this case however, a function
148 - MISRA C-2012 Rule 14.3 False positive as the value might be changed
171 value.
DHistory.txt124 dhcpINITIAL_TIMER_PERIOD was set to a very low value.
149 xApplicationGetRandomNumber(). The return value indicates if the randomiser
150 is broken or working properly. Before this, a random value of 0 was treated
151 as invalid, whereas 0 can be a proper random value.
341 override the default value of 10 seconds.
DCMakeLists.txt162 …message(FATAL_ERROR "Invalid FREERTOS_PLUS_TCP_TEST_CONFIGURATION value '${FREERTOS_PLUS_TCP_TEST_…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
Dreadme.md99 The optimal value of `ETH_RX_BUF_SIZE` and `ETH_TX_BUF_SIZE` depends on the actual value of `ipconf…
/FreeRTOS-Plus-TCP-v4.0.0/tools/
Duncrustify.complexity.cfg160 # option(s) with 'not default' value: 158
Duncrustify.cfg160 # option(s) with 'not default' value: 158
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c428 .moduleInit = { moduleInit.value }, in StartInitMac()