usbdrv/peripheral/public/d32usbc.inl
changeset 48 21625e5de155
parent 33 089413cdde3c
child 59 bbdce6bffaad
equal deleted inserted replaced
41:4ac512a68352 48:21625e5de155
   694 inline void RDevUsbcClient::OtgFeaturesNotifyCancel()
   694 inline void RDevUsbcClient::OtgFeaturesNotifyCancel()
   695 	{
   695 	{
   696 	DoCancel(ERequestOtgFeaturesNotifyCancel);
   696 	DoCancel(ERequestOtgFeaturesNotifyCancel);
   697 	}
   697 	}
   698 
   698 
       
   699 inline void RDevUsbcClient::ChargingPortTypeNotify(TRequestStatus& aStatus, TUint& aValue)
       
   700     {
       
   701     DoRequest(ERequestChargingPortTypeNotify, aStatus, &aValue);
       
   702     }
       
   703 
       
   704 inline void RDevUsbcClient::ChargingPortTypeNotifyCancel()
       
   705     {
       
   706     DoCancel(ERequestChargingPortTypeNotifyCancel);
       
   707     }
       
   708 
       
   709 inline TInt RDevUsbcClient::ChargerDetectorCaps(TUsbcChargerDetectorProperties& aProperties)
       
   710 	{
       
   711 	return DoControl(EControlGetChargerDetectorCaps, &aProperties);
       
   712 	}
       
   713 
       
   714 
   699 
   715 
   700 #endif // #ifndef __KERNEL_MODE__
   716 #endif // #ifndef __KERNEL_MODE__
   701 
   717 
   702 #endif // #ifndef __D32USBC_INL__
   718 #endif // #ifndef __D32USBC_INL__