...
Files
net.h/net.c
Prototype
Code Block | ||
---|---|---|
| ||
NET_ERR Net_Init(NET_TASK_CFG *p_rx_task_cfg,
NET_TASK_CFG *p_tx_task_cfg,
NET_TASK_CFG *p_tmr_task_cfg); |
Arguments
p_rx_task_cfg
Pointer to the Rx Task Configuration Object.
...