Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dnrf51_timer.h52 #define NRF51_TIMER_REG_PRESCALER 0x510 macro
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c182 case NRF51_TIMER_REG_PRESCALER: in nrf51_timer_read()
280 case NRF51_TIMER_REG_PRESCALER: in nrf51_timer_write()
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c458 qtest_writel(qts, NRF51_TIMER_BASE + NRF51_TIMER_REG_PRESCALER, prescaler); in timer_set_prescaler()