atsamd icon indicating copy to clipboard operation
atsamd copied to clipboard

fix: Changes to the `dmac` public API

Open jbeaurivage opened this issue 4 months ago • 1 comments

Summary

I noticed that there were a few mistakes in the public API of the dmac module. Some things were missing, and some others were publicly exposed when they shouldn't.

  • Remove BlockTransferControl and DmacDescriptor structs from the public API
  • Add getters/setters for level0, level1, level2 and level3 for PriorityLevelMask and RoundRobinMask structs

jbeaurivage avatar Oct 01 '24 01:10 jbeaurivage