Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dnrf51_timer.h46 #define NRF51_TIMER_REG_BITMODE 0x508 macro
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c179 case NRF51_TIMER_REG_BITMODE: in nrf51_timer_read()
272 case NRF51_TIMER_REG_BITMODE: in nrf51_timer_write()
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c453 qtest_writel(qts, NRF51_TIMER_BASE + NRF51_TIMER_REG_BITMODE, mode); in timer_set_bitmode()