240 私信
这个人很懒,暂无签名信息
0

电源管理之regulator机制流程

下文转载自:点击打开链接 现在android/linux为模块设备供电有两种,一种GPIO供电,另一个就是电源管理芯片。 电源管理芯片可以为多设备供电,且这些设备电压电流有所同。为这些设备提供的稳压器代码模型即为regulator。 下面通过下面三个过程分析regulartor供电机制: 1.分析regulator结构体 2.regulator 注册过程 3.设备使用reg...

0

一个最简单的sdl显示图片例子sdl example sdl 例子 例程SDL贴图bmp

#include SDL.h #include SDL_image.h #define true 1 #define false 0 SDL_Surface *screen; SDL_Surface *pic; //SDL_Event event; char exit_game=false; //////////////////////////////////////////////// void...

个人介绍
暂无介绍