Home | History | Annotate | Download | only in HAL3

Lines Matching defs:paramLength

2282  *   @paramLength : length of parameter value
2291 uint32_t paramLength,
2323 if (paramLength > sizeof(parm_type_t)) {
2327 memcpy(POINTER_OF(paramType,p_table), paramValue, paramLength);