nrf_sd_def.h 989 B

1234567891011121314151617181920212223
  1. /* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved.
  2. *
  3. * The information contained herein is property of Nordic Semiconductor ASA.
  4. * Terms and conditions of usage are described in detail in NORDIC
  5. * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
  6. *
  7. * Licensees are granted free, non-transferable use of the information. NO
  8. * WARRANTY of ANY KIND is provided. This heading must NOT be removed from
  9. * the file.
  10. *
  11. */
  12. #ifndef NRF_SD_DEF_H__
  13. #define NRF_SD_DEF_H__
  14. #include <stdint.h>
  15. #define SD_PPI_CHANNELS_USED 0xFFF0C000uL /**< PPI channels utilized by SotfDevice (not available to the application). */
  16. #define SD_PPI_GROUPS_USED 0x0000000CuL /**< PPI groups utilized by SoftDevice (not available to the application). */
  17. #define SD_TIMERS_USED 0x00000001uL /**< Timers used by SoftDevice. */
  18. #define SD_SWI_USED 0x0000003CuL /**< Software interrupts used by SoftDevice */
  19. #endif /* NRF_SD_DEF_H__ */