Changes between Version 22 and Version 23 of library_mwmr


Ignore:
Timestamp:
Nov 6, 2015, 1:35:00 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_mwmr

    v22 v23  
    7878 * an output buffer is automatically transferred to the associated MWMR channel when it becomes full.
    7979
    80 == __Private Buffer Initialization__ ==
     80== __Bufio Initialization__ ==
    8181
    8282=== void '''mwmr_bufio_init'''( mwmr_bufio_t* bufio , uint8_t* buffer , uint32_t size , uint32_t is_input , mwmr_channel_t* mwmr ) ===
     
    111111the next item boundary.
    112112
    113 == __ Output Bufio Access__ ==
     113== __Output Bufio Access__ ==
    114114
    115115=== void '''mwmr_bufio_write_byte'''( mwmr_bufio_t* bufio , uint8_t value ) ===