Changes between Version 39 and Version 40 of library_stdio


Ignore:
Timestamp:
Dec 5, 2014, 3:10:47 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v39 v40  
    161161The calling task exit if no allocated NIC_RX channel or no allocated CMA channel.
    162162
     163 === 9) void '''giet_nic_rx_clear'''( ) ===
     164This function reset all instrumentation (packets counters) associated to the RX channels.
     165
     166 === 10) void '''giet_nic_tx_clear'''( ) ===
     167This function reset all instrumentation (packets counters) associated to the TX channels.
     168
     169 === 11) void '''giet_nic_rx_stats( ) ===
     170This function display on kernel TTY0 the content of the instrumentation registers associated to the RX channels.
     171
     172 === 11) void '''giet_nic_tx_stats( ) ===
     173This function display on kernel TTY0 the content of the instrumentation registers associated to the TX channels.
     174
     175
    163176 == Frame Buffer related system calls ==
    164177