Line data Source code
1 0 : /*
2 : * Copyright (c) 2024 Nordic Semiconductor ASA
3 : * SPDX-License-Identifier: Apache-2.0
4 : */
5 :
6 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_TDDCONF_H_
7 : #define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_TDDCONF_H_
8 :
9 0 : #define NRF_TDDCONF_SOURCE_STMMAINCORE BIT(0)
10 0 : #define NRF_TDDCONF_SOURCE_ETMMAINCORE BIT(1)
11 0 : #define NRF_TDDCONF_SOURCE_STMHWEVENTS BIT(2)
12 0 : #define NRF_TDDCONF_SOURCE_STMPPR BIT(3)
13 0 : #define NRF_TDDCONF_SOURCE_STMFLPR BIT(4)
14 :
15 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_MISC_NORDIC_TDDCONF_H_ */
|