Enter DeepSleep

昆山皮皮虾 / 2023-05-11 / 原文

1 void Enter_DeepSleep(void)
2 {
3     SCB->SCR |= (uint32_t)0x04;   
4     __WFI();    // 执行此指令进入深度睡眠模式
5 }