1 /* 2 * Copyright (c) 2016 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 /** 8 * @file SoC configuration macros for the Nordic Semiconductor nRF52 family processors. 9 */ 10 11 #ifndef _NORDICSEMI_NRF52_SOC_H_ 12 #define _NORDICSEMI_NRF52_SOC_H_ 13 14 #include <soc_nrf_common.h> 15 16 #define FLASH_PAGE_ERASE_MAX_TIME_US 89700UL 17 #define FLASH_PAGE_MAX_CNT 256UL 18 19 #endif /* _NORDICSEMI_NRF52_SOC_H_ */ 20