libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
ch32_power.hpp
1#pragma once
2
3#include "power.hpp"
4
5#include DEF2STR(LIBXR_CH32_CONFIG_FILE)
6
7namespace LibXR
8{
9
14{
15 public:
16 CH32PowerManager() = default;
17
18 void Reset() override;
19
20 void Shutdown() override;
21};
22
23} // namespace LibXR
CH32 平台电源管理基类实现 / CH32 power-manager base implementation.
void Shutdown() override
关闭系统电源 / Shuts down the system power
Definition ch32_power.cpp:9
void Reset() override
复位电源管理模块 / Resets the power management module
Definition ch32_power.cpp:7
电源管理器基类 / Abstract base class for Power Manager
Definition power.hpp:18
LibXR 命名空间
Definition ch32_can.hpp:14