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*.