Changes between Version 138 and Version 139 of library_stdio


Ignore:
Timestamp:
Nov 28, 2015, 1:15:22 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v138 v139  
    160160    unsigned int  buffer_size;     // memory buffer size
    161161    unsigned int  buffer_vaddr;    // memory buffer virtual address
    162     unsigned int  mwmr_vaddr;      // MWMR descriptor virtual address (for MWMR mode only)
    163     unsigned int  lock_vaddr;      // lock virtual address (for MWMR mode only)
     162    unsigned int  status_vaddr;    // MWMR status virtual address (for MWMR mode only)
     163    unsigned int  lock_vaddr;      // MWMR lock virtual address (for MWMR mode only)
    164164} giet_coproc_channel_t;
    165165}}}
     166
     167'''NOTE''' : The <status_vaddr> field define the virtual address of the MWMR channel status, that is an array of 3 uint32_t words (STS / PTR / PTW) as in the mwmr_channel_t structure defined in the mwmr_channel.h file. The <lock_vaddr> define the virtual address of the queuing user_lock_t structure defined in the user_lock.h file.
    166168
    167169 === 4) void '''giet_coproc_run'''( unsigned int cluster_xy , unsigned int coproc_type ) ===