nrf52810_peripherals.h 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. /*
  2. Copyright (c) 2010 - 2018, 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. #ifndef _NRF52810_PERIPHERALS_H
  32. #define _NRF52810_PERIPHERALS_H
  33. /* Power Peripheral */
  34. #define POWER_PRESENT
  35. #define POWER_COUNT 1
  36. #define POWER_FEATURE_RAM_REGISTERS_PRESENT
  37. #define POWER_FEATURE_RAM_REGISTERS_COUNT 3
  38. /* Systick timer */
  39. #define SYSTICK_PRESENT
  40. #define SYSTICK_COUNT 1
  41. /* Software Interrupts */
  42. #define SWI_PRESENT
  43. #define SWI_COUNT 6
  44. /* GPIO */
  45. #define GPIO_PRESENT
  46. #define GPIO_COUNT 1
  47. #define P0_PIN_NUM 32
  48. /* MPU and BPROT */
  49. #define BPROT_PRESENT
  50. #define BPROT_REGIONS_SIZE 4096
  51. #define BPROT_REGIONS_NUM 48
  52. /* Radio */
  53. #define RADIO_PRESENT
  54. #define RADIO_COUNT 1
  55. #define RADIO_EASYDMA_MAXCNT_SIZE 8
  56. /* Accelerated Address Resolver */
  57. #define AAR_PRESENT
  58. #define AAR_COUNT 1
  59. #define AAR_MAX_IRK_NUM 16
  60. /* AES Electronic CodeBook mode encryption */
  61. #define ECB_PRESENT
  62. #define ECB_COUNT 1
  63. /* AES CCM mode encryption */
  64. #define CCM_PRESENT
  65. #define CCM_COUNT 1
  66. /* Peripheral to Peripheral Interconnect */
  67. #define PPI_PRESENT
  68. #define PPI_COUNT 1
  69. #define PPI_CH_NUM 20
  70. #define PPI_FIXED_CH_NUM 12
  71. #define PPI_GROUP_NUM 6
  72. #define PPI_FEATURE_FORKS_PRESENT
  73. /* Event Generator Unit */
  74. #define EGU_PRESENT
  75. #define EGU_COUNT 2
  76. #define EGU0_CH_NUM 16
  77. #define EGU1_CH_NUM 16
  78. /* Timer/Counter */
  79. #define TIMER_PRESENT
  80. #define TIMER_COUNT 3
  81. #define TIMER0_MAX_SIZE 32
  82. #define TIMER1_MAX_SIZE 32
  83. #define TIMER2_MAX_SIZE 32
  84. #define TIMER0_CC_NUM 4
  85. #define TIMER1_CC_NUM 4
  86. #define TIMER2_CC_NUM 4
  87. /* Real Time Counter */
  88. #define RTC_PRESENT
  89. #define RTC_COUNT 2
  90. #define RTC0_CC_NUM 3
  91. #define RTC1_CC_NUM 4
  92. /* RNG */
  93. #define RNG_PRESENT
  94. #define RNG_COUNT 1
  95. /* Watchdog Timer */
  96. #define WDT_PRESENT
  97. #define WDT_COUNT 1
  98. /* Temperature Sensor */
  99. #define TEMP_PRESENT
  100. #define TEMP_COUNT 1
  101. /* Serial Peripheral Interface Master with DMA */
  102. #define SPIM_PRESENT
  103. #define SPIM_COUNT 1
  104. #define SPIM0_MAX_DATARATE 8
  105. #define SPIM0_FEATURE_HARDWARE_CSN_PRESENT 0
  106. #define SPIM0_FEATURE_DCX_PRESENT 0
  107. #define SPIM0_FEATURE_RXDELAY_PRESENT 0
  108. #define SPIM0_EASYDMA_MAXCNT_SIZE 10
  109. /* Serial Peripheral Interface Slave with DMA*/
  110. #define SPIS_PRESENT
  111. #define SPIS_COUNT 1
  112. #define SPIS0_EASYDMA_MAXCNT_SIZE 10
  113. /* Two Wire Interface Master with DMA */
  114. #define TWIM_PRESENT
  115. #define TWIM_COUNT 1
  116. #define TWIM0_EASYDMA_MAXCNT_SIZE 10
  117. /* Two Wire Interface Slave with DMA */
  118. #define TWIS_PRESENT
  119. #define TWIS_COUNT 1
  120. #define TWIS0_EASYDMA_MAXCNT_SIZE 10
  121. /* Universal Asynchronous Receiver-Transmitter with DMA */
  122. #define UARTE_PRESENT
  123. #define UARTE_COUNT 1
  124. #define UARTE0_EASYDMA_MAXCNT_SIZE 10
  125. /* Quadrature Decoder */
  126. #define QDEC_PRESENT
  127. #define QDEC_COUNT 1
  128. /* Successive Approximation Analog to Digital Converter */
  129. #define SAADC_PRESENT
  130. #define SAADC_COUNT 1
  131. #define SAADC_EASYDMA_MAXCNT_SIZE 15
  132. #define SAADC_CH_NUM 8
  133. /* GPIO Tasks and Events */
  134. #define GPIOTE_PRESENT
  135. #define GPIOTE_COUNT 1
  136. #define GPIOTE_CH_NUM 8
  137. #define GPIOTE_FEATURE_SET_PRESENT
  138. #define GPIOTE_FEATURE_CLR_PRESENT
  139. /* Comparator */
  140. #define COMP_PRESENT
  141. #define COMP_COUNT 1
  142. /* Pulse Width Modulator */
  143. #define PWM_PRESENT
  144. #define PWM_COUNT 1
  145. #define PWM0_CH_NUM 4
  146. #define PWM0_EASYDMA_MAXCNT_SIZE 15
  147. /* Pulse Density Modulator */
  148. #define PDM_PRESENT
  149. #define PDM_COUNT 1
  150. #define PDM_EASYDMA_MAXCNT_SIZE 15
  151. #endif // _NRF52810_PERIPHERALS_H