函数逻辑报告 | 
Source Code:include\uapi\linux\cec.h | 
Create Date:2022-07-29 11:00:49 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:ec_msg_init - initialize the message structure.*@msg: the message structure*@initiator: the logical address of the initiator*@destination:the logical address of the destination (0xf for broadcast)
函数原型:static inline void cec_msg_init(struct cec_msg *msg, __u8 initiator, __u8 destination)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct cec_msg * | msg | |
| __u8 | initiator | |
| __u8 | destination | 
| 123 | msg[0]等于initiator左移4位按位或destination | 
| 124 | len等于1 | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |