ULP: Add example of using GPIO to wakeup the ULP-RISCV processor

This commit is contained in:
Marius Vikhammer
2022-02-28 12:05:48 +08:00
parent 36c8dc59dd
commit c974a000d7
10 changed files with 261 additions and 10 deletions

View File

@@ -96,6 +96,12 @@ void ulp_riscv_timer_resume(void);
*/
void ulp_riscv_delay_cycles(uint32_t cycles);
/**
* @brief Clears the GPIO wakeup interrupt bit
*
*/
void ulp_riscv_gpio_wakeup_clear(void);
#ifdef __cplusplus
}
#endif