Home
last modified time | relevance | path

Searched refs:NRF51_TIMER_EVENT_COMPARE_0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c164 case NRF51_TIMER_EVENT_COMPARE_0 ... NRF51_TIMER_EVENT_COMPARE_3: in nrf51_timer_read()
165 r = s->events_compare[(offset - NRF51_TIMER_EVENT_COMPARE_0) / 4]; in nrf51_timer_read()
251 case NRF51_TIMER_EVENT_COMPARE_0 ... NRF51_TIMER_EVENT_COMPARE_3: in nrf51_timer_write()
253 s->events_compare[(offset - NRF51_TIMER_EVENT_COMPARE_0) / 4] = 0; in nrf51_timer_write()
/openbmc/qemu/include/hw/timer/
H A Dnrf51_timer.h32 #define NRF51_TIMER_EVENT_COMPARE_0 0x140 macro
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c469 g_assert(qtest_readl(qts, NRF51_TIMER_BASE + NRF51_TIMER_EVENT_COMPARE_0) in timer_assert_events()
488 timer_clear_event(qts, NRF51_TIMER_EVENT_COMPARE_0); in test_nrf51_timer()
525 timer_clear_event(qts, NRF51_TIMER_EVENT_COMPARE_0); in test_nrf51_timer()