Merge #1010
1010: (embassy-rp): correctly enable RTC_IRQ when scheduling an RTC alarm r=Dirbaio a=MathiasKoch Co-authored-by: Mathias <mk@blackbird.online>
This commit is contained in:
commit
1559374a19
@ -145,6 +145,8 @@ impl<'d, T: Instance> RealTimeClock<'d, T> {
|
|||||||
filter.write_setup_1(w);
|
filter.write_setup_1(w);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
self.inner.regs().inte().modify(|w| w.set_rtc(true));
|
||||||
|
|
||||||
// Set the enable bit and check if it is set
|
// Set the enable bit and check if it is set
|
||||||
self.inner.regs().irq_setup_0().modify(|w| w.set_match_ena(true));
|
self.inner.regs().irq_setup_0().modify(|w| w.set_match_ena(true));
|
||||||
while !self.inner.regs().irq_setup_0().read().match_active() {
|
while !self.inner.regs().irq_setup_0().read().match_active() {
|
||||||
|
Loading…
Reference in New Issue
Block a user