Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.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-v3.1.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-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_dma.c57 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'
576 uint32_t value; in init_dma() local
577 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET ); in init_dma()
580 value = ( value & ~( XEMACPS_DMACR_BLENGTH_MASK ) ) | XEMACPS_DMACR_INCR16_AHB_BURST; in init_dma()
582 value |= XEMACPS_DMACR_TCPCKSUM_MASK; in init_dma()
585 value &= ~XEMACPS_DMACR_TCPCKSUM_MASK; in init_dma()
587 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET, value ); in init_dma()
590 uint32_t value; in init_dma() local
591 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_NWCFG_OFFSET ); in init_dma()
595 value = ( value & ~XEMACPS_NWCFG_RXOFFS_MASK ) | 0x8000; in init_dma()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/docs/doxygen/
Dconfig.doxyfile11 # TAG = value [value, ...]
13 # TAG += value [value, ...]
25 # The default value is: UTF-8.
33 # The default value is: My Project.
69 # The default value is: NO.
77 # The default value is: NO.
92 # The default value is: English.
99 # The default value is: YES.
108 # The default value is: YES.
136 # The default value is: NO.
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_dma.c75 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'
643 uint32_t value; in init_dma() local
644 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET ); in init_dma()
647 value = ( value & ~( XEMACPS_DMACR_BLENGTH_MASK ) ) | XEMACPS_DMACR_INCR16_AHB_BURST; in init_dma()
649 value |= XEMACPS_DMACR_TCPCKSUM_MASK; in init_dma()
652 value &= ~XEMACPS_DMACR_TCPCKSUM_MASK; in init_dma()
654 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET, value ); in init_dma()
657 uint32_t value; in init_dma() local
658 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_NWCFG_OFFSET ); in init_dma()
662 value = ( value & ~XEMACPS_NWCFG_RXOFFS_MASK ) | 0x8000; in init_dma()
[all …]
Dx_emacpsif_physpeed.c254 u16 value );
838 uint16_t value; in ar8035Tick() local
842 value = XEmacPs_PhyRead2( xemacpsp, phy_addr, IEEE_STATUS_REG_OFFSET ); in ar8035Tick()
844 linkState = ( value & IEEE_STAT_LINK_STATUS ) ? TRUE : FALSE; in ar8035Tick()
861 u16 value ) in prvAR803x_debug_reg_write() argument
865 return XEmacPs_PhyWrite( xemacpsp, phy_addr, AR803X_DEBUG_DATA, value ); in prvAR803x_debug_reg_write()
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/ARP/ARPProcessPacket/
DREADME.md3 of the configuration value of
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/ARP/ARPRefreshCacheEntry/
DREADME.md3 of the configuration value of
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP.h150 …#define DEBUG_SET_TRACE_VARIABLE( var, value ) var = ( value ) /**< Trace macro to… argument
153 …#define DEBUG_SET_TRACE_VARIABLE( var, value ) /**< Empty definiti… argument
DFreeRTOSIPConfigDefaults.h114 …#error ipconfigBUFFER_ALLOC_FIXED_SIZE was dropped and replaced by a const value, declared in Buff…
/FreeRTOS-Plus-TCP-v3.1.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-v3.1.0/
DMISRA.md58 which, based on the option value, can be casted to the corresponding socket
128 assigning one value to another. In this case however, a function
136 - MISRA C-2012 Rule 14.3 False positive as the value might be changed
159 value.
DHistory.txt55 dhcpINITIAL_TIMER_PERIOD was set to a very low value.
80 xApplicationGetRandomNumber(). The return value indicates if the randomiser
81 is broken or working properly. Before this, a random value of 0 was treated
82 as invalid, whereas 0 can be a proper random value.
272 override the default value of 10 seconds.
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/STM32Fxx/
Dreadme.md98 The optimal value of `ETH_RX_BUF_SIZE` and `ETH_TX_BUF_SIZE` depends on the actual value of `ipconf…
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_DNS_Parser/
DFreeRTOS_DNS_Parser_utest.c1113 uint8_t value = ( ( uint8_t * ) pxAnswer )[ offsetof( LLMNRAnswer_t, ulIPAddress ) ]; in test_DNS_ParseDNSReply_ansswer_lmmnr_reply() local
1114 TEST_ASSERT_EQUAL( 11, value ); in test_DNS_ParseDNSReply_ansswer_lmmnr_reply()
1115 TEST_ASSERT_EQUAL( 12, value + 1 ); in test_DNS_ParseDNSReply_ansswer_lmmnr_reply()
1116 TEST_ASSERT_EQUAL( 13, value + 2 ); in test_DNS_ParseDNSReply_ansswer_lmmnr_reply()
1117 TEST_ASSERT_EQUAL( 14, value + 3 ); in test_DNS_ParseDNSReply_ansswer_lmmnr_reply()
/FreeRTOS-Plus-TCP-v3.1.0/tools/
Duncrustify.cfg160 # option(s) with 'not default' value: 158
Duncrustify.complexity.cfg160 # option(s) with 'not default' value: 158
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c368 .moduleInit = { moduleInit.value }, in StartInitMac()