Home
last modified time | relevance | path

Searched refs:NRF51_PERIPHERAL_SIZE (Results 1 – 5 of 5) sorted by relevance

/qemu/include/hw/arm/
H A Dnrf51.h27 #define NRF51_PERIPHERAL_SIZE 0x00001000 macro
/qemu/include/hw/i2c/
H A Dmicrobit_i2c.h32 #define MICROBIT_I2C_NREGS (NRF51_PERIPHERAL_SIZE / sizeof(uint32_t))
/qemu/hw/arm/
H A Dnrf51_soc.c160 base_addr = NRF51_TIMER_BASE + i * NRF51_PERIPHERAL_SIZE; in nrf51_soc_realize()
170 "nrf51_soc.clock", NRF51_PERIPHERAL_SIZE); in nrf51_soc_realize()
/qemu/hw/i2c/
H A Dmicrobit_i2c.c104 "microbit.twi", NRF51_PERIPHERAL_SIZE); in microbit_i2c_realize()
/qemu/hw/timer/
H A Dnrf51_timer.c323 TYPE_NRF51_TIMER, NRF51_PERIPHERAL_SIZE); in nrf51_timer_init()