Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pico-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microcontroller
pico-sdk
Commits
79977dbc
Unverified
Commit
79977dbc
authored
1 year ago
by
Mykle
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update dma.h (#1678)
Fix inline doc for dma_timer_set_fraction()
parent
e84eedff
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rp2_common/hardware_dma/include/hardware/dma.h
+1
-1
1 addition, 1 deletion
src/rp2_common/hardware_dma/include/hardware/dma.h
with
1 addition
and
1 deletion
src/rp2_common/hardware_dma/include/hardware/dma.h
+
1
−
1
View file @
79977dbc
...
...
@@ -863,7 +863,7 @@ int dma_claim_unused_timer(bool required);
*/
bool
dma_timer_is_claimed
(
uint
timer
);
/*! \brief Set the
divid
er for the given DMA timer
/*! \brief Set the
multipli
er for the given DMA timer
* \ingroup hardware_dma
*
* The timer will run at the system_clock_freq * numerator / denominator, so this is the speed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment