Line data Source code
1 0 : /* 2 : * Copyright (c) 2024 Nordic Semiconductor ASA 3 : * SPDX-License-Identifier: Apache-2.0 4 : */ 5 : 6 : 7 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD 8 : #define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD 9 : 10 : /* numbers aligned to nrfs service identifiers */ 11 0 : #define NRF_GPD_FAST_ACTIVE0 0U 12 0 : #define NRF_GPD_FAST_ACTIVE1 1U 13 0 : #define NRF_GPD_FAST_MAIN 2U 14 0 : #define NRF_GPD_SLOW_ACTIVE 3U 15 0 : #define NRF_GPD_SLOW_MAIN 4U 16 : 17 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NORDIC_NRF_GLOBAL_PD */