1 /* 2 * Copyright (c) 2016 Eric Holland 3 * 4 * Use of this source code is governed by a MIT-style 5 * license that can be found in the LICENSE file or at 6 * https://opensource.org/licenses/MIT 7 */ 8 #pragma once 9 10 #include <nrfx.h> 11 12 void nrf52_debug_early_init(void); 13 void nrf52_debug_init(void); 14 void nrf52_timer_early_init(void); 15 void nrf52_timer_init(void); 16 void nrf52_gpio_early_init(void); 17 void nrf52_flash_nor_early_init(void); 18 void nrf52_flash_nor_init(void); 19 20