Changes between Version 41 and Version 42 of library_stdio
- Timestamp:
- Jan 4, 2015, 11:23:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v41 v42 153 153 The calling task exit if the buffer is not in user space, or if the NIC channel is too large, or in case of timeout. 154 154 155 === 7) void '''giet_nic_tx_stop( ) ===155 === 7) void '''giet_nic_tx_stop( unsigned int channel ) === 156 156 This function desactivates both the NIC_TX channel and the CMA channel allocated to the calling task. 157 157 The calling task exit if no allocated NIC_TX channel or no allocated CMA channel. 158 158 159 === 8) void '''giet_nic_rx_stop( ) ===159 === 8) void '''giet_nic_rx_stop( unsigned int channel ) === 160 160 This function desactivates both the NIC_RX channel and the CMA channel allocated to the calling task. 161 161 The calling task exit if no allocated NIC_RX channel or no allocated CMA channel. 162 162 163 === 9) void '''giet_nic_rx_clear'''( ) ===163 === 9) void '''giet_nic_rx_clear'''( unsigned int channel ) === 164 164 This function reset all instrumentation (packets counters) associated to the RX channels. 165 165 166 === 10) void '''giet_nic_tx_clear'''( ) ===166 === 10) void '''giet_nic_tx_clear'''( unsigned int channel ) === 167 167 This function reset all instrumentation (packets counters) associated to the TX channels. 168 168 169 === 11) void '''giet_nic_rx_stats( ) ===169 === 11) void '''giet_nic_rx_stats( unsigned int channel ) === 170 170 This function display on kernel TTY0 the content of the instrumentation registers associated to the RX channels. 171 171 172 === 11) void '''giet_nic_tx_stats( ) ===172 === 11) void '''giet_nic_tx_stats( unsigned int channel ) === 173 173 This function display on kernel TTY0 the content of the instrumentation registers associated to the TX channels. 174 174