Changes between Version 31 and Version 32 of library_stdio


Ignore:
Timestamp:
Nov 9, 2014, 1:10:54 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v31 v32  
    132132The calling task exit if no NIC channel allocated to the task.
    133133
    134  === void '''giet_nic_sync_receive_container'''( void* buffer ) ===
     134 === void '''giet_nic_receive_container'''( void* buffer ) ===
    135135This blocking function requires to transfer one container (4K bytes)  from  the Network Controller to an user space buffer.
    136136 * '''buffer''' is the container base address in user space.