Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/fbdev/
Dfsl_fbdev.c197 TickType_t tick; in FBDEV_GetFrameBuffer() local
200 tick = ((flags & (uint32_t)kFBDEV_NoWait) != 0U) ? 0U : portMAX_DELAY; in FBDEV_GetFrameBuffer()
202 if (pdTRUE == xSemaphoreTake(fbdev->semaFbManager, tick)) in FBDEV_GetFrameBuffer()
219 TickType_t tick; in FBDEV_SetFrameBuffer() local
222 tick = ((flags & (uint32_t)kFBDEV_NoWait) != 0U) ? 0U : portMAX_DELAY; in FBDEV_SetFrameBuffer()
224 if (pdTRUE == xSemaphoreTake(fbdev->semaFramePending, tick)) in FBDEV_SetFrameBuffer()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/
Dfsl_video_common.c36 TickType_t tick; in VIDEO_DelayMs() local
38 tick = ms * configTICK_RATE_HZ / 1000U; in VIDEO_DelayMs()
40 tick = (0U == tick) ? 1U : tick; in VIDEO_DelayMs()
42 vTaskDelay(tick); in VIDEO_DelayMs()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h158 uint32_t tick; ///< Timer current Tick member
287 uint32_t tick; ///< Tick counter member
310 void (*tick)(void); ///< Timer Tick Function member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c54 #define TICKS_TO_MSEC(tick) ((uint32_t)((uint64_t)(tick)*1000uL / (uint64_t)TX_TIMER_TICKS_PER_SECO… argument
Dfsl_os_abstraction_free_rtos.c52 #define TICKS_TO_MSEC(tick) ((uint32_t)((uint64_t)(tick)*1000uL / (uint64_t)configTICK_RATE_HZ)) argument
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/usb/device/
Dusb_device.h647 extern usb_status_t USB_DeviceUpdateHwTick(usb_device_handle handle, uint64_t tick);
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device.h651 extern usb_status_t USB_DeviceUpdateHwTick(usb_device_handle handle, uint64_t tick);
Dusb_device_dci.c1458 usb_status_t USB_DeviceUpdateHwTick(usb_device_handle handle, uint64_t tick) in USB_DeviceUpdateHwTick() argument
1476 deviceHandle->hwTick = tick; in USB_DeviceUpdateHwTick()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host.h762 extern usb_status_t USB_HostUpdateHwTick(usb_host_handle hostHandle, uint64_t tick);
Dusb_host_hci.c1033 usb_status_t USB_HostUpdateHwTick(usb_host_handle hostHandle, uint64_t tick) in USB_HostUpdateHwTick() argument
1044 hostInstance->hwTick = tick; in USB_HostUpdateHwTick()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/power_manager/
DREADME.md221 …the exit latency of the low power state *exitHwLatency* with the duration tick specified by the us…