Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs47 const PARAMBITS: u32 = 12; consts
48 const PARAMMASK: u32 = (1u32 << PARAMBITS) - 1u32;
49 const INTENTIONSHIFT: u32 = PARAMBITS;
/base/msdp/device_status/intention/prototype/include/
H A Dintention_identity.h47 inline constexpr uint32_t PARAMBITS { 12U };
48 inline constexpr uint32_t PARAMMASK { (uint32_t(1U) << PARAMBITS) - uint32_t(1U) };
49 inline constexpr uint32_t INTENTIONSHIFT { PARAMBITS };

Completed in 1 milliseconds