nrf51822_peripherals.h 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /*
  2. Copyright (c) 2010 - 2020, Nordic Semiconductor ASA
  3. All rights reserved.
  4. Redistribution and use in source and binary forms, with or without modification,
  5. are permitted provided that the following conditions are met:
  6. 1. Redistributions of source code must retain the above copyright notice, this
  7. list of conditions and the following disclaimer.
  8. 2. Redistributions in binary form, except as embedded into a Nordic
  9. Semiconductor ASA integrated circuit in a product or a software update for
  10. such product, must reproduce the above copyright notice, this list of
  11. conditions and the following disclaimer in the documentation and/or other
  12. materials provided with the distribution.
  13. 3. Neither the name of Nordic Semiconductor ASA nor the names of its
  14. contributors may be used to endorse or promote products derived from this
  15. software without specific prior written permission.
  16. 4. This software, with or without modification, must only be used with a
  17. Nordic Semiconductor ASA integrated circuit.
  18. 5. Any software provided in binary form under this license must not be reverse
  19. engineered, decompiled, modified and/or disassembled.
  20. THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS
  21. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  22. OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
  23. DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
  24. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  25. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  26. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  27. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  28. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  29. OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  30. */
  31. /* This file is deprecated */
  32. #ifndef _NRF51822_PERIPHERALS_H
  33. #define _NRF51822_PERIPHERALS_H
  34. /* Clock Peripheral */
  35. #define CLOCK_PRESENT
  36. #define CLOCK_COUNT 1
  37. /* Power Peripheral */
  38. #define POWER_PRESENT
  39. #define POWER_COUNT 1
  40. #define POWER_FEATURE_RAMON_REGISTERS_PRESENT
  41. /* Non-Volatile Memory Controller */
  42. #define NVMC_PRESENT
  43. #define NVMC_COUNT 1
  44. /* Software Interrupts */
  45. #define SWI_PRESENT
  46. #define SWI_COUNT 6
  47. /* GPIO */
  48. #define GPIO_PRESENT
  49. #define GPIO_COUNT 1
  50. #define P0_PIN_NUM 32
  51. #define P0_FEATURE_PINS_PRESENT 0xFFFFFFFFUL
  52. /* MPU and BPROT */
  53. #define BPROT_PRESENT
  54. #define BPROT_REGIONS_SIZE 4096
  55. #define BPROT_REGIONS_NUM 64
  56. /* Radio */
  57. #define RADIO_PRESENT
  58. #define RADIO_COUNT 1
  59. #define RADIO_TXPOWER_TXPOWER_Max RADIO_TXPOWER_TXPOWER_Pos4dBm
  60. /* Accelerated Address Resolver */
  61. #define AAR_PRESENT
  62. #define AAR_COUNT 1
  63. #define AAR_MAX_IRK_NUM 8
  64. /* AES Electronic CodeBook mode encryption */
  65. #define ECB_PRESENT
  66. #define ECB_COUNT 1
  67. /* AES CCM mode encryption */
  68. #define CCM_PRESENT
  69. #define CCM_COUNT 1
  70. /* Peripheral to Peripheral Interconnect */
  71. #define PPI_PRESENT
  72. #define PPI_COUNT 1
  73. #define PPI_CH_NUM 16
  74. #define PPI_FIXED_CH_NUM 12
  75. #define PPI_GROUP_NUM 4
  76. /* Timer/Counter */
  77. #define TIMER_PRESENT
  78. #define TIMER_COUNT 3
  79. #define TIMER0_MAX_SIZE 32
  80. #define TIMER1_MAX_SIZE 16
  81. #define TIMER2_MAX_SIZE 16
  82. #define TIMER0_CC_NUM 4
  83. #define TIMER1_CC_NUM 4
  84. #define TIMER2_CC_NUM 4
  85. /* Real Time Counter */
  86. #define RTC_PRESENT
  87. #define RTC_COUNT 2
  88. #define RTC0_CC_NUM 3
  89. #define RTC1_CC_NUM 4
  90. /* RNG */
  91. #define RNG_PRESENT
  92. #define RNG_COUNT 1
  93. /* Watchdog Timer */
  94. #define WDT_PRESENT
  95. #define WDT_COUNT 1
  96. /* Temperature Sensor */
  97. #define TEMP_PRESENT
  98. #define TEMP_COUNT 1
  99. /* Serial Peripheral Interface Master */
  100. #define SPI_PRESENT
  101. #define SPI_COUNT 2
  102. /* Serial Peripheral Interface Slave with DMA */
  103. #define SPIS_PRESENT
  104. #define SPIS_COUNT 1
  105. #define SPIS1_EASYDMA_MAXCNT_SIZE 8
  106. /* Two Wire Interface Master */
  107. #define TWI_PRESENT
  108. #define TWI_COUNT 2
  109. /* Universal Asynchronous Receiver-Transmitter */
  110. #define UART_PRESENT
  111. #define UART_COUNT 1
  112. /* Quadrature Decoder */
  113. #define QDEC_PRESENT
  114. #define QDEC_COUNT 1
  115. /* Analog to Digital Converter */
  116. #define ADC_PRESENT
  117. #define ADC_COUNT 1
  118. /* GPIO Tasks and Events */
  119. #define GPIOTE_PRESENT
  120. #define GPIOTE_COUNT 1
  121. #define GPIOTE_CH_NUM 4
  122. /* Low Power Comparator */
  123. #define LPCOMP_PRESENT
  124. #define LPCOMP_COUNT 1
  125. #define LPCOMP_REFSEL_RESOLUTION 8
  126. #endif // _NRF51822_PERIPHERALS_H