S145 SoftDevice for nRF54LS05 API documentation 10.0.0
Loading...
Searching...
No Matches
nrf_sd_def.h
1/*
2 * Copyright (c) Nordic Semiconductor ASA
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without modification,
6 * are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice, this
9 * list of conditions and the following disclaimer.
10 *
11 * 2. Redistributions in binary form, except as embedded into a Nordic
12 * Semiconductor ASA integrated circuit in a product or a software update for
13 * such product, must reproduce the above copyright notice, this list of
14 * conditions and the following disclaimer in the documentation and/or other
15 * materials provided with the distribution.
16 *
17 * 3. Neither the name of Nordic Semiconductor ASA nor the names of its
18 * contributors may be used to endorse or promote products derived from this
19 * software without specific prior written permission.
20 *
21 * 4. This software, with or without modification, must only be used with a
22 * Nordic Semiconductor ASA integrated circuit.
23 *
24 * 5. Any software provided in binary form under this license must not be reverse
25 * engineered, decompiled, modified and/or disassembled.
26 *
27 * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS
28 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
29 * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
30 * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
31 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
33 * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
36 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37 */
38
47#ifndef NRF_SD_DEF_H__
48#define NRF_SD_DEF_H__
49
50#ifdef __cplusplus
51extern "C" {
52#endif
53
54#define SD_DPPIC00_CHANNELS_USED 0x0000000auL
55#define SD_DPPIC10_CHANNELS_USED 0x00000fffuL
56#define SD_DPPIC20_CHANNELS_USED 0x00000001uL
57#define SD_PPIB00_CHANNELS_USED 0x0000000fuL
58#define SD_PPIB10_CHANNELS_USED 0x0000000fuL
59#define SD_PPIB11_CHANNELS_USED 0x00000001uL
60#define SD_PPIB21_CHANNELS_USED 0x00000001uL
62#define SD_TIMER0X_INSTANCES_USED 0x00000000uL
63#define SD_TIMER1X_INSTANCES_USED 0x00000001uL
64#define SD_TIMER2X_INSTANCES_USED 0x00000001uL
66#define SD_AAR_INSTANCE_USED NRF_AAR00
67#define SD_CCM_INSTANCE_USED NRF_CCM00
68#define SD_ECB_INSTANCE_USED NRF_ECB00
69#define SD_RRAMC_INSTANCE_USED NRF_RRAMC
70#define SD_RADIO_INSTANCE_USED NRF_RADIO
72#define SD_GRTC_CC_CHANNELS_USED 0x00000F80uL
73#define SD_GRTC_IRQn_USED GRTC_3_IRQn
75#define SD_SWI_USED 0x00000007uL
77#define SD_TIMESLOT_TIMER0 NRF_TIMER10
79#ifdef __cplusplus
80}
81#endif
82
83#endif /* NRF_SD_DEF_H__ */
84