light_device_t 结构体参考文档

light_device_t 结构体参考文档

#include < lights.h >

数据字段

struct hw_device_t   常见
 
int(*  set_light )(struct light_device_t *dev, struct light_state_t const *state)
 

详细说明

定义位于文件 lights.h 的 176 行

字段文档

struct hw_device_t common

定义位于文件 lights.h 177 行

int(* set_light)(struct light_device_t *dev, struct light_state_t const *state)

将提供的灯设置为所提供的值。

返回值:成功时返回 0,失败时返回错误代码。

定义位于文件 lights.h 184 行


此结构体的文档是根据以下文件生成的: