2 Star 11 Fork 6

MaYuchen/BMCBootLoader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bsp_gpio.h 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
MaYuchen 提交于 2023-03-22 00:01 +08:00 . 增加注释。
/*
* @Author: Ma Yuchen
* @Date: 2022-11-24 23:07:45
* @LastEditors: jimma0312 jimma0312@outlook.com
* @LastEditTime: 2023-03-15 23:48:01
* @Description: 声明GPIO接口
* @FilePath: \BootLoader\bsp_gpio.h
*/
#ifndef BSP_GPIO_H
#define BSP_GPIO_H
/**
* @description: 初始化GPIO外设
* @return {*}
*/
void InitGpio(void);
/**
* @description: 打开BMC需要使用的基础外设电源
* @return {*}
*/
void PowerOnBmcPeriph(void);
/**
* @description: 关闭BMC需要使用的基础外设电源
* @return {*}
*/
void PowerOffBmcPeriph(void);
/**
* @description: 重置(关闭)GPIO外设
* @return {*}
*/
void ResetGpio(void);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/VoldemortCat/bmcboot-loader.git
git@gitee.com:VoldemortCat/bmcboot-loader.git
VoldemortCat
bmcboot-loader
BMCBootLoader
master

搜索帮助