| /device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/ |
| D | npl_os_freertos.c | 225 ble_npl_error_t npl_freertos_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in npl_freertos_callout_reset() 247 uint64_t ticks; in npl_freertos_time_ms_to_ticks() local 257 ble_npl_error_t npl_freertos_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in npl_freertos_time_ticks_to_ms()
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/nimble/ |
| D | nimble_npl_os.h | 203 …atic inline ble_npl_error_t ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in ble_npl_callout_reset() 243 static inline ble_npl_error_t ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in ble_npl_time_ticks_to_ms() 253 static inline uint32_t ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks) in ble_npl_time_ticks_to_ms32() 258 static inline void ble_npl_time_delay(ble_npl_time_t ticks) in ble_npl_time_delay()
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
| D | hal_timer.c | 281 void BOOT_TEXT_SRAM_LOC hal_sys_timer_delay(uint32_t ticks) in hal_sys_timer_delay() 289 void SRAM_TEXT_LOC hal_sys_timer_delay_in_sleep(uint32_t ticks) in hal_sys_timer_delay_in_sleep() 299 void BOOT_TEXT_FLASH_LOC flash_hal_sys_timer_delay(uint32_t ticks) in flash_hal_sys_timer_delay() 310 uint32_t ticks = US_TO_FAST_TICKS(us); in hal_sys_timer_delay_us() local 346 uint32_t ticks = NS_TO_FAST_TICKS(ns); in hal_sys_timer_delay_ns() local 607 uint32_t ticks; in hal_sys_timer_us_to_ticks() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/include/ |
| D | oi_bt_spec.h | 214 #define OI_BT_TICKS_TO_SECONDS(ticks) ((ticks)/1600) argument 216 #define OI_BT_TICKS_TO_MSECS(ticks) (((ticks)*5)/8) argument
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/ |
| D | cmsis_liteos2.c | 248 uint64_t ticks; in osKernelGetTickCount() local 662 WEAK UINT32 LOS_HalDelay(UINT32 ticks) in LOS_HalDelay() 669 osStatus_t osDelay(uint32_t ticks) in osDelay() 688 osStatus_t osDelayUntil(uint32_t ticks) in osDelayUntil() 739 osStatus_t osTimerStart(osTimerId_t timer_id, uint32_t ticks) in osTimerStart()
|
| /device/soc/esp/esp32/components/hal/include/hal/ |
| D | rtc_hal.h | 45 #define rtc_hal_set_wakeup_timer(ticks) rtc_cntl_ll_set_wakeup_timer(ticks) argument
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/rtos/ |
| D | lega_rtos.c | 390 uint32_t ticks; in lega_rtos_ms_to_ticks() local 528 uint32_t lega_rtos_ticks_to_ms(uint32_t ticks) in lega_rtos_ticks_to_ms() 553 uint32_t ticks; in lega_rtos_delay_milliseconds() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_time.c | 32 u32 _mali_osk_time_tickstoms(unsigned long ticks) in _mali_osk_time_tickstoms()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_time.c | 32 u32 _mali_osk_time_tickstoms(unsigned long ticks) in _mali_osk_time_tickstoms()
|
| /device/soc/st/stm32f407zg/uniproton/hals/cmsis/ |
| D | cmsis_uniproton.c | 121 uint64_t ticks = PRT_TickGetCount(); in osKernelGetTickCount() local 347 U32 ticks = time * OS_TICK_PER_SECOND; in sleep() local
|
| /device/soc/esp/esp32/components/newlib/port/ |
| D | esp_time_impl.c | 141 const uint64_t ticks = rtc_this_ticks - s_rtc_last_ticks; in esp_rtc_get_time_us() local
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/key/ |
| D | multi_button.h | 43 uint16_t ticks; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| D | mali_kbase_js_backend.c | 119 u32 ticks = atom->ticks++; in timer_callback() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
| D | mali_kbase_js_backend.c | 114 u32 ticks = atom->ticks++; in timer_callback() local
|
| /device/soc/winnermicro/wm800/board/src/os/liteos/ |
| D | wm_osal_liteos.c | 936 #define SET_PERIOD(usSwTmrID, uvIntSave, pstSwtmr, ticks) { \ argument 951 tls_os_status_t tls_os_timer_change(tls_os_timer_t *timer, u32 ticks) in tls_os_timer_change() 1115 void tls_os_time_delay(u32 ticks) in tls_os_time_delay()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| D | mali_kbase_js_backend.c | 120 u32 ticks = atom->ticks++; in timer_callback() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/ |
| D | bt_defs.h | 38 INT32 ticks; member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
| D | mali_kbase_js_backend.c | 113 u32 ticks = atom->ticks++; in timer_callback() local
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/rtos/liteos/liteos_m/kal/cmsis/ |
| D | cmsis_liteos2.c | 225 uint64_t ticks = LOS_TickCountGet(); in osKernelGetTickCount() local 651 osStatus_t osDelay(uint32_t ticks) in osDelay() 674 osStatus_t osDelayUntil(uint32_t ticks) in osDelayUntil() 753 osStatus_t osTimerStart(osTimerId_t timer_id, uint32_t ticks) in osTimerStart()
|
| /device/board/openvalley/niobeu4/liteos_m/hdf_drivers/watchdog/ |
| D | watchdog_esp32u4.c | 225 int32_t ticks = 0; in WatchdogDevStart() local
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
| D | glue.c | 344 uint32_t ticks; in k_delayed_work_submit() local 391 uint32_t ticks; in k_sleep() local
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
| D | ble_hs.c | 406 static void ble_hs_timer_reset(uint32_t ticks) in ble_hs_timer_reset()
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ |
| D | best2003.h | 214 static inline uint32_t SysTick_Config(uint32_t ticks) in SysTick_Config()
|
| /device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/ |
| D | core_802.h | 934 __STATIC_INLINE uint32_t csi_coret_config(uint32_t ticks, int32_t IRQn) in csi_coret_config() 1548 #define SysTick_Config(ticks) csi_coret_config(ticks, CORET_IRQn) argument 1549 #define CORET_Config(ticks) csi_coret_config(ticks, CORET_IRQn) argument
|
| /device/soc/winnermicro/wm800/board/include/arch/xt804/csi_core/ |
| D | core_804.h | 976 __STATIC_INLINE uint32_t csi_coret_config(uint32_t ticks, int32_t IRQn) in csi_coret_config() 1574 #define SysTick_Config(ticks) csi_coret_config(ticks, SYS_TICK_IRQn) argument 1575 #define CORET_Config(ticks) csi_coret_config(ticks, SYS_TICK_IRQn) argument
|