Home
last modified time | relevance | path

Searched full:config (Results 1 – 25 of 32) sorted by relevance

12

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DREADME.md53 struct InternalNetworkInterfaceMSP432EConfig config;
54 vGetInternalNetworkInterfaceMSP432EConfigDefaults(&config);
55config.setMACAddrInternal = false; /* true if the MAC address is to be read from microcontroller …
56 config.MACAddr[0] = 0x70; /* replace with a custom MAC address */
57 config.MACAddr[1] = 0xFF;
58 config.MACAddr[2] = 0x76;
59 config.MACAddr[3] = 0x1C;
60 config.MACAddr[4] = 0xC1;
61 config.MACAddr[5] = 0xD0;
62 vPublicSetupEMACNetwork(config);
DNetworkInterface.h47 BaseType_t vPublicSetupEMACNetwork( const struct InternalNetworkInterfaceMSP432EConfig config );
48 …rnalNetworkInterfaceMSP432EConfigDefaults( struct InternalNetworkInterfaceMSP432EConfig * config );
DNetworkInterface.c164 static void vSetNetworkInterfaceConfig( const struct InternalNetworkInterfaceMSP432EConfig config );
217 /* Local config struct */
619 …ernalNetworkInterfaceMSP432EConfigDefaults( struct InternalNetworkInterfaceMSP432EConfig * config ) in vGetInternalNetworkInterfaceMSP432EConfigDefaults() argument
623 config->turnOnEMAC = pdTRUE; in vGetInternalNetworkInterfaceMSP432EConfigDefaults()
624 config->setMACAddrInternal = pdFALSE; in vGetInternalNetworkInterfaceMSP432EConfigDefaults()
628 config->ucMACAddr[ k ] = 0xFF; in vGetInternalNetworkInterfaceMSP432EConfigDefaults()
633 static void vSetNetworkInterfaceConfig( const struct InternalNetworkInterfaceMSP432EConfig config ) in vSetNetworkInterfaceConfig() argument
635 configLocal = config; in vSetNetworkInterfaceConfig()
640 BaseType_t vPublicSetupEMACNetwork( const struct InternalNetworkInterfaceMSP432EConfig config ) in vPublicSetupEMACNetwork() argument
648 vSetNetworkInterfaceConfig( config ); in vPublicSetupEMACNetwork()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dmake_configuration_directories.py108 for config in def_list:
109 logging.debug(config)
111 configname = [name for name in config.keys()
113 configbody = config[configname]
126 LOGGER.error("The offending entry is %s", config)
145 if "EXPECTED" in config.keys():
146 current_config["EXPECTED"] = config["EXPECTED"]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_hw.c94 xEMACIndex = xemacpsif->emacps.Config.DeviceId; in emacps_error_handler()
161 xEMACIndex = xemacps->Config.DeviceId; in emacps_handle_error()
241 netctrlreg = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, in HandleTxErrors()
244 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, in HandleTxErrors()
248 netctrlreg = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, in HandleTxErrors()
251 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, in HandleTxErrors()
Dx_emacpsif_dma.c132 BaseType_t xEMACIndex = xemacpsif->emacps.Config.DeviceId; in is_tx_space_available()
150 BaseType_t xEMACIndex = xemacpsif->emacps.Config.DeviceId; in emacps_check_tx()
213 xEMACIndex = xemacpsif->emacps.Config.DeviceId; in emacps_send_handler()
218 ( void ) XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_TXSR_OFFSET ); in emacps_send_handler()
256 uint32_t ulBaseAddress = xemacpsif->emacps.Config.BaseAddress; in emacps_send_message()
257 BaseType_t xEMACIndex = xemacpsif->emacps.Config.DeviceId; in emacps_send_message()
365 xEMACIndex = xemacpsif->emacps.Config.DeviceId; in emacps_recv_handler()
370 ( void ) XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_RXSR_OFFSET ); in emacps_recv_handler()
494 BaseType_t xEMACIndex = xemacpsif->emacps.Config.DeviceId; in emacps_check_rx()
635 BaseType_t xEMACIndex = xemacpsif->emacps.Config.DeviceId; in clean_dma_txdescs()
[all …]
Dx_emacpsif_physpeed.c176 phy_detected[ xemacpsp->Config.DeviceId ] = phy_addr; in detect_phy()
626 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 1000 ); in Phy_Setup()
631 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 100 ); in Phy_Setup()
636 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 10 ); in Phy_Setup()
640 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 1000 ); in Phy_Setup()
646 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 100 ); in Phy_Setup()
652 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 10 ); in Phy_Setup()
DNetworkInterface.c328 ulDMAReg = XEmacPs_ReadReg( pxEMAC_PS->Config.BaseAddress, XEMACPS_DMACR_OFFSET ); in xZynqNetworkInterfaceInitialise()
331 … uint32_t ulValue = XEmacPs_ReadReg( pxEMAC_PS->Config.BaseAddress, XEMACPS_NWCFG_OFFSET ); in xZynqNetworkInterfaceInitialise()
337 XEmacPs_WriteReg( pxEMAC_PS->Config.BaseAddress, XEMACPS_NWCFG_OFFSET, ulValue ); in xZynqNetworkInterfaceInitialise()
342 XEmacPs_WriteReg( pxEMAC_PS->Config.BaseAddress, XEMACPS_DMACR_OFFSET, in xZynqNetworkInterfaceInitialise()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_dma.c216 ( void ) XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_TXSR_OFFSET ); in emacps_send_handler()
254 uint32_t ulBaseAddress = xemacpsif->emacps.Config.BaseAddress; in emacps_send_message()
354 ( void ) XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_RXSR_OFFSET ); in emacps_recv_handler()
661 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET ); in init_dma()
676 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_DMACR_OFFSET, value ); in init_dma()
680 value = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_NWCFG_OFFSET ); in init_dma()
697 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_NWCFG_OFFSET, value ); in init_dma()
709 XEmacPs_Out32( ( emac->Config.BaseAddress + XEMACPS_RXQ1BASE_OFFSET ), in init_dma()
715 XEmacPs_Out32( ( emac->Config.BaseAddress + XEMACPS_TXQBASE_OFFSET ), in init_dma()
763 tempcntr = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, XEMACPS_RXCNT_OFFSET ); in resetrx_on_no_rxdata()
[all …]
Dx_emacpsif_hw.c243 netctrlreg = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, in HandleTxErrors()
246 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, in HandleTxErrors()
250 netctrlreg = XEmacPs_ReadReg( xemacpsif->emacps.Config.BaseAddress, in HandleTxErrors()
253 XEmacPs_WriteReg( xemacpsif->emacps.Config.BaseAddress, in HandleTxErrors()
Dx_emacpsif_physpeed.c1342 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 1000 ); in Phy_Setup_US()
1347 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 100 ); in Phy_Setup_US()
1352 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 10 ); in Phy_Setup_US()
1361 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 1000, , phy_addr ); in Phy_Setup_US()
1367 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 100 ); in Phy_Setup_US()
1373 SetUpSLCRDivisors( xemacpsp->Config.BaseAddress, 10 ); in Phy_Setup_US()
DNetworkInterface.c269 ulDMAReg = XEmacPs_ReadReg( pxEMAC_PS->Config.BaseAddress, XEMACPS_DMACR_OFFSET ); in xNetworkInterfaceInitialise()
275 XEmacPs_WriteReg( pxEMAC_PS->Config.BaseAddress, XEMACPS_DMACR_OFFSET, in xNetworkInterfaceInitialise()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_BitConfig/
DFreeRTOS_BitConfig_utest.c57 * a bit-config struct when Memory Allocation fails.
77 * @brief This functions verifies bit-config struct
106 * @brief This functions verifies bit-config struct
135 * reading from a bit-config struct as
154 * reading from a bit-config struct as
177 * reading from a bit-config struct with
199 * reading from a bit-config struct.
227 * Peek the last byte from a bit-config
247 * Peek the last byte from a bit-config
270 * Peek the last byte from a bit-config
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
DNetworkInterface.c288 enet_config_t config; in xNetworkInterfaceInitialise() local
293 ENET_GetDefaultConfig( &config ); in xNetworkInterfaceInitialise()
296 config.miiSpeed = ( enet_mii_speed_t ) speed; in xNetworkInterfaceInitialise()
297 config.miiDuplex = ( enet_mii_duplex_t ) duplex; in xNetworkInterfaceInitialise()
301 ENET_Init( ENET, &config, g_macAddr, refClock ); in xNetworkInterfaceInitialise()
324 ENET_DescriptorInit( ENET, &config, &buffConfig[ 0 ] ); in xNetworkInterfaceInitialise()
327 … ENET_CreateHandler( ENET, &g_handle, &config, &buffConfig[ 0 ], ENET_IntCallback, NULL ); in xNetworkInterfaceInitialise()
/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Duncrustify.yml61 git config --global --add safe.directory '*'
62 git config --global user.name 'GitHub Action'
63 git config --global user.email 'action@github.com'
Drelease-candidate.yml24 git config --global user.name ${{ github.actor }}
25 git config --global user.email ${{ github.actor }}@users.noreply.github.com
Drelease.yml24 git config --global user.name ${{ github.actor }}
25 git config --global user.email ${{ github.actor }}@users.noreply.github.com
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DREADME.md40 cp ../test/Coverity/coverity_misra.config .
49 …cov-analyze --dir . --coding-standard-config ../coverity_misra.config --tu-pattern "file('.*/FreeR…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/NXP1060/
DNetworkInterface.c822 enet_config_t config; in xEMACInit() local
858 ENET_GetDefaultConfig( &config ); in xEMACInit()
860 config.ringNum = ENET_RING_NUM; in xEMACInit()
861 config.rxBuffAlloc = NULL; in xEMACInit()
862 config.rxBuffFree = NULL; in xEMACInit()
863 config.userData = ethernetifLocal; in xEMACInit()
864 config.miiSpeed = ( enet_mii_speed_t ) speed; in xEMACInit()
865 config.miiDuplex = ( enet_mii_duplex_t ) duplex; in xEMACInit()
868 config.interrupt = kENET_RxFrameInterrupt; in xEMACInit()
869 config.callback = ethernet_callback; in xEMACInit()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_BitConfig.c49 * @brief Initialise a bit-config struct.
91 * @brief Read from a bit-config struct.
133 * @brief Peek the last byte from a bit-config struct.
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/
DFreeRTOSConfig.h109 /* Config assert should be defined while developing. For the static analysis
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/
DCMakeLists.txt52 # Check Config target is available. And then do nothing.
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/MPS2_AN385/ether_lan9118/
Dsmsc9220_eth_drv.c60 volatile uint32_t irq_cfg; /**< Main Interrupt Config (offset 0x54) */
82 volatile uint32_t afc_cfg; /**< AutomaticFlow Ctrl Config (offset 0xAC) */
140 * \brief Hardware config register bit definitions
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.h49 #define MII_NCONFIG 0x1c /* Network interface config */
/FreeRTOS-Plus-TCP-v4.0.0/
DMISRA.md9 …ub.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/test/Coverity/coverity_misra.config) contains the proj…

12