Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Files

net.h/net.c

Prototype

Code Block
languagecpp
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.

...