Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/counter/
Dcounter_native_posix.c33 int64_t current_value = hw_counter_get_value(); in schedule_next_isr()
58 uint32_t current_value = hw_counter_get_value(); in counter_isr()
117 *ticks = hw_counter_get_value(); in ctr_get_value()
147 uint32_t current_value = hw_counter_get_value(); in ctr_set_top_value()
196 uint32_t current_value = hw_counter_get_value(); in ctr_set_alarm()
/Zephyr-Core-3.6.0/scripts/native_simulator/native/src/include/
Dhw_counter.h29 uint64_t hw_counter_get_value(void);
/Zephyr-Core-3.6.0/boards/posix/native_posix/
Dhw_counter.h25 uint64_t hw_counter_get_value(void);
Dhw_counter.c105 uint64_t hw_counter_get_value(void) in hw_counter_get_value() function
/Zephyr-Core-3.6.0/scripts/native_simulator/native/src/
Dhw_counter.c109 uint64_t hw_counter_get_value(void) in hw_counter_get_value() function