GPIO
jerry6699
爱生活,爱编程。
展开
-
GPIO-2
/drivers/pinctrl/sirf/pinctrl-atlas7.c中atlas7_gpio_probe的定义如下: 6003 static int atlas7_gpio_probe(struct platform_device *pdev) 6004 { ...原创 2019-03-02 08:22:34 · 390 阅读 · 0 评论 -
c语言基础
结构体宏 定义如下: 291 struct atlas7_pmx_func { 292 const char *name; 293 cons...原创 2019-03-02 14:56:09 · 106 阅读 · 0 评论 -
GPIO控制器
结构体 atlas7_gpio_chip 357 struct atlas7_gpio_chip { 358 const char *name; 359 ...原创 2019-02-27 12:16:30 · 1384 阅读 · 0 评论 -
gpio-1
gpio_desc结构 gpio描述符gpio_desc的定义如下: 65 struct gpio_desc { 66 struct gpio_chip *chip; ...原创 2019-02-27 12:22:09 · 420 阅读 · 0 评论