Home
last modified time | relevance | path

Searched refs:NRF51_TIMER_REG_SHORTS_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Dnrf51_timer.h38 #define NRF51_TIMER_REG_SHORTS_MASK 0xf0f macro
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c261 s->shorts = value & NRF51_TIMER_REG_SHORTS_MASK; in nrf51_timer_write()