mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Apply suggestions from code review
Co-authored-by: Andrew Scheller <andrew.scheller@raspberrypi.com>
This commit is contained in:
parent
f994c26347
commit
eed982f609
1 changed files with 2 additions and 2 deletions
|
|
@ -239,7 +239,7 @@ static inline void channel_config_set_write_address_update_type(dma_channel_conf
|
||||||
* \endcode
|
* \endcode
|
||||||
*
|
*
|
||||||
* \param c Pointer to channel configuration object
|
* \param c Pointer to channel configuration object
|
||||||
* \param incr True to enable read address increments, whereby the read address increments by the transfer size with each transfer, false to perform each read from the same address.
|
* \param incr True to enable read address increments, whereby the read address increments by the transfer size with each transfer. False to perform each read from the same address.
|
||||||
* Usually disabled for peripheral to memory transfers
|
* Usually disabled for peripheral to memory transfers
|
||||||
* \sa channel_config_set_read_address_update_type
|
* \sa channel_config_set_read_address_update_type
|
||||||
*/
|
*/
|
||||||
|
|
@ -256,7 +256,7 @@ static inline void channel_config_set_read_increment(dma_channel_config_t *c, bo
|
||||||
* \endcode
|
* \endcode
|
||||||
*
|
*
|
||||||
* \param c Pointer to channel configuration object
|
* \param c Pointer to channel configuration object
|
||||||
* \param incr True to enable write address increments, whereby the address increments by the transfer size with each transfer, false to perform each write to the same address.
|
* \param incr True to enable write address increments, whereby the write address increments by the transfer size with each transfer, false to perform each write to the same address.
|
||||||
* Usually disabled for memory to peripheral transfers
|
* Usually disabled for memory to peripheral transfers
|
||||||
* \sa channel_config_set_write_address_update_type
|
* \sa channel_config_set_write_address_update_type
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue