Searched full:config_sys_clock_ticks_per_sec (Results 1 – 25 of 190) sorted by relevance
12345678
/Zephyr-latest/tests/kernel/sleep/src/ |
D | usleep.c | 27 #if defined(CONFIG_NRF_RTC_TIMER) && (CONFIG_SYS_CLOCK_TICKS_PER_SEC > 16384) 37 (CONFIG_SYS_CLOCK_TICKS_PER_SEC > 16384) 39 #elif defined(CONFIG_SILABS_SLEEPTIMER_TIMER) && (CONFIG_SYS_CLOCK_TICKS_PER_SEC > 16384) 59 #define LOOPS (CONFIG_SYS_CLOCK_TICKS_PER_SEC / 2) 66 #define LOWER_BOUND_MS ((1000 * LOOPS) / CONFIG_SYS_CLOCK_TICKS_PER_SEC) 68 / CONFIG_SYS_CLOCK_TICKS_PER_SEC)
|
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/boards/ |
D | b_u585i_iot02a.overlay | 4 * with a LPTIM1 prescaler of <1> to <8>, CONFIG_SYS_CLOCK_TICKS_PER_SEC is 4096 5 * with a LPTIM1 prescaler >= <16>, CONFIG_SYS_CLOCK_TICKS_PER_SEC is LSE / prescaler
|
D | nucleo_wb55rg.overlay | 4 * with a LPTIM1 prescaler of <1> to <8>, CONFIG_SYS_CLOCK_TICKS_PER_SEC is 4096 5 * with a LPTIM1 prescaler >= <16>, CONFIG_SYS_CLOCK_TICKS_PER_SEC is LSE / prescaler
|
D | nucleo_wba55cg.overlay | 4 * with a LPTIM1 prescaler of <1> to <8>, CONFIG_SYS_CLOCK_TICKS_PER_SEC is 4096 5 * with a LPTIM1 prescaler >= <16>, CONFIG_SYS_CLOCK_TICKS_PER_SEC is LSE / prescaler
|
/Zephyr-latest/tests/subsys/logging/log_stress/ |
D | testcase.yaml | 21 - CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000 30 - CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
|
/Zephyr-latest/dts/bindings/timer/ |
D | st,stm32-lptim.yaml | 33 CONFIG_SYS_CLOCK_TICKS_PER_SEC could be used to tune tick duration and gain precision, 38 Using CONFIG_SYS_CLOCK_TICKS_PER_SEC = 4096, tick = 0.24 ms, LPTIM precision is 4 ticks. 39 Using CONFIG_SYS_CLOCK_TICKS_PER_SEC = 1024, tick = 0.97 ms, LPTIM precision is 1 ticks.
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | sample.yaml | 22 - arch:nios2:CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000 44 - arch:nios2:CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000 66 - arch:nios2:CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/ |
D | tick_timer_train.c | 14 #define MAX_CALLBACKS (CONFIG_SYS_CLOCK_TICKS_PER_SEC*TEST_SECONDS)/TIMERS 70 TIMERS, CONFIG_SYS_CLOCK_TICKS_PER_SEC, MAX_CALLBACKS, max_time); in ZTEST() 147 ", \"CONFIG_SYS_CLOCK_TICKS_PER_SEC\":%u" in ZTEST() 154 CONFIG_SYS_CLOCK_TICKS_PER_SEC in ZTEST() 162 TC_PRINT("!! Consider making CONFIG_SYS_CLOCK_TICKS_PER_SEC smaller.\n"); in ZTEST() 170 TC_PRINT("!! Consider making CONFIG_SYS_CLOCK_TICKS_PER_SEC smaller.\n"); in ZTEST()
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_autohandler.c | 108 (uint32_t)(timeout.ticks / CONFIG_SYS_CLOCK_TICKS_PER_SEC) / 3600, in hawkbit_autohandler_set_delay() 109 (uint32_t)((timeout.ticks / CONFIG_SYS_CLOCK_TICKS_PER_SEC) % 3600) / 60, in hawkbit_autohandler_set_delay() 110 (uint32_t)(timeout.ticks / CONFIG_SYS_CLOCK_TICKS_PER_SEC) % 60); in hawkbit_autohandler_set_delay()
|
/Zephyr-latest/tests/benchmarks/app_kernel/boards/ |
D | nrf52_bsim.conf | 1 CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
/Zephyr-latest/tests/subsys/usb/device_next/boards/ |
D | native_sim.conf | 1 CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000000
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/boards/ |
D | nrf54l09pdk_nrf54l09_cpuapp.conf | 1 CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000
|
D | nrf54l20pdk_nrf54l20_cpuapp.conf | 1 CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000
|
/Zephyr-latest/tests/kernel/tickless/tickless_concept/ |
D | prj.conf | 2 CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
/Zephyr-latest/tests/kernel/ipi_optimize/ |
D | prj.conf | 5 CONFIG_SYS_CLOCK_TICKS_PER_SEC=50
|
/Zephyr-latest/tests/kernel/mem_slab/mslab_threadsafe/ |
D | prj.conf | 2 CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
/Zephyr-latest/boards/enclustra/mercury_xu/ |
D | mercury_xu_defconfig | 11 CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
/Zephyr-latest/tests/kernel/ipi_cascade/ |
D | prj.conf | 6 CONFIG_SYS_CLOCK_TICKS_PER_SEC=1
|
/Zephyr-latest/boards/snps/nsim/arc_classic/ |
D | nsim_nsim_vpx5_defconfig | 3 CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
D | nsim_nsim_hs5x_smp_12cores_defconfig | 4 CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | prj.conf | 7 CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
/Zephyr-latest/boards/microchip/m2gl025_miv/ |
D | m2gl025_miv_defconfig | 10 CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
/Zephyr-latest/boards/qemu/cortex_r5/ |
D | qemu_cortex_r5_defconfig | 14 CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
|
/Zephyr-latest/lib/posix/options/ |
D | clock.c | 84 uint64_t elapsed_secs = ticks / CONFIG_SYS_CLOCK_TICKS_PER_SEC; in clock_gettime() 85 uint64_t nremainder = ticks - elapsed_secs * CONFIG_SYS_CLOCK_TICKS_PER_SEC; in clock_gettime() 103 BUILD_ASSERT(CONFIG_SYS_CLOCK_TICKS_PER_SEC > 0 && in clock_getres() 104 CONFIG_SYS_CLOCK_TICKS_PER_SEC <= NSEC_PER_SEC, in clock_getres() 105 "CONFIG_SYS_CLOCK_TICKS_PER_SEC must be > 0 and <= NSEC_PER_SEC"); in clock_getres() 116 .tv_nsec = NSEC_PER_SEC / CONFIG_SYS_CLOCK_TICKS_PER_SEC, in clock_getres()
|
/Zephyr-latest/samples/sensor/sensor_shell/boards/ |
D | vmu_rt1170_mimxrt1176_cm7.conf | 10 CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000
|
12345678