Minor change

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12119 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
edolomb 2018-06-22 13:40:37 +00:00
parent 6408b184b8
commit 1d1c704d1c
1 changed files with 4 additions and 4 deletions

View File

@ -146,11 +146,11 @@ typedef struct {
/**
* @brief Returns the number of transfers to be performed.
* @note This function can be invoked in both ISR or thread context.
* @pre The stream must have been allocated using @p dmaChannelAllocate().
* @post After use the stream can be released using @p dmaChannelRelease().
* @pre The channel must have been allocated using @p dmaChannelAllocate().
* @post After use the channel can be released using @p dmaChannelRelease().
*
* @param[in] dmachp pointer to a @p sama_dma_channel_t structure
* @return The number of transfers to be performed.
* @param[in] dmachp pointer to a @p sama_dma_channel_t structure
* @return The number of transfers to be performed.
*
* @special
*/