iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE void | IfxEth_TxDescr_setup (IfxEth_TxDescr *descr, uint16 length, boolean firstSegment, boolean lastSegment) |
Setup some properties of a TX descriptor. More... | |
IFX_EXTERN void | IfxEth_setupOutputPins (IfxEth *eth, const IfxEth_PortPins *portPins) |
set output pin of port More... | |
IFX_EXTERN void | IfxEth_setupInputPins (IfxEth *eth, const IfxEth_PortPins *portPins) |
Set up input pins. More... | |
IFX_EXTERN void | IfxEth_init (IfxEth *eth, const IfxEth_Config *config) |
Initialises the driver. More... | |
IFX_EXTERN void IfxEth_init | ( | IfxEth * | eth, |
const IfxEth_Config * | config | ||
) |
IFX_EXTERN void IfxEth_setupInputPins | ( | IfxEth * | eth, |
const IfxEth_PortPins * | portPins | ||
) |
Set up input pins.
eth | eth pointer to ETH driver structure |
portPins | portPins pin of port to be set |
Definition at line 198 of file IfxEth.c.
Referenced by IfxEth_init().
IFX_EXTERN void IfxEth_setupOutputPins | ( | IfxEth * | eth, |
const IfxEth_PortPins * | portPins | ||
) |
set output pin of port
eth | eth pointer to ETH driver structure |
portPins | portPins pin of port to be set |
Definition at line 164 of file IfxEth.c.
Referenced by IfxEth_init().
IFX_INLINE void IfxEth_TxDescr_setup | ( | IfxEth_TxDescr * | descr, |
uint16 | length, | ||
boolean | firstSegment, | ||
boolean | lastSegment | ||
) |