Lines Matching refs:controlValue1
35 uint32_t controlValue1,
112 uint32_t controlValue1, in USB_OtgKhciControlPullUp() argument
122 if (0U != (controlValue1 & ((uint32_t)kOtg_PullDp))) in USB_OtgKhciControlPullUp()
400 uint32_t controlValue1, in USB_OtgKhciControl() argument
414 if (0U != (controlValue1 & ((uint32_t)kOtg_PullDp))) in USB_OtgKhciControl()
434 if (0U != (controlValue1 & ((uint32_t)kOtg_PullDp))) in USB_OtgKhciControl()
443 if (0U != (controlValue1 & ((uint32_t)kOtg_PullDm))) in USB_OtgKhciControl()
454 if (0U != controlValue1) in USB_OtgKhciControl()
458 otgKhciInstance->internalTimerValue = (uint16_t)controlValue1; /* ms */ in USB_OtgKhciControl()
484 otgKhciInstance->externalTimerValue = (uint16_t)controlValue1; in USB_OtgKhciControl()
493 …id)USB_OtgPeripheralControl(otgKhciInstance, (uint32_t)kPeripheral_ControlVbus, controlValue1, 0U); in USB_OtgKhciControl()
499 …USB_OtgPeripheralControl(otgKhciInstance, (uint32_t)kPeripheral_ControlUpdateStatus, controlValue1, in USB_OtgKhciControl()
507 (void)_USB_OtgKhciRequestState(otgKhciInstance, controlValue1, controlValue2); in USB_OtgKhciControl()