Changes between Version 22 and Version 23 of library_mwmr
- Timestamp:
- Nov 6, 2015, 1:35:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_mwmr
v22 v23 78 78 * an output buffer is automatically transferred to the associated MWMR channel when it becomes full. 79 79 80 == __ Private BufferInitialization__ ==80 == __Bufio Initialization__ == 81 81 82 82 === void '''mwmr_bufio_init'''( mwmr_bufio_t* bufio , uint8_t* buffer , uint32_t size , uint32_t is_input , mwmr_channel_t* mwmr ) === … … 111 111 the next item boundary. 112 112 113 == __ 113 == __Output Bufio Access__ == 114 114 115 115 === void '''mwmr_bufio_write_byte'''( mwmr_bufio_t* bufio , uint8_t value ) ===