SiliconLabs / wiseconnect

Next-generation Silicon Labs Wi-Fi API for SiWx91x chipset family.
Other
15 stars 9 forks source link

clear the UULP NPSS GPIO to wakeup interrupt #16

Open hyeonseok-han opened 5 months ago

hyeonseok-han commented 5 months ago

Hi, to clear the UULP NPSS GPIO to wakeup interrupt, i modified as below from void sl_si91x_gpio_clear_uulp_npss_wakeup_interrupt(uint8_t npssgpio_interrupt) { UULP_GPIO_FSM->GPIO_WAKEUP_REGISTER |= (BIT(npssgpio_interrupt)); }

to

void sl_si91x_gpio_clear_uulp_npss_wakeup_interrupt(uint8_t npssgpio_interrupt) { UULP_GPIO_FSM->GPIO_WAKEUP_REGISTER &= ~(BIT(npssgpio_interrupt)); }

Silabs-Tarun commented 3 days ago

this will be fixed in next release.