Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs50 const INTENTIONBITS: u32 = 8; consts
51 const INTENTIONMASK: u32 = (1u32 << INTENTIONBITS) - 1u32;
52 const ACTIONSHIFT: u32 = INTENTIONSHIFT + INTENTIONBITS;
/base/msdp/device_status/intention/prototype/include/
H A Dintention_identity.h50 inline constexpr uint32_t INTENTIONBITS { 8U };
51 inline constexpr uint32_t INTENTIONMASK { (uint32_t(1U) << INTENTIONBITS) - uint32_t(1U) };
52 inline constexpr uint32_t ACTIONSHIFT { INTENTIONSHIFT + INTENTIONBITS };

Completed in 1 milliseconds