Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dnrf51_timer.h41 #define NRF51_TIMER_REG_INTEN_MASK 0xf0000 macro
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c264 s->inten |= value & NRF51_TIMER_REG_INTEN_MASK; in nrf51_timer_write()
267 s->inten &= ~(value & NRF51_TIMER_REG_INTEN_MASK); in nrf51_timer_write()