10#include <drivers/nrfx_common.h>
26typedef struct __packed {
nrfe_gpio_opcode_t
eGPIO opcodes.
Definition nrfe_gpio.h:18
@ NRFE_GPIO_PIN_CLEAR
Definition nrfe_gpio.h:20
@ NRFE_GPIO_PIN_CONFIGURE
Definition nrfe_gpio.h:19
@ NRFE_GPIO_PIN_TOGGLE
Definition nrfe_gpio.h:22
@ NRFE_GPIO_PIN_SET
Definition nrfe_gpio.h:21
uint8_t opcode
Definition nrfe_gpio.h:27
uint8_t port
Definition nrfe_gpio.h:29
uint32_t flags
Definition nrfe_gpio.h:30
uint32_t pin
Definition nrfe_gpio.h:28
eGPIO data packet.
Definition nrfe_gpio.h:26
nrfe_gpio_data_packet_t data
Definition nrfe_gpio.h:38
Definition nrfe_gpio.h:36
Definition nrfe_common.h:23