I'm sure there is something obvious that I am missing, but bear with me. The following link references a function called: nrf_drv_gpiote_out_config :
infocenter.nordicsemi.com/.../hardware_driver_gpiote.html
It is the the example code that is supposed to set pin 10 to high.
I cannot find a single reference or piece of documentation that describes this function, or even confirms that it exits, yet this function call is referenced all the time.
I have searched every file in the 0.9.1 version of the nRF52 SDK and found nothing other than the struct which is called nrf_drv_gpiote_out_config_t.
What obvious thing escapes me?