Skip to content

dma_channel_transfer_[from/to]_buffer_now() functions have inconsistent interface #158

Closed
@geurtv

Description

@geurtv

Analogous to dma_channel_set_read_addr(), dma_channel_set_write_addr() and dma_channel_configure():

The read_addr parameter of dma_channel_transfer_from_buffer_now() is now void* but should be const volatile void*.
The write_addr parameter of dma_channel_transfer_to_buffer_now() is now void* but should be volatile void*.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions