Changes between Version 41 and Version 42 of library_stdio


Ignore:
Timestamp:
Jan 4, 2015, 11:23:24 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v41 v42  
    153153The calling task exit if the buffer is not in user space, or if the NIC channel is too large, or in case of timeout.
    154154
    155  === 7) void '''giet_nic_tx_stop( ) ===
     155 === 7) void '''giet_nic_tx_stop( unsigned int channel ) ===
    156156This function desactivates both the NIC_TX channel and the CMA channel allocated to the calling task.
    157157The calling task exit if no allocated NIC_TX channel or no allocated CMA channel.
    158158
    159  === 8) void '''giet_nic_rx_stop( ) ===
     159 === 8) void '''giet_nic_rx_stop( unsigned int channel ) ===
    160160This function desactivates both the NIC_RX channel and the CMA channel allocated to the calling task.
    161161The calling task exit if no allocated NIC_RX channel or no allocated CMA channel.
    162162
    163  === 9) void '''giet_nic_rx_clear'''( ) ===
     163 === 9) void '''giet_nic_rx_clear'''( unsigned int channel ) ===
    164164This function reset all instrumentation (packets counters) associated to the RX channels.
    165165
    166  === 10) void '''giet_nic_tx_clear'''( ) ===
     166 === 10) void '''giet_nic_tx_clear'''( unsigned int channel ) ===
    167167This function reset all instrumentation (packets counters) associated to the TX channels.
    168168
    169  === 11) void '''giet_nic_rx_stats( ) ===
     169 === 11) void '''giet_nic_rx_stats( unsigned int channel ) ===
    170170This function display on kernel TTY0 the content of the instrumentation registers associated to the RX channels.
    171171
    172  === 11) void '''giet_nic_tx_stats( ) ===
     172 === 11) void '''giet_nic_tx_stats( unsigned int channel ) ===
    173173This function display on kernel TTY0 the content of the instrumentation registers associated to the TX channels.
    174174