Searched refs:mode (Results 1 – 9 of 9) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/ |
D | GettingStarted.md | 6 …illustrated in the section below. However, there is a backward compatibility mode provided as well. 10 …COMPATIBLE" macro to 1 in “FreeRTOSIPConfigDefaults.h” to run the code in backward compatible mode. 11 …'s" defined in all the API changes below work only when the backward compatibility mode is enabled. 72 In all the demos, there is a backward compatibility mode which can be enabled by setting the flag “…
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/ |
D | NetworkInterface.c | 692 uint32_t mode; in _process_phy_interrupts() local 703 MAP_EMACConfigGet( EMAC0_BASE, &configuration, &mode, &max_frame_size ); in _process_phy_interrupts() 723 MAP_EMACConfigSet( EMAC0_BASE, configuration, mode, max_frame_size ); in _process_phy_interrupts()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/ |
D | gmac_SAM.h | 1206 gmac_mii_mode_t mode ) in gmac_select_mii_mode() argument 1208 switch( mode ) in gmac_select_mii_mode() 1222 gmac_mii_mode_t mode ) in gmac_select_mii_mode() argument 1224 switch( mode ) in gmac_select_mii_mode()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
D | gmac.h | 1187 gmac_mii_mode_t mode ) in gmac_select_mii_mode() argument 1189 switch( mode ) in gmac_select_mii_mode()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/ |
D | gmac.h | 1191 gmac_mii_mode_t mode ) in gmac_select_mii_mode() argument 1193 switch( mode ) in gmac_select_mii_mode()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ |
D | make_proof_makefiles.py | 256 tree = ast.parse(expr_string, mode="eval").body
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/ |
D | readme.md | 29 - Configure Ethernet NVIC interrupt (IT mode)
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Hxx/ |
D | readme.md | 104 __IO uint32_t DMAMR; // ETH_DMAMR DMA mode register
|
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/ |
D | config.doxyfile | 1372 # are DARK to always use dark mode, LIGHT to always use light mode, AUTO_DARK to 1373 # default to dark mode unless the user prefers light mode, and TOGGLE to let the 1374 # user toggle between dark and light mode via a button. 1376 # dark output., AUTO_LIGHT Automatically set the mode according to the user 1377 # preference, use light mode if no preference is set (the default)., AUTO_DARK 1378 # Automatically set the mode according to the user preference, use dark mode if 1380 # dark mode via a button.. 1514 # in maintenance mode). You can download the HTML help workshop from the web
|