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:
parent
6408b184b8
commit
1d1c704d1c
|
@ -146,11 +146,11 @@ typedef struct {
|
||||||
/**
|
/**
|
||||||
* @brief Returns the number of transfers to be performed.
|
* @brief Returns the number of transfers to be performed.
|
||||||
* @note This function can be invoked in both ISR or thread context.
|
* @note This function can be invoked in both ISR or thread context.
|
||||||
* @pre The stream must have been allocated using @p dmaChannelAllocate().
|
* @pre The channel must have been allocated using @p dmaChannelAllocate().
|
||||||
* @post After use the stream can be released using @p dmaChannelRelease().
|
* @post After use the channel can be released using @p dmaChannelRelease().
|
||||||
*
|
*
|
||||||
* @param[in] dmachp pointer to a @p sama_dma_channel_t structure
|
* @param[in] dmachp pointer to a @p sama_dma_channel_t structure
|
||||||
* @return The number of transfers to be performed.
|
* @return The number of transfers to be performed.
|
||||||
*
|
*
|
||||||
* @special
|
* @special
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue