由于产品低功耗需求,需要用到suspend睡眠模式以保持一部分gpio输出功能,但同时也需要关闭部分外设以降低功耗。如需关闭gpsi和uart,从sdk内有找到spi_hw_fsm_reset、以及uart_hw_fsm_reset连个api,但也看到api描述:uart finite state machine reset(the configuration register is still there and does not need to be reconfigured) 重置状态机,但配置仍保持;那io输入输出是否也持续?是否有方式关闭gspi、uart的gpio,另外再单独调用gpio_shutdown来设置gspi或者uart使用到io来实现嘛?