Searched refs:NRF51GPIOState (Results 1 – 3 of 3) sorted by relevance
76 static void update_state(NRF51GPIOState *s) in update_state()150 NRF51GPIOState *s = NRF51_GPIO(opaque); in nrf51_gpio_read()186 NRF51GPIOState *s = NRF51_GPIO(opaque); in nrf51_gpio_write()248 NRF51GPIOState *s = NRF51_GPIO(opaque); in nrf51_gpio_set()264 NRF51GPIOState *s = NRF51_GPIO(dev); in nrf51_gpio_reset()284 VMSTATE_UINT32(out, NRF51GPIOState),285 VMSTATE_UINT32(in, NRF51GPIOState),286 VMSTATE_UINT32(in_mask, NRF51GPIOState),287 VMSTATE_UINT32(dir, NRF51GPIOState),297 NRF51GPIOState *s = NRF51_GPIO(obj); in nrf51_gpio_init()[all …]
32 OBJECT_DECLARE_SIMPLE_TYPE(NRF51GPIOState, NRF51_GPIO)51 struct NRF51GPIOState { struct
38 NRF51GPIOState gpio;