This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPIOTE power

Before I call sd_power_system_off(), I do the following:

NRF_TWI0->ENABLE = 0; NRF_TWI1->ENABLE = 0; NRF_ADC->ENABLE = 0; NRF_SPI0->ENABLE = 0; NRF_UART0->ENABLE = 0;

How do I disable the GPIOTE module? There is no "ENABLE" or "POWER" field.

Related