Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/ipc/service/src/
Didentity.rs49 const INTENTIONMASK: u32 = (1u32 << INTENTIONBITS) - 1u32; constant
58 ((intention as u32 & INTENTIONMASK) << INTENTIONSHIFT) | in compose_param_id()
71 Intention::try_from((code >> INTENTIONSHIFT) & INTENTIONMASK) in split_intention()