libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
stm32_power.hpp
1#pragma once
2
3#include "libxr.hpp"
4#include "main.h"
5#include "power.hpp"
6
7extern void __NVIC_SystemReset(void);
8
9namespace LibXR
10{
11
13{
14 public:
15 explicit STM32PowerManager();
16
17 void Reset() override;
18
19 void Shutdown() override;
20};
21
22} // namespace LibXR
电源管理器基类 / Abstract base class for Power Manager
Definition power.hpp:18
void Reset() override
复位电源管理模块 / Resets the power management module
void Shutdown() override
关闭系统电源 / Shuts down the system power
LibXR 命名空间
Definition ch32_gpio.hpp:9