Home
last modified time | relevance | path

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

/optee_rust/optee-teec/src/
A Dparameter.rs216 pub struct ParamTypes(u32); struct
218 impl ParamTypes { impls
220 ParamTypes((p0 as u32) | (p1 as u32) << 4 | (p2 as u32) << 8 | (p3 as u32) << 12) in new()
233 impl From<u32> for ParamTypes { implementation
235 ParamTypes(value) in from()
239 impl From<[u32; 4]> for ParamTypes { implementation
241 ParamTypes(
247 impl From<ParamTypes> for u32 {
248 fn from(a: ParamTypes) -> u32 { in from()
A Doperation.rs18 use crate::{Param, ParamTypes};
38 raw_op.paramTypes = ParamTypes::new( in new()
60 let (f0, f1, f2, f3) = ParamTypes::from(self.raw.paramTypes).into_flags(); in parameters()
A Dlib.rs21 pub use self::parameter::{Param, ParamNone, ParamTmpRef, ParamType, ParamTypes, ParamValue};
/optee_rust/optee-utee/src/
A Dparameter.rs26 let (f0, f1, f2, f3) = ParamTypes::from(param_types).into_flags();
138 pub struct ParamTypes(u32); struct
140 impl ParamTypes { impls
151 impl From<u32> for ParamTypes { implementation
153 ParamTypes(value) in from()
A Dlib.rs25 pub use self::parameter::{ParamType, ParamTypes, Parameter, Parameters};

Completed in 6 milliseconds