⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

make_opcode

Function make_opcode 

Source
pub const fn make_opcode(ogf: u8, ocf: u16) -> u16
Expand description

Build an HCI opcode from OGF and OCF fields Format: bits [15:10] = OGF, bits [9:0] = OCF