Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/ipc/service/src/
H A Didentity.rs53 const ACTIONBITS: u32 = 4; consts
54 const ACTIONMASK: u32 = (1u32 << ACTIONBITS) - 1u32;
/base/msdp/device_status/intention/prototype/include/
H A Dintention_identity.h53 inline constexpr uint32_t ACTIONBITS { 4U };
54 inline constexpr uint32_t ACTIONMASK { (uint32_t(1U) << ACTIONBITS) - uint32_t(1U) };

Completed in 2 milliseconds