Function report |
Source Code:include\uapi\linux\cec.h |
Create Date:2022-07-28 20:26:39 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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)
Proto:static inline void cec_msg_init(struct cec_msg *msg, __u8 initiator, __u8 destination)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct cec_msg * | msg | |
| __u8 | initiator | |
| __u8 | destination |
| 123 | msg[0] = initiator << 4 | destination |
| 124 | len = 1 |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |