Changes between Version 31 and Version 32 of library_stdio
- Timestamp:
- Nov 9, 2014, 1:10:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_stdio
v31 v32 132 132 The calling task exit if no NIC channel allocated to the task. 133 133 134 === void '''giet_nic_ sync_receive_container'''( void* buffer ) ===134 === void '''giet_nic_receive_container'''( void* buffer ) === 135 135 This blocking function requires to transfer one container (4K bytes) from the Network Controller to an user space buffer. 136 136 * '''buffer''' is the container base address in user space.