It appears that when setting a GPIO pin up to be used by the GPIOTE module as an output task the GPIOTE module takes over the configuration of the pin. It does not appear that it is possible to set the pin in Open Drain configuraiton as you can with the GPIO module itself because GPIOTE overrides this as soon as the task is enabled. Is this correct or am I missing something obvious?