DPPI Channel Mask vs GPIO0 pin Mask

Hello, 

I am relatively new to the nrf9161, but I am running into an error with my build.

'TFM_PERIPHERAL_DPPI_CHANNEL_MASK_SECURE' undeclared (first use in this function); did you mean 'TFM_PERIPHERAL_GPIO0_PIN_MASK_SECURE'?

For context, I am trying to configure 3 pins (6, 7, 24) within the application using GPIO_DT_SPEC_GET. 

const struct gpio_dt_spec interupt_pin = GPIO_DT_SPEC_GET(ZEPHYR_USER_NODE, interupt_gpios);
I am programming to a nrf9161 DK., tool chain 2.7.0
thank you, 
Jack
Related