nrf52820_peripherals.h 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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. #ifndef _NRF52820_PERIPHERALS_H
  32. #define _NRF52820_PERIPHERALS_H
  33. /* Clock Peripheral */
  34. #define CLOCK_PRESENT
  35. #define CLOCK_COUNT 1
  36. /* Power Peripheral */
  37. #define POWER_PRESENT
  38. #define POWER_COUNT 1
  39. #define POWER_FEATURE_RAM_REGISTERS_PRESENT
  40. #define POWER_FEATURE_RAM_REGISTERS_COUNT 4
  41. #define POWER_FEATURE_VDDH_PRESENT
  42. /* Non-Volatile Memory Controller */
  43. #define NVMC_PRESENT
  44. #define NVMC_COUNT 1
  45. /* Systick timer */
  46. #define SYSTICK_PRESENT
  47. #define SYSTICK_COUNT 1
  48. /* Software Interrupts */
  49. #define SWI_PRESENT
  50. #define SWI_COUNT 6
  51. /* GPIO */
  52. #define GPIO_PRESENT
  53. #define GPIO_COUNT 1
  54. #define P0_PIN_NUM (18)
  55. #define P0_FEATURE_PINS_PRESENT (nrf52_errata_230() ? 0xF0168E3Ful : 0x7017C1FFul)
  56. /* ACL */
  57. #define ACL_PRESENT
  58. #define ACL_REGIONS_COUNT 8
  59. /* Radio */
  60. #define RADIO_PRESENT
  61. #define RADIO_COUNT 1
  62. #define RADIO_EASYDMA_MAXCNT_SIZE 16
  63. #define RADIO_FEATURE_IEEE_802_15_4_PRESENT
  64. #define RADIO_TXPOWER_TXPOWER_Max RADIO_TXPOWER_TXPOWER_Pos8dBm
  65. /* Accelerated Address Resolver */
  66. #define AAR_PRESENT
  67. #define AAR_COUNT 1
  68. #define AAR_MAX_IRK_NUM 16
  69. /* AES Electronic CodeBook mode encryption */
  70. #define ECB_PRESENT
  71. #define ECB_COUNT 1
  72. /* AES CCM mode encryption */
  73. #define CCM_PRESENT
  74. #define CCM_COUNT 1
  75. /* Peripheral to Peripheral Interconnect */
  76. #define PPI_PRESENT
  77. #define PPI_COUNT 1
  78. #define PPI_CH_NUM 20
  79. #define PPI_FIXED_CH_NUM 12
  80. #define PPI_GROUP_NUM 6
  81. #define PPI_FEATURE_FORKS_PRESENT
  82. /* Event Generator Unit */
  83. #define EGU_PRESENT
  84. #define EGU_COUNT 6
  85. #define EGU0_CH_NUM 16
  86. #define EGU1_CH_NUM 16
  87. #define EGU2_CH_NUM 16
  88. #define EGU3_CH_NUM 16
  89. #define EGU4_CH_NUM 16
  90. #define EGU5_CH_NUM 16
  91. /* Timer/Counter */
  92. #define TIMER_PRESENT
  93. #define TIMER_COUNT 4
  94. #define TIMER0_MAX_SIZE 32
  95. #define TIMER1_MAX_SIZE 32
  96. #define TIMER2_MAX_SIZE 32
  97. #define TIMER3_MAX_SIZE 32
  98. #define TIMER0_CC_NUM 4
  99. #define TIMER1_CC_NUM 4
  100. #define TIMER2_CC_NUM 4
  101. #define TIMER3_CC_NUM 6
  102. /* Real Time Counter */
  103. #define RTC_PRESENT
  104. #define RTC_COUNT 2
  105. #define RTC0_CC_NUM 3
  106. #define RTC1_CC_NUM 4
  107. /* RNG */
  108. #define RNG_PRESENT
  109. #define RNG_COUNT 1
  110. /* Watchdog Timer */
  111. #define WDT_PRESENT
  112. #define WDT_COUNT 1
  113. /* Temperature Sensor */
  114. #define TEMP_PRESENT
  115. #define TEMP_COUNT 1
  116. /* Serial Peripheral Interface Master */
  117. #define SPI_PRESENT
  118. #define SPI_COUNT 2
  119. /* Serial Peripheral Interface Master with DMA */
  120. #define SPIM_PRESENT
  121. #define SPIM_COUNT 2
  122. #define SPIM0_MAX_DATARATE 8
  123. #define SPIM1_MAX_DATARATE 8
  124. #define SPIM0_FEATURE_HARDWARE_CSN_PRESENT 0
  125. #define SPIM1_FEATURE_HARDWARE_CSN_PRESENT 0
  126. #define SPIM0_FEATURE_DCX_PRESENT 0
  127. #define SPIM1_FEATURE_DCX_PRESENT 0
  128. #define SPIM0_FEATURE_RXDELAY_PRESENT 0
  129. #define SPIM1_FEATURE_RXDELAY_PRESENT 0
  130. #define SPIM0_EASYDMA_MAXCNT_SIZE 16
  131. #define SPIM1_EASYDMA_MAXCNT_SIZE 16
  132. /* Serial Peripheral Interface Slave with DMA*/
  133. #define SPIS_PRESENT
  134. #define SPIS_COUNT 2
  135. #define SPIS0_EASYDMA_MAXCNT_SIZE 16
  136. #define SPIS1_EASYDMA_MAXCNT_SIZE 16
  137. /* Two Wire Interface Master */
  138. #define TWI_PRESENT
  139. #define TWI_COUNT 2
  140. /* Two Wire Interface Master with DMA */
  141. #define TWIM_PRESENT
  142. #define TWIM_COUNT 2
  143. #define TWIM0_EASYDMA_MAXCNT_SIZE 16
  144. #define TWIM1_EASYDMA_MAXCNT_SIZE 16
  145. /* Two Wire Interface Slave with DMA */
  146. #define TWIS_PRESENT
  147. #define TWIS_COUNT 2
  148. #define TWIS0_EASYDMA_MAXCNT_SIZE 16
  149. #define TWIS1_EASYDMA_MAXCNT_SIZE 16
  150. /* Universal Asynchronous Receiver-Transmitter */
  151. #define UART_PRESENT
  152. #define UART_COUNT 1
  153. /* Universal Asynchronous Receiver-Transmitter with DMA */
  154. #define UARTE_PRESENT
  155. #define UARTE_COUNT 1
  156. #define UARTE0_EASYDMA_MAXCNT_SIZE 16
  157. /* Quadrature Decoder */
  158. #define QDEC_PRESENT
  159. #define QDEC_COUNT 1
  160. /* GPIO Tasks and Events */
  161. #define GPIOTE_PRESENT
  162. #define GPIOTE_COUNT 1
  163. #define GPIOTE_CH_NUM 8
  164. #define GPIOTE_FEATURE_SET_PRESENT
  165. #define GPIOTE_FEATURE_CLR_PRESENT
  166. /* Comparator */
  167. #define COMP_PRESENT
  168. #define COMP_COUNT 1
  169. /* Universal Serial Bus Device */
  170. #define USBD_PRESENT
  171. #define USBD_COUNT 1
  172. #define USBD_EASYDMA_MAXCNT_SIZE 7
  173. #endif // _NRF52820_PERIPHERALS_H