GPIO控制及其debug(kernel和user space)
目录核心api及其功能kernel space用法举例user space用法举例debug方法
核心api及其功能
/*全部api定义在include/linux/gpio.h中,以下只介绍主要用的*/
/*请求一个gpio*/
int devm_gpio_request(struct device *dev, unsigned gpio, const char *label);
int gpio_request(struct device *dev, unsigned gpio, const cha
原创
2021-06-10 16:48:51 ·
1728 阅读 ·
0 评论