Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.h173 #define KHCICFG_THSLD_DELAY 0x65U macro
Dusb_host_khci.c966 … usbHostPointer->usbRegBase->SOFTHLD = (uint8_t)((len * 12U * 7U / 6U + KHCICFG_THSLD_DELAY) / 8U); in _USB_HostKhciAtomNonblockingTransaction()
970 … usbHostPointer->usbRegBase->SOFTHLD = (uint8_t)((len * 7U / 6U + KHCICFG_THSLD_DELAY) / 8U); in _USB_HostKhciAtomNonblockingTransaction()