You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* \param c Pointer to channel configuration object
242
-
* \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.
242
+
* \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.
243
243
* Usually disabled for peripheral to memory transfers
244
244
* \sa channel_config_set_read_address_update_type
245
245
*/
@@ -256,7 +256,7 @@ static inline void channel_config_set_read_increment(dma_channel_config_t *c, bo
256
256
* \endcode
257
257
*
258
258
* \param c Pointer to channel configuration object
259
-
* \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.
259
+
* \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.
260
260
* Usually disabled for memory to peripheral transfers
0 commit comments