代码拉取完成,页面将自动刷新
/*
* @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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。