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