Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/rtc/
Dfsl_adapter_lpcrtc.c129 uint32_t ms = microseconds % 1000000; in HAL_RTCSetTime() local
Dfsl_adapter_rtc.c163 uint32_t ms = (uint32_t)(microseconds % 1000000ULL); in HAL_RTCSetTime() local
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/
Dfsl_video_common.c33 void VIDEO_DelayMs(uint32_t ms) in VIDEO_DelayMs()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/mt9m114/
Dfsl_mt9m114.c18 #define MT9M114_DelayMs(ms) VIDEO_DelayMs(ms) argument
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/common/
Dfsl_common_dsp.h29 #define MSEC_TO_COUNT(ms, clockFreqInHz) (uint64_t)((uint64_t)(ms) * (clockFreqInHz) / 1000U) argument
Dfsl_common_arm.h322 #define MSEC_TO_COUNT(ms, clockFreqInHz) (uint64_t)((uint64_t)(ms) * (clockFreqInHz) / 1000U) argument
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42448/
Dfsl_cs42448.c42 static void CS42448_DelayMs(uint32_t ms) in CS42448_DelayMs()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/cs42888/
Dfsl_cs42888.c42 static void CS42888_DelayMs(uint32_t ms) in CS42888_DelayMs()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/rpmsg/
Dfsl_adapter_rpmsg.c104 __WEAK_FUNC void RPMsg_EpReadyTimeDelay(uint32_t ms) in RPMsg_EpReadyTimeDelay()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c291 static void OV7725_DelayMs(uint32_t ms) in OV7725_DelayMs()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c114 static void _USB_HostKhciDelay(usb_khci_host_state_struct_t *usbHostPointer, uint32_t ms) in _USB_HostKhciDelay()
Dusb_host_ohci.c89 static void USB_HostOhciDelay(usb_host_ohci_state_struct_t *usbHostState, uint32_t ms) in USB_HostOhciDelay()
Dusb_host_ip3516hs.c336 static void USB_HostIp3516HsDelay(usb_host_ip3516hs_state_struct_t *usbHostState, uint32_t ms) in USB_HostIp3516HsDelay()
Dusb_host_ehci.c1825 static void USB_HostEhciDelay(USBHS_Type *ehciIpBase, uint32_t ms) in USB_HostEhciDelay()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_haptic.c361 int ms, duration; in tfa2_haptic_recalculate_wait() local
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.h40 #define Sleep(ms) usleep((ms)*1000) argument