Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dnrf51_gpio.h38 #define NRF51_GPIO_REG_OUT 0x504 macro
/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c155 case NRF51_GPIO_REG_OUT ... NRF51_GPIO_REG_OUTCLR: in nrf51_gpio_read()
192 case NRF51_GPIO_REG_OUT: in nrf51_gpio_write()
/openbmc/qemu/tests/qtest/
H A Dmicrobit-test.c275 {NRF51_GPIO_REG_OUT, 0x00000000}, {NRF51_GPIO_REG_OUTSET, 0x00000000}, in test_nrf51_gpio()