Home
last modified time | relevance | path

Searched refs:isSet (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/
Dusb_device_ch9.c239 uint8_t isSet = 0U; in USB_DeviceCh9SetClearFeature() local
262 isSet = 1U; in USB_DeviceCh9SetClearFeature()
271 USB_DeviceSetStatus(classHandle->handle, kUSB_DeviceStatusRemoteWakeup, &isSet); in USB_DeviceCh9SetClearFeature()
274 … = USB_DeviceClassCallback(classHandle->handle, (uint32_t)kUSB_DeviceEventSetRemoteWakeup, &isSet); in USB_DeviceCh9SetClearFeature()
288 … error = USB_DeviceClassCallback(classHandle->handle, kUSB_DeviceEventSetBHNPEnable, &isSet); in USB_DeviceCh9SetClearFeature()
325 if (0U != isSet) in USB_DeviceCh9SetClearFeature()
350 if (0U != isSet) in USB_DeviceCh9SetClearFeature()