Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs51 const INTENTIONMASK: u32 = (1u32 << INTENTIONBITS) - 1u32; consts
60 ((intention as u32 & INTENTIONMASK) << INTENTIONSHIFT) | in compose_param_id()
73 Intention::try_from((code >> INTENTIONSHIFT) & INTENTIONMASK) in split_intention()
/base/msdp/device_status/intention/prototype/include/
H A Dintention_identity.h51 inline constexpr uint32_t INTENTIONMASK { (uint32_t(1U) << INTENTIONBITS) - uint32_t(1U) };
60 ((intention & INTENTIONMASK) << INTENTIONSHIFT) | in PARAMID()
72 return ((id >> INTENTIONSHIFT) & INTENTIONMASK); in GINTENTION()

Completed in 2 milliseconds