Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.h338 uint8_t L1remoteWakeupEnable; member
Dusb_host_ip3516hs.h620 uint8_t L1remoteWakeupEnable; member
Dusb_host_ip3516hs.c471 … ((uint32_t)usbHostState->L1remoteWakeupEnable << USB_HOST_IP3516HS_USBCMD_LPM_RWU_SHIFT)); in USB_HostIp3516HsControlBus()
3808 usbHostState->L1remoteWakeupEnable = (((*lpmParam) & 0x80U) >> 7); in USB_HostIp3516HsIoctl()
Dusb_host_ehci.c3875 … ((uint32_t)ehciInstance->L1remoteWakeupEnable << USBNC_LPM_CSR2_LPM_HST_RWKEN_SHIFT)); in USB_HostEhciControlBus()
5298 ehciInstance->L1remoteWakeupEnable = (((*lpmParam) & 0x80U) >> 7); in USB_HostEhciIoctl()