[][src]Macro stm32f3xx_hal_v2::make_rtc_interrupt_handler

macro_rules! make_rtc_interrupt_handler {
    ($line:ident) => { ... };
}

To enable RTC wakeup interrupts, run this in the main body of your program, eg: make_rtc_interrupt_handler!(RTC_WKUP);