Home | History | Annotate | Download | only in HAL3

Lines Matching defs:paramLength

4412  *   @paramLength : length of parameter value
4421 uint32_t paramLength,
4453 if (paramLength > sizeof(parm_type_t)) {
4457 memcpy(POINTER_OF(paramType,p_table), paramValue, paramLength);