Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.h311 uint32_t frameTime; /*!< Voice activity frame time */ member
Dfsl_pdm.c815 …PDM_VAD0_CTRL_2_VADPREFEN(config->enablePreFilter) | PDM_VAD0_CTRL_2_VADFRAMET(config->frameTime) | in PDM_SetHwvadConfig()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ehci.c1725 uint16_t frameTime; in USB_HostBandwidthFslsHostAllocate() local
1743 USB_HostBandwidthFslsHostComputeCurrent(ehciInstance, frameIndex, &frameTime); in USB_HostBandwidthFslsHostAllocate()
1744 if (frameTime + FslsTime > USB_HOST_EHCI_BANDWIDTH_FRAME_TOTOAL_TIME) in USB_HostBandwidthFslsHostAllocate()