MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / EMACLPIEnter

Function EMACLPIEnter

bsp/tm4c129x/libraries/driverlib/emac.c:4811–4820  ·  view source on GitHub ↗

Enables the transmit path for LPI mode entry. \param ui32Base is the base address of the controller. This function is used to enable the transmit path in LPI mode when there is no more data to be transmitted by the MAC controller. \return None.

Source from the content-addressed store, hash-verified

4809//
4810//*****************************************************************************
4811void
4812EMACLPIEnter(uint32_t ui32Base)
4813{
4814 //
4815 // Parameter sanity check.
4816 //
4817 ASSERT(ui32Base == EMAC0_BASE);
4818
4819 HWREG(ui32Base + EMAC_O_LPICTLSTAT) |= EMAC_LPICTLSTAT_LPIEN;
4820}
4821
4822//*****************************************************************************
4823//

Callers 1

tivaif_interruptFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected