-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Small API additions and minor fixes #406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
97ef2bf
to
53cece4
Compare
04c77bb
to
c7ff4f6
Compare
0f93250
to
c58dd6e
Compare
fixes #165 |
5e6038d
to
a2bf911
Compare
Ahh, sorry for the outdated PIO comments, I was going through the commits one at a time and didn't realise that a later commit modified the same files as an earlier commit! |
598daff
to
b423894
Compare
@@ -723,11 +723,12 @@ static inline void pio_set_irq1_source_enabled(PIO pio, enum pio_interrupt_sourc | |||
hw_clear_bits(&pio->inte1, 1u << source); | |||
} | |||
|
|||
/*! \brief Enable/Disable multiple sources on a PIO's IRQ 0 | |||
/*! \brief Enable/Disable multiple source on a PIO's IRQ 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like "multiple sources" was correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fxd
6ef7ac7
to
1dbd71a
Compare
No description provided.