Home
last modified time | relevance | path

Searched refs:NRF51_EVENT_CLEAR (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/arm/
H A Dnrf51.h44 #define NRF51_EVENT_CLEAR 0x00 macro
/openbmc/qemu/hw/misc/
H A Dnrf51_rng.c104 if (value == NRF51_EVENT_CLEAR) { in rng_write()
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c252 if (value == NRF51_EVENT_CLEAR) { in nrf51_timer_write()
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c448 qtest_writel(qts, NRF51_TIMER_BASE + event, NRF51_EVENT_CLEAR); in timer_clear_event()