Home | History | Annotate | Download | only in HAL3

Lines Matching defs:paramLength

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