| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
| D | hal_timer.h | 48 #define __TICKS_TO_MS(tick) hal_sys_timer_ticks_to_ms(tick) argument 50 #define __SLIM_TICKS_TO_MS(tick) ((tick) / ((uint32_t)CONFIG_SYSTICK_HZ / 1000)) argument 52 #define __TICKS_TO_US(tick) hal_sys_timer_ticks_to_us(tick) argument 89 #define TICKS_TO_MS(tick) __TICKS_TO_MS(tick) argument 91 #define TICKS_TO_US(tick) __TICKS_TO_US(tick) argument 97 #define HWTICKS_TO_MS(tick) __TICKS_TO_MS(tick) argument 99 #define HWTICKS_TO_US(tick) __TICKS_TO_US(tick) argument 171 #define FAST_TICKS_TO_MS(tick) ((uint32_t)(tick) / (CONFIG_FAST_SYSTICK_HZ / 1000)) argument 173 #define FAST_TICKS_TO_US(tick) ((uint32_t)(tick) * 10 / (CONFIG_FAST_SYSTICK_HZ / 1000 / 100)) argument 175 #define FAST_TICKS_TO_NS(tick) ((uint32_t)(tick) * 10 * 1000 / (CONFIG_FAST_SYSTICK_HZ / 1000 … argument
|
| D | hal_timer.c | 625 uint32_t BOOT_TEXT_SRAM_LOC hal_sys_timer_ticks_to_ms(uint32_t tick) in hal_sys_timer_ticks_to_ms() 639 uint32_t BOOT_TEXT_SRAM_LOC hal_sys_timer_ticks_to_us(uint32_t tick) in hal_sys_timer_ticks_to_us()
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
| D | time.c | 74 UINT64 tick, ns; in OsTimeSpec2Tick() local 85 STATIC INLINE VOID OsTick2TimeSpec(struct timespec *tp, UINT32 tick) in OsTick2TimeSpec() 95 UINT64 tick; in nanosleep() local 239 UINT32 tick = 0; in timer_gettime() local
|
| /device/soc/telink/b91/b91_ble_sdk/drivers/B91/ |
| D | stimer.h | 108 static inline void stimer_set_irq_capture(unsigned int tick) in stimer_set_irq_capture() 118 static inline void stimer_set_tick(unsigned int tick) in stimer_set_tick()
|
| D | timer.h | 118 static inline void timer0_set_tick(unsigned int tick) in timer0_set_tick() 137 static inline void timer1_set_tick(unsigned int tick) in timer1_set_tick()
|
| D | clock.c | 179 void clock_set_32k_tick(unsigned int tick) in clock_set_32k_tick()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | os_sys.c | 23 hi_u32 tick; in ms2systick() local
|
| D | hi_task.c | 159 hi_u32 tick = ms2systick(ms, HI_FALSE); in hi_sleep() local
|
| D | hi_event.c | 162 hi_u32 tick = HI_SYS_WAIT_FOREVER; in hi_event_wait() local
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_os/liteos_m_mst/ |
| D | os_clock.c | 22 int os_update_tick(uint32_t tick) in os_update_tick()
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_system/os/liteos_m/ |
| D | tick.c | 48 int bk_update_tick(uint32_t tick) in bk_update_tick()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
| D | app_demo_flash.c | 35 hi_u32 tick[2]; /* 2 */ in test_flash_body2() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | lowpower.h | 53 #define SET_TMR_TICK(tick, val) do { \ argument 124 #define STEP_TICK_TO_TIMEOUT(tick, type) (((tick) * TIMEOUT_TICK) / lwip_cyclic_timers[(type)].inte… argument
|
| /device/soc/esp/esp32/components/pthread/ |
| D | pthread.c | 1427 UINT64 tick, ns; in OsTimeSpec2Tick() local 1438 static VOID OsTick2TimeSpec(struct timespec *tp, UINT32 tick) in OsTick2TimeSpec() 1547 UINT32 tick = 0; in timer_gettime() local
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/ |
| D | aml_ddr_bandwidth.h | 117 unsigned long long tick; member 134 unsigned long long tick; member
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_cli/ |
| D | cli_aon_rtc.c | 60 uint64_t tick = 0; in cli_aon_rtc_get_time() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
| D | at_lowpower.c | 77 hi_u32 tick; in ms_to_systick() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
| D | timex.h | 25 long tick, ppsfreq, jitter; member
|
| /device/soc/telink/b91/b91_ble_sdk/drivers/B91/ext_driver/ |
| D | ext_misc.h | 105 static inline void systimer_set_irq_capture(unsigned int tick) in systimer_set_irq_capture()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | dhd.h | 1674 uint32 tick; /* O/S tick time (usec) */ member
|
| D | dhd_linux.c | 13629 dhd_os_runtimepm_timer(void *bus, uint tick) in dhd_os_runtimepm_timer()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd.h | 2150 uint32 tick; /* O/S tick time (usec) */ member
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | dhd.h | 2188 uint32 tick; /* O/S tick time (usec) */ member
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | dhd.h | 2818 uint32 tick; /* O/S tick time (usec) */ member
|
| D | dhd_linux.c | 17984 dhd_os_runtimepm_timer(void *bus, uint tick) in dhd_os_runtimepm_timer()
|