Home
last modified time | relevance | path

Searched refs:CPU_CLOCK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/dp/
Dswdp_ll_pin.h12 #define CPU_CLOCK 64000000U macro
14 #define CPU_CLOCK CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC macro
Dswdp_bitbang.c30 ((CPU_CLOCK / 2U) / (port_write_cycles + delay_cycles))
538 delay = ((CPU_CLOCK / 2U) + (clock - 1U)) / clock; in sw_set_clock()
549 LOG_WRN("cpu_clock %d, delay %d", CPU_CLOCK, sw_data->clock_delay); in sw_set_clock()