Home
last modified time | relevance | path

Searched defs:OPCODE (Results 1 – 5 of 5) sorted by relevance

/btstack/chipset/stlc2500d/
H A Dbtstack_chipset_stlc2500d.c57 #define OPCODE(ogf, ocf) (ocf | ogf << 10) macro
/btstack/chipset/tc3566x/
H A Dbtstack_chipset_tc3566x.c60 #define OPCODE(ogf, ocf) (ocf | ogf << 10) macro
/btstack/chipset/em9301/
H A Dbtstack_chipset_em9301.c57 #define OPCODE(ogf, ocf) (ocf | ogf << 10) macro
/btstack/platform/daemon/src/
H A Ddaemon_cmds.c50 #define OPCODE(ogf, ocf) (ocf | ogf << 10) macro
/btstack/src/
H A Dhci_cmd.c60 #define OPCODE(ogf, ocf) ((ocf) | ((ogf) << 10)) macro