Home | History | Annotate | Download | only in HAL

Lines Matching defs:paramLength

5963  *   @paramLength : length of parameter value
5972 uint32_t paramLength,
6004 if (paramLength > sizeof(parm_type_t)) {
6008 memcpy(POINTER_OF(paramType,p_table), paramValue, paramLength);