Home
last modified time | relevance | path

Searched refs:PARAMMASK (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs48 const PARAMMASK: u32 = (1u32 << PARAMBITS) - 1u32; consts
61 (param & PARAMMASK) in compose_param_id()
79 code & PARAMMASK in split_param()
/base/msdp/device_status/intention/prototype/include/
H A Dintention_identity.h48 inline constexpr uint32_t PARAMMASK { (uint32_t(1U) << PARAMBITS) - uint32_t(1U) };
61 (param & PARAMMASK) in PARAMID()
77 return (id & PARAMMASK); in GPARAM()

Completed in 1 milliseconds