Home
last modified time | relevance | path

Searched refs:hw_counter_get_value (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_native_posix.c31 uint32_t current_value = hw_counter_get_value(); in counter_isr()
73 *ticks = hw_counter_get_value(); in ctr_get_value()
113 hw_counter_get_value() + pending_alarm.ticks; in ctr_set_alarm()
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/include/
Dhw_counter.h27 uint64_t hw_counter_get_value(void);
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dhw_counter.h23 uint64_t hw_counter_get_value(void);
Dhw_counter.c88 uint64_t hw_counter_get_value(void) in hw_counter_get_value() function
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/
Dhw_counter.c92 uint64_t hw_counter_get_value(void) in hw_counter_get_value() function