nrfx_config.h 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578
  1. #ifndef NRFX_CONFIG_H__
  2. #define NRFX_CONFIG_H__
  3. // <<< Use Configuration Wizard in Context Menu >>>\n
  4. // <h> nRF_Drivers
  5. // <e> NRFX_ADC_ENABLED - nrfx_adc - ADC peripheral driver
  6. //==========================================================
  7. #ifndef NRFX_ADC_ENABLED
  8. #define NRFX_ADC_ENABLED 1
  9. #endif
  10. // <o> NRFX_ADC_CONFIG_IRQ_PRIORITY - Interrupt priority
  11. // <0=> 0 (highest)
  12. // <1=> 1
  13. // <2=> 2
  14. // <3=> 3
  15. #ifndef NRFX_ADC_CONFIG_IRQ_PRIORITY
  16. #define NRFX_ADC_CONFIG_IRQ_PRIORITY 3
  17. #endif
  18. // <e> NRFX_ADC_CONFIG_LOG_ENABLED - Enables logging in the module.
  19. //==========================================================
  20. #ifndef NRFX_ADC_CONFIG_LOG_ENABLED
  21. #define NRFX_ADC_CONFIG_LOG_ENABLED 0
  22. #endif
  23. // <o> NRFX_ADC_CONFIG_LOG_LEVEL - Default Severity level
  24. // <0=> Off
  25. // <1=> Error
  26. // <2=> Warning
  27. // <3=> Info
  28. // <4=> Debug
  29. #ifndef NRFX_ADC_CONFIG_LOG_LEVEL
  30. #define NRFX_ADC_CONFIG_LOG_LEVEL 3
  31. #endif
  32. // <o> NRFX_ADC_CONFIG_INFO_COLOR - ANSI escape code prefix.
  33. // <0=> Default
  34. // <1=> Black
  35. // <2=> Red
  36. // <3=> Green
  37. // <4=> Yellow
  38. // <5=> Blue
  39. // <6=> Magenta
  40. // <7=> Cyan
  41. // <8=> White
  42. #ifndef NRFX_ADC_CONFIG_INFO_COLOR
  43. #define NRFX_ADC_CONFIG_INFO_COLOR 0
  44. #endif
  45. // <o> NRFX_ADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  46. // <0=> Default
  47. // <1=> Black
  48. // <2=> Red
  49. // <3=> Green
  50. // <4=> Yellow
  51. // <5=> Blue
  52. // <6=> Magenta
  53. // <7=> Cyan
  54. // <8=> White
  55. #ifndef NRFX_ADC_CONFIG_DEBUG_COLOR
  56. #define NRFX_ADC_CONFIG_DEBUG_COLOR 0
  57. #endif
  58. // </e>
  59. // </e>
  60. // <e> NRFX_CLOCK_ENABLED - nrfx_clock - CLOCK peripheral driver
  61. //==========================================================
  62. #ifndef NRFX_CLOCK_ENABLED
  63. #define NRFX_CLOCK_ENABLED 1
  64. #endif
  65. // <o> NRFX_CLOCK_CONFIG_LF_SRC - LF Clock Source
  66. // <0=> RC
  67. // <1=> XTAL
  68. // <2=> Synth
  69. #ifndef NRFX_CLOCK_CONFIG_LF_SRC
  70. #define NRFX_CLOCK_CONFIG_LF_SRC 1
  71. #endif
  72. // <q> NRFX_CLOCK_CONFIG_LF_CAL_ENABLED - Enables LF Clock Calibration Support
  73. #ifndef NRFX_CLOCK_CONFIG_LF_CAL_ENABLED
  74. #define NRFX_CLOCK_CONFIG_LF_CAL_ENABLED 0
  75. #endif
  76. // <o> NRFX_CLOCK_CONFIG_IRQ_PRIORITY - Interrupt priority
  77. // <0=> 0 (highest)
  78. // <1=> 1
  79. // <2=> 2
  80. // <3=> 3
  81. #ifndef NRFX_CLOCK_CONFIG_IRQ_PRIORITY
  82. #define NRFX_CLOCK_CONFIG_IRQ_PRIORITY 3
  83. #endif
  84. // <e> NRFX_CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module.
  85. //==========================================================
  86. #ifndef NRFX_CLOCK_CONFIG_LOG_ENABLED
  87. #define NRFX_CLOCK_CONFIG_LOG_ENABLED 0
  88. #endif
  89. // <o> NRFX_CLOCK_CONFIG_LOG_LEVEL - Default Severity level
  90. // <0=> Off
  91. // <1=> Error
  92. // <2=> Warning
  93. // <3=> Info
  94. // <4=> Debug
  95. #ifndef NRFX_CLOCK_CONFIG_LOG_LEVEL
  96. #define NRFX_CLOCK_CONFIG_LOG_LEVEL 3
  97. #endif
  98. // <o> NRFX_CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix.
  99. // <0=> Default
  100. // <1=> Black
  101. // <2=> Red
  102. // <3=> Green
  103. // <4=> Yellow
  104. // <5=> Blue
  105. // <6=> Magenta
  106. // <7=> Cyan
  107. // <8=> White
  108. #ifndef NRFX_CLOCK_CONFIG_INFO_COLOR
  109. #define NRFX_CLOCK_CONFIG_INFO_COLOR 0
  110. #endif
  111. // <o> NRFX_CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  112. // <0=> Default
  113. // <1=> Black
  114. // <2=> Red
  115. // <3=> Green
  116. // <4=> Yellow
  117. // <5=> Blue
  118. // <6=> Magenta
  119. // <7=> Cyan
  120. // <8=> White
  121. #ifndef NRFX_CLOCK_CONFIG_DEBUG_COLOR
  122. #define NRFX_CLOCK_CONFIG_DEBUG_COLOR 0
  123. #endif
  124. // </e>
  125. // </e>
  126. // <e> NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver
  127. //==========================================================
  128. #ifndef NRFX_GPIOTE_ENABLED
  129. #define NRFX_GPIOTE_ENABLED 1
  130. #endif
  131. // <o> NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins
  132. #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
  133. #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1
  134. #endif
  135. // <o> NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority
  136. // <0=> 0 (highest)
  137. // <1=> 1
  138. // <2=> 2
  139. // <3=> 3
  140. #ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY
  141. #define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 3
  142. #endif
  143. // <e> NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module.
  144. //==========================================================
  145. #ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED
  146. #define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0
  147. #endif
  148. // <o> NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level
  149. // <0=> Off
  150. // <1=> Error
  151. // <2=> Warning
  152. // <3=> Info
  153. // <4=> Debug
  154. #ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL
  155. #define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3
  156. #endif
  157. // <o> NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix.
  158. // <0=> Default
  159. // <1=> Black
  160. // <2=> Red
  161. // <3=> Green
  162. // <4=> Yellow
  163. // <5=> Blue
  164. // <6=> Magenta
  165. // <7=> Cyan
  166. // <8=> White
  167. #ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR
  168. #define NRFX_GPIOTE_CONFIG_INFO_COLOR 0
  169. #endif
  170. // <o> NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  171. // <0=> Default
  172. // <1=> Black
  173. // <2=> Red
  174. // <3=> Green
  175. // <4=> Yellow
  176. // <5=> Blue
  177. // <6=> Magenta
  178. // <7=> Cyan
  179. // <8=> White
  180. #ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR
  181. #define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0
  182. #endif
  183. // </e>
  184. // </e>
  185. // <e> NRFX_LPCOMP_ENABLED - nrfx_lpcomp - LPCOMP peripheral driver
  186. //==========================================================
  187. #ifndef NRFX_LPCOMP_ENABLED
  188. #define NRFX_LPCOMP_ENABLED 1
  189. #endif
  190. // <o> NRFX_LPCOMP_CONFIG_REFERENCE - Reference voltage
  191. // <0=> Supply 1/8
  192. // <1=> Supply 2/8
  193. // <2=> Supply 3/8
  194. // <3=> Supply 4/8
  195. // <4=> Supply 5/8
  196. // <5=> Supply 6/8
  197. // <6=> Supply 7/8
  198. // <8=> Supply 1/16 (nRF52)
  199. // <9=> Supply 3/16 (nRF52)
  200. // <10=> Supply 5/16 (nRF52)
  201. // <11=> Supply 7/16 (nRF52)
  202. // <12=> Supply 9/16 (nRF52)
  203. // <13=> Supply 11/16 (nRF52)
  204. // <14=> Supply 13/16 (nRF52)
  205. // <15=> Supply 15/16 (nRF52)
  206. // <7=> External Ref 0
  207. // <65543=> External Ref 1
  208. #ifndef NRFX_LPCOMP_CONFIG_REFERENCE
  209. #define NRFX_LPCOMP_CONFIG_REFERENCE 3
  210. #endif
  211. // <o> NRFX_LPCOMP_CONFIG_DETECTION - Detection
  212. // <0=> Crossing
  213. // <1=> Up
  214. // <2=> Down
  215. #ifndef NRFX_LPCOMP_CONFIG_DETECTION
  216. #define NRFX_LPCOMP_CONFIG_DETECTION 2
  217. #endif
  218. // <o> NRFX_LPCOMP_CONFIG_INPUT - Analog input
  219. // <0=> 0
  220. // <1=> 1
  221. // <2=> 2
  222. // <3=> 3
  223. // <4=> 4
  224. // <5=> 5
  225. // <6=> 6
  226. // <7=> 7
  227. #ifndef NRFX_LPCOMP_CONFIG_INPUT
  228. #define NRFX_LPCOMP_CONFIG_INPUT 0
  229. #endif
  230. // <q> NRFX_LPCOMP_CONFIG_HYST - Hysteresis
  231. #ifndef NRFX_LPCOMP_CONFIG_HYST
  232. #define NRFX_LPCOMP_CONFIG_HYST 0
  233. #endif
  234. // <o> NRFX_LPCOMP_CONFIG_IRQ_PRIORITY - Interrupt priority
  235. // <0=> 0 (highest)
  236. // <1=> 1
  237. // <2=> 2
  238. // <3=> 3
  239. #ifndef NRFX_LPCOMP_CONFIG_IRQ_PRIORITY
  240. #define NRFX_LPCOMP_CONFIG_IRQ_PRIORITY 3
  241. #endif
  242. // <e> NRFX_LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module.
  243. //==========================================================
  244. #ifndef NRFX_LPCOMP_CONFIG_LOG_ENABLED
  245. #define NRFX_LPCOMP_CONFIG_LOG_ENABLED 0
  246. #endif
  247. // <o> NRFX_LPCOMP_CONFIG_LOG_LEVEL - Default Severity level
  248. // <0=> Off
  249. // <1=> Error
  250. // <2=> Warning
  251. // <3=> Info
  252. // <4=> Debug
  253. #ifndef NRFX_LPCOMP_CONFIG_LOG_LEVEL
  254. #define NRFX_LPCOMP_CONFIG_LOG_LEVEL 3
  255. #endif
  256. // <o> NRFX_LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix.
  257. // <0=> Default
  258. // <1=> Black
  259. // <2=> Red
  260. // <3=> Green
  261. // <4=> Yellow
  262. // <5=> Blue
  263. // <6=> Magenta
  264. // <7=> Cyan
  265. // <8=> White
  266. #ifndef NRFX_LPCOMP_CONFIG_INFO_COLOR
  267. #define NRFX_LPCOMP_CONFIG_INFO_COLOR 0
  268. #endif
  269. // <o> NRFX_LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  270. // <0=> Default
  271. // <1=> Black
  272. // <2=> Red
  273. // <3=> Green
  274. // <4=> Yellow
  275. // <5=> Blue
  276. // <6=> Magenta
  277. // <7=> Cyan
  278. // <8=> White
  279. #ifndef NRFX_LPCOMP_CONFIG_DEBUG_COLOR
  280. #define NRFX_LPCOMP_CONFIG_DEBUG_COLOR 0
  281. #endif
  282. // </e>
  283. // </e>
  284. // <e> NRFX_POWER_ENABLED - nrfx_power - POWER peripheral driver
  285. //==========================================================
  286. #ifndef NRFX_POWER_ENABLED
  287. #define NRFX_POWER_ENABLED 1
  288. #endif
  289. // <o> NRFX_POWER_CONFIG_IRQ_PRIORITY - Interrupt priority
  290. // <0=> 0 (highest)
  291. // <1=> 1
  292. // <2=> 2
  293. // <3=> 3
  294. #ifndef NRFX_POWER_CONFIG_IRQ_PRIORITY
  295. #define NRFX_POWER_CONFIG_IRQ_PRIORITY 3
  296. #endif
  297. // <q> NRFX_POWER_CONFIG_DEFAULT_DCDCEN - The default configuration of main DCDC regulator
  298. // <i> This settings means only that components for DCDC regulator are installed and it can be enabled.
  299. #ifndef NRFX_POWER_CONFIG_DEFAULT_DCDCEN
  300. #define NRFX_POWER_CONFIG_DEFAULT_DCDCEN 0
  301. #endif
  302. // <q> NRFX_POWER_CONFIG_DEFAULT_DCDCENHV - The default configuration of High Voltage DCDC regulator
  303. // <i> This settings means only that components for DCDC regulator are installed and it can be enabled.
  304. #ifndef NRFX_POWER_CONFIG_DEFAULT_DCDCENHV
  305. #define NRFX_POWER_CONFIG_DEFAULT_DCDCENHV 0
  306. #endif
  307. // </e>
  308. // <e> NRFX_PPI_ENABLED - nrfx_ppi - PPI peripheral allocator
  309. //==========================================================
  310. #ifndef NRFX_PPI_ENABLED
  311. #define NRFX_PPI_ENABLED 1
  312. #endif
  313. // <e> NRFX_PPI_CONFIG_LOG_ENABLED - Enables logging in the module.
  314. //==========================================================
  315. #ifndef NRFX_PPI_CONFIG_LOG_ENABLED
  316. #define NRFX_PPI_CONFIG_LOG_ENABLED 0
  317. #endif
  318. // <o> NRFX_PPI_CONFIG_LOG_LEVEL - Default Severity level
  319. // <0=> Off
  320. // <1=> Error
  321. // <2=> Warning
  322. // <3=> Info
  323. // <4=> Debug
  324. #ifndef NRFX_PPI_CONFIG_LOG_LEVEL
  325. #define NRFX_PPI_CONFIG_LOG_LEVEL 3
  326. #endif
  327. // <o> NRFX_PPI_CONFIG_INFO_COLOR - ANSI escape code prefix.
  328. // <0=> Default
  329. // <1=> Black
  330. // <2=> Red
  331. // <3=> Green
  332. // <4=> Yellow
  333. // <5=> Blue
  334. // <6=> Magenta
  335. // <7=> Cyan
  336. // <8=> White
  337. #ifndef NRFX_PPI_CONFIG_INFO_COLOR
  338. #define NRFX_PPI_CONFIG_INFO_COLOR 0
  339. #endif
  340. // <o> NRFX_PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  341. // <0=> Default
  342. // <1=> Black
  343. // <2=> Red
  344. // <3=> Green
  345. // <4=> Yellow
  346. // <5=> Blue
  347. // <6=> Magenta
  348. // <7=> Cyan
  349. // <8=> White
  350. #ifndef NRFX_PPI_CONFIG_DEBUG_COLOR
  351. #define NRFX_PPI_CONFIG_DEBUG_COLOR 0
  352. #endif
  353. // </e>
  354. // </e>
  355. // <e> NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module
  356. //==========================================================
  357. #ifndef NRFX_PRS_ENABLED
  358. #define NRFX_PRS_ENABLED 1
  359. #endif
  360. // <q> NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module.
  361. #ifndef NRFX_PRS_BOX_0_ENABLED
  362. #define NRFX_PRS_BOX_0_ENABLED 1
  363. #endif
  364. // <q> NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module.
  365. #ifndef NRFX_PRS_BOX_1_ENABLED
  366. #define NRFX_PRS_BOX_1_ENABLED 1
  367. #endif
  368. // <e> NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module.
  369. //==========================================================
  370. #ifndef NRFX_PRS_CONFIG_LOG_ENABLED
  371. #define NRFX_PRS_CONFIG_LOG_ENABLED 0
  372. #endif
  373. // <o> NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level
  374. // <0=> Off
  375. // <1=> Error
  376. // <2=> Warning
  377. // <3=> Info
  378. // <4=> Debug
  379. #ifndef NRFX_PRS_CONFIG_LOG_LEVEL
  380. #define NRFX_PRS_CONFIG_LOG_LEVEL 3
  381. #endif
  382. // <o> NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix.
  383. // <0=> Default
  384. // <1=> Black
  385. // <2=> Red
  386. // <3=> Green
  387. // <4=> Yellow
  388. // <5=> Blue
  389. // <6=> Magenta
  390. // <7=> Cyan
  391. // <8=> White
  392. #ifndef NRFX_PRS_CONFIG_INFO_COLOR
  393. #define NRFX_PRS_CONFIG_INFO_COLOR 0
  394. #endif
  395. // <o> NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  396. // <0=> Default
  397. // <1=> Black
  398. // <2=> Red
  399. // <3=> Green
  400. // <4=> Yellow
  401. // <5=> Blue
  402. // <6=> Magenta
  403. // <7=> Cyan
  404. // <8=> White
  405. #ifndef NRFX_PRS_CONFIG_DEBUG_COLOR
  406. #define NRFX_PRS_CONFIG_DEBUG_COLOR 0
  407. #endif
  408. // </e>
  409. // </e>
  410. // <e> NRFX_QDEC_ENABLED - nrfx_qdec - QDEC peripheral driver
  411. //==========================================================
  412. #ifndef NRFX_QDEC_ENABLED
  413. #define NRFX_QDEC_ENABLED 1
  414. #endif
  415. // <o> NRFX_QDEC_CONFIG_REPORTPER - Report period
  416. // <0=> 10 Samples
  417. // <1=> 40 Samples
  418. // <2=> 80 Samples
  419. // <3=> 120 Samples
  420. // <4=> 160 Samples
  421. // <5=> 200 Samples
  422. // <6=> 240 Samples
  423. // <7=> 280 Samples
  424. #ifndef NRFX_QDEC_CONFIG_REPORTPER
  425. #define NRFX_QDEC_CONFIG_REPORTPER 0
  426. #endif
  427. // <o> NRFX_QDEC_CONFIG_SAMPLEPER - Sample period
  428. // <0=> 128 us
  429. // <1=> 256 us
  430. // <2=> 512 us
  431. // <3=> 1024 us
  432. // <4=> 2048 us
  433. // <5=> 4096 us
  434. // <6=> 8192 us
  435. // <7=> 16384 us
  436. #ifndef NRFX_QDEC_CONFIG_SAMPLEPER
  437. #define NRFX_QDEC_CONFIG_SAMPLEPER 7
  438. #endif
  439. // <o> NRFX_QDEC_CONFIG_PIO_A - A pin <0-31>
  440. #ifndef NRFX_QDEC_CONFIG_PIO_A
  441. #define NRFX_QDEC_CONFIG_PIO_A 31
  442. #endif
  443. // <o> NRFX_QDEC_CONFIG_PIO_B - B pin <0-31>
  444. #ifndef NRFX_QDEC_CONFIG_PIO_B
  445. #define NRFX_QDEC_CONFIG_PIO_B 31
  446. #endif
  447. // <o> NRFX_QDEC_CONFIG_PIO_LED - LED pin <0-31>
  448. #ifndef NRFX_QDEC_CONFIG_PIO_LED
  449. #define NRFX_QDEC_CONFIG_PIO_LED 31
  450. #endif
  451. // <o> NRFX_QDEC_CONFIG_LEDPRE - LED pre
  452. #ifndef NRFX_QDEC_CONFIG_LEDPRE
  453. #define NRFX_QDEC_CONFIG_LEDPRE 511
  454. #endif
  455. // <o> NRFX_QDEC_CONFIG_LEDPOL - LED polarity
  456. // <0=> Active low
  457. // <1=> Active high
  458. #ifndef NRFX_QDEC_CONFIG_LEDPOL
  459. #define NRFX_QDEC_CONFIG_LEDPOL 1
  460. #endif
  461. // <q> NRFX_QDEC_CONFIG_DBFEN - Debouncing enable
  462. #ifndef NRFX_QDEC_CONFIG_DBFEN
  463. #define NRFX_QDEC_CONFIG_DBFEN 0
  464. #endif
  465. // <q> NRFX_QDEC_CONFIG_SAMPLE_INTEN - Sample ready interrupt enable
  466. #ifndef NRFX_QDEC_CONFIG_SAMPLE_INTEN
  467. #define NRFX_QDEC_CONFIG_SAMPLE_INTEN 0
  468. #endif
  469. // <o> NRFX_QDEC_CONFIG_IRQ_PRIORITY - Interrupt priority
  470. // <0=> 0 (highest)
  471. // <1=> 1
  472. // <2=> 2
  473. // <3=> 3
  474. #ifndef NRFX_QDEC_CONFIG_IRQ_PRIORITY
  475. #define NRFX_QDEC_CONFIG_IRQ_PRIORITY 3
  476. #endif
  477. // <e> NRFX_QDEC_CONFIG_LOG_ENABLED - Enables logging in the module.
  478. //==========================================================
  479. #ifndef NRFX_QDEC_CONFIG_LOG_ENABLED
  480. #define NRFX_QDEC_CONFIG_LOG_ENABLED 0
  481. #endif
  482. // <o> NRFX_QDEC_CONFIG_LOG_LEVEL - Default Severity level
  483. // <0=> Off
  484. // <1=> Error
  485. // <2=> Warning
  486. // <3=> Info
  487. // <4=> Debug
  488. #ifndef NRFX_QDEC_CONFIG_LOG_LEVEL
  489. #define NRFX_QDEC_CONFIG_LOG_LEVEL 3
  490. #endif
  491. // <o> NRFX_QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix.
  492. // <0=> Default
  493. // <1=> Black
  494. // <2=> Red
  495. // <3=> Green
  496. // <4=> Yellow
  497. // <5=> Blue
  498. // <6=> Magenta
  499. // <7=> Cyan
  500. // <8=> White
  501. #ifndef NRFX_QDEC_CONFIG_INFO_COLOR
  502. #define NRFX_QDEC_CONFIG_INFO_COLOR 0
  503. #endif
  504. // <o> NRFX_QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  505. // <0=> Default
  506. // <1=> Black
  507. // <2=> Red
  508. // <3=> Green
  509. // <4=> Yellow
  510. // <5=> Blue
  511. // <6=> Magenta
  512. // <7=> Cyan
  513. // <8=> White
  514. #ifndef NRFX_QDEC_CONFIG_DEBUG_COLOR
  515. #define NRFX_QDEC_CONFIG_DEBUG_COLOR 0
  516. #endif
  517. // </e>
  518. // </e>
  519. // <e> NRFX_RNG_ENABLED - nrfx_rng - RNG peripheral driver
  520. //==========================================================
  521. #ifndef NRFX_RNG_ENABLED
  522. #define NRFX_RNG_ENABLED 1
  523. #endif
  524. // <q> NRFX_RNG_CONFIG_ERROR_CORRECTION - Error correction
  525. #ifndef NRFX_RNG_CONFIG_ERROR_CORRECTION
  526. #define NRFX_RNG_CONFIG_ERROR_CORRECTION 1
  527. #endif
  528. // <o> NRFX_RNG_CONFIG_IRQ_PRIORITY - Interrupt priority
  529. // <0=> 0 (highest)
  530. // <1=> 1
  531. // <2=> 2
  532. // <3=> 3
  533. #ifndef NRFX_RNG_CONFIG_IRQ_PRIORITY
  534. #define NRFX_RNG_CONFIG_IRQ_PRIORITY 3
  535. #endif
  536. // <e> NRFX_RNG_CONFIG_LOG_ENABLED - Enables logging in the module.
  537. //==========================================================
  538. #ifndef NRFX_RNG_CONFIG_LOG_ENABLED
  539. #define NRFX_RNG_CONFIG_LOG_ENABLED 0
  540. #endif
  541. // <o> NRFX_RNG_CONFIG_LOG_LEVEL - Default Severity level
  542. // <0=> Off
  543. // <1=> Error
  544. // <2=> Warning
  545. // <3=> Info
  546. // <4=> Debug
  547. #ifndef NRFX_RNG_CONFIG_LOG_LEVEL
  548. #define NRFX_RNG_CONFIG_LOG_LEVEL 3
  549. #endif
  550. // <o> NRFX_RNG_CONFIG_INFO_COLOR - ANSI escape code prefix.
  551. // <0=> Default
  552. // <1=> Black
  553. // <2=> Red
  554. // <3=> Green
  555. // <4=> Yellow
  556. // <5=> Blue
  557. // <6=> Magenta
  558. // <7=> Cyan
  559. // <8=> White
  560. #ifndef NRFX_RNG_CONFIG_INFO_COLOR
  561. #define NRFX_RNG_CONFIG_INFO_COLOR 0
  562. #endif
  563. // <o> NRFX_RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  564. // <0=> Default
  565. // <1=> Black
  566. // <2=> Red
  567. // <3=> Green
  568. // <4=> Yellow
  569. // <5=> Blue
  570. // <6=> Magenta
  571. // <7=> Cyan
  572. // <8=> White
  573. #ifndef NRFX_RNG_CONFIG_DEBUG_COLOR
  574. #define NRFX_RNG_CONFIG_DEBUG_COLOR 0
  575. #endif
  576. // </e>
  577. // </e>
  578. // <e> NRFX_RTC_ENABLED - nrfx_rtc - RTC peripheral driver
  579. //==========================================================
  580. #ifndef NRFX_RTC_ENABLED
  581. #define NRFX_RTC_ENABLED 1
  582. #endif
  583. // <q> NRFX_RTC0_ENABLED - Enable RTC0 instance
  584. #ifndef NRFX_RTC0_ENABLED
  585. #define NRFX_RTC0_ENABLED 1
  586. #endif
  587. // <q> NRFX_RTC1_ENABLED - Enable RTC1 instance
  588. #ifndef NRFX_RTC1_ENABLED
  589. #define NRFX_RTC1_ENABLED 1
  590. #endif
  591. // <o> NRFX_RTC_MAXIMUM_LATENCY_US - Maximum possible time[us] in highest priority interrupt
  592. #ifndef NRFX_RTC_MAXIMUM_LATENCY_US
  593. #define NRFX_RTC_MAXIMUM_LATENCY_US 2000
  594. #endif
  595. // <o> NRFX_RTC_DEFAULT_CONFIG_FREQUENCY - Frequency <16-32768>
  596. #ifndef NRFX_RTC_DEFAULT_CONFIG_FREQUENCY
  597. #define NRFX_RTC_DEFAULT_CONFIG_FREQUENCY 32768
  598. #endif
  599. // <q> NRFX_RTC_DEFAULT_CONFIG_RELIABLE - Ensures safe compare event triggering
  600. #ifndef NRFX_RTC_DEFAULT_CONFIG_RELIABLE
  601. #define NRFX_RTC_DEFAULT_CONFIG_RELIABLE 0
  602. #endif
  603. // <o> NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority
  604. // <0=> 0 (highest)
  605. // <1=> 1
  606. // <2=> 2
  607. // <3=> 3
  608. #ifndef NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
  609. #define NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY 3
  610. #endif
  611. // <e> NRFX_RTC_CONFIG_LOG_ENABLED - Enables logging in the module.
  612. //==========================================================
  613. #ifndef NRFX_RTC_CONFIG_LOG_ENABLED
  614. #define NRFX_RTC_CONFIG_LOG_ENABLED 0
  615. #endif
  616. // <o> NRFX_RTC_CONFIG_LOG_LEVEL - Default Severity level
  617. // <0=> Off
  618. // <1=> Error
  619. // <2=> Warning
  620. // <3=> Info
  621. // <4=> Debug
  622. #ifndef NRFX_RTC_CONFIG_LOG_LEVEL
  623. #define NRFX_RTC_CONFIG_LOG_LEVEL 3
  624. #endif
  625. // <o> NRFX_RTC_CONFIG_INFO_COLOR - ANSI escape code prefix.
  626. // <0=> Default
  627. // <1=> Black
  628. // <2=> Red
  629. // <3=> Green
  630. // <4=> Yellow
  631. // <5=> Blue
  632. // <6=> Magenta
  633. // <7=> Cyan
  634. // <8=> White
  635. #ifndef NRFX_RTC_CONFIG_INFO_COLOR
  636. #define NRFX_RTC_CONFIG_INFO_COLOR 0
  637. #endif
  638. // <o> NRFX_RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  639. // <0=> Default
  640. // <1=> Black
  641. // <2=> Red
  642. // <3=> Green
  643. // <4=> Yellow
  644. // <5=> Blue
  645. // <6=> Magenta
  646. // <7=> Cyan
  647. // <8=> White
  648. #ifndef NRFX_RTC_CONFIG_DEBUG_COLOR
  649. #define NRFX_RTC_CONFIG_DEBUG_COLOR 0
  650. #endif
  651. // </e>
  652. // </e>
  653. // <e> NRFX_SPIS_ENABLED - nrfx_spis - SPIS peripheral driver
  654. //==========================================================
  655. #ifndef NRFX_SPIS_ENABLED
  656. #define NRFX_SPIS_ENABLED 1
  657. #endif
  658. // <q> NRFX_SPIS1_ENABLED - Enable SPIS1 instance
  659. #ifndef NRFX_SPIS1_ENABLED
  660. #define NRFX_SPIS1_ENABLED 1
  661. #endif
  662. // <o> NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority
  663. // <0=> 0 (highest)
  664. // <1=> 1
  665. // <2=> 2
  666. // <3=> 3
  667. #ifndef NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY
  668. #define NRFX_SPIS_DEFAULT_CONFIG_IRQ_PRIORITY 3
  669. #endif
  670. // <o> NRFX_SPIS_DEFAULT_DEF - SPIS default DEF character <0-255>
  671. #ifndef NRFX_SPIS_DEFAULT_DEF
  672. #define NRFX_SPIS_DEFAULT_DEF 255
  673. #endif
  674. // <o> NRFX_SPIS_DEFAULT_ORC - SPIS default ORC character <0-255>
  675. #ifndef NRFX_SPIS_DEFAULT_ORC
  676. #define NRFX_SPIS_DEFAULT_ORC 255
  677. #endif
  678. // <e> NRFX_SPIS_CONFIG_LOG_ENABLED - Enables logging in the module.
  679. //==========================================================
  680. #ifndef NRFX_SPIS_CONFIG_LOG_ENABLED
  681. #define NRFX_SPIS_CONFIG_LOG_ENABLED 0
  682. #endif
  683. // <o> NRFX_SPIS_CONFIG_LOG_LEVEL - Default Severity level
  684. // <0=> Off
  685. // <1=> Error
  686. // <2=> Warning
  687. // <3=> Info
  688. // <4=> Debug
  689. #ifndef NRFX_SPIS_CONFIG_LOG_LEVEL
  690. #define NRFX_SPIS_CONFIG_LOG_LEVEL 3
  691. #endif
  692. // <o> NRFX_SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix.
  693. // <0=> Default
  694. // <1=> Black
  695. // <2=> Red
  696. // <3=> Green
  697. // <4=> Yellow
  698. // <5=> Blue
  699. // <6=> Magenta
  700. // <7=> Cyan
  701. // <8=> White
  702. #ifndef NRFX_SPIS_CONFIG_INFO_COLOR
  703. #define NRFX_SPIS_CONFIG_INFO_COLOR 0
  704. #endif
  705. // <o> NRFX_SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  706. // <0=> Default
  707. // <1=> Black
  708. // <2=> Red
  709. // <3=> Green
  710. // <4=> Yellow
  711. // <5=> Blue
  712. // <6=> Magenta
  713. // <7=> Cyan
  714. // <8=> White
  715. #ifndef NRFX_SPIS_CONFIG_DEBUG_COLOR
  716. #define NRFX_SPIS_CONFIG_DEBUG_COLOR 0
  717. #endif
  718. // </e>
  719. // </e>
  720. // <e> NRFX_SPI_ENABLED - nrfx_spi - SPI peripheral driver
  721. //==========================================================
  722. #ifndef NRFX_SPI_ENABLED
  723. #define NRFX_SPI_ENABLED 1
  724. #endif
  725. // <q> NRFX_SPI0_ENABLED - Enable SPI0 instance
  726. #ifndef NRFX_SPI0_ENABLED
  727. #define NRFX_SPI0_ENABLED 1
  728. #endif
  729. // <q> NRFX_SPI1_ENABLED - Enable SPI1 instance
  730. #ifndef NRFX_SPI1_ENABLED
  731. #define NRFX_SPI1_ENABLED 1
  732. #endif
  733. // <o> NRFX_SPI_MISO_PULL_CFG - MISO pin pull configuration.
  734. // <0=> NRF_GPIO_PIN_NOPULL
  735. // <1=> NRF_GPIO_PIN_PULLDOWN
  736. // <3=> NRF_GPIO_PIN_PULLUP
  737. #ifndef NRFX_SPI_MISO_PULL_CFG
  738. #define NRFX_SPI_MISO_PULL_CFG 1
  739. #endif
  740. // <o> NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority
  741. // <0=> 0 (highest)
  742. // <1=> 1
  743. // <2=> 2
  744. // <3=> 3
  745. #ifndef NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY
  746. #define NRFX_SPI_DEFAULT_CONFIG_IRQ_PRIORITY 3
  747. #endif
  748. // <e> NRFX_SPI_CONFIG_LOG_ENABLED - Enables logging in the module.
  749. //==========================================================
  750. #ifndef NRFX_SPI_CONFIG_LOG_ENABLED
  751. #define NRFX_SPI_CONFIG_LOG_ENABLED 0
  752. #endif
  753. // <o> NRFX_SPI_CONFIG_LOG_LEVEL - Default Severity level
  754. // <0=> Off
  755. // <1=> Error
  756. // <2=> Warning
  757. // <3=> Info
  758. // <4=> Debug
  759. #ifndef NRFX_SPI_CONFIG_LOG_LEVEL
  760. #define NRFX_SPI_CONFIG_LOG_LEVEL 3
  761. #endif
  762. // <o> NRFX_SPI_CONFIG_INFO_COLOR - ANSI escape code prefix.
  763. // <0=> Default
  764. // <1=> Black
  765. // <2=> Red
  766. // <3=> Green
  767. // <4=> Yellow
  768. // <5=> Blue
  769. // <6=> Magenta
  770. // <7=> Cyan
  771. // <8=> White
  772. #ifndef NRFX_SPI_CONFIG_INFO_COLOR
  773. #define NRFX_SPI_CONFIG_INFO_COLOR 0
  774. #endif
  775. // <o> NRFX_SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  776. // <0=> Default
  777. // <1=> Black
  778. // <2=> Red
  779. // <3=> Green
  780. // <4=> Yellow
  781. // <5=> Blue
  782. // <6=> Magenta
  783. // <7=> Cyan
  784. // <8=> White
  785. #ifndef NRFX_SPI_CONFIG_DEBUG_COLOR
  786. #define NRFX_SPI_CONFIG_DEBUG_COLOR 0
  787. #endif
  788. // </e>
  789. // </e>
  790. // <e> NRFX_SWI_ENABLED - nrfx_swi - SWI/EGU peripheral allocator
  791. //==========================================================
  792. #ifndef NRFX_SWI_ENABLED
  793. #define NRFX_SWI_ENABLED 1
  794. #endif
  795. // <q> NRFX_SWI0_DISABLED - Exclude SWI0 from being utilized by the driver
  796. #ifndef NRFX_SWI0_DISABLED
  797. #define NRFX_SWI0_DISABLED 0
  798. #endif
  799. // <q> NRFX_SWI1_DISABLED - Exclude SWI1 from being utilized by the driver
  800. #ifndef NRFX_SWI1_DISABLED
  801. #define NRFX_SWI1_DISABLED 0
  802. #endif
  803. // <q> NRFX_SWI2_DISABLED - Exclude SWI2 from being utilized by the driver
  804. #ifndef NRFX_SWI2_DISABLED
  805. #define NRFX_SWI2_DISABLED 0
  806. #endif
  807. // <q> NRFX_SWI3_DISABLED - Exclude SWI3 from being utilized by the driver
  808. #ifndef NRFX_SWI3_DISABLED
  809. #define NRFX_SWI3_DISABLED 0
  810. #endif
  811. // <q> NRFX_SWI4_DISABLED - Exclude SWI4 from being utilized by the driver
  812. #ifndef NRFX_SWI4_DISABLED
  813. #define NRFX_SWI4_DISABLED 0
  814. #endif
  815. // <q> NRFX_SWI5_DISABLED - Exclude SWI5 from being utilized by the driver
  816. #ifndef NRFX_SWI5_DISABLED
  817. #define NRFX_SWI5_DISABLED 0
  818. #endif
  819. // <e> NRFX_SWI_CONFIG_LOG_ENABLED - Enables logging in the module.
  820. //==========================================================
  821. #ifndef NRFX_SWI_CONFIG_LOG_ENABLED
  822. #define NRFX_SWI_CONFIG_LOG_ENABLED 0
  823. #endif
  824. // <o> NRFX_SWI_CONFIG_LOG_LEVEL - Default Severity level
  825. // <0=> Off
  826. // <1=> Error
  827. // <2=> Warning
  828. // <3=> Info
  829. // <4=> Debug
  830. #ifndef NRFX_SWI_CONFIG_LOG_LEVEL
  831. #define NRFX_SWI_CONFIG_LOG_LEVEL 3
  832. #endif
  833. // <o> NRFX_SWI_CONFIG_INFO_COLOR - ANSI escape code prefix.
  834. // <0=> Default
  835. // <1=> Black
  836. // <2=> Red
  837. // <3=> Green
  838. // <4=> Yellow
  839. // <5=> Blue
  840. // <6=> Magenta
  841. // <7=> Cyan
  842. // <8=> White
  843. #ifndef NRFX_SWI_CONFIG_INFO_COLOR
  844. #define NRFX_SWI_CONFIG_INFO_COLOR 0
  845. #endif
  846. // <o> NRFX_SWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  847. // <0=> Default
  848. // <1=> Black
  849. // <2=> Red
  850. // <3=> Green
  851. // <4=> Yellow
  852. // <5=> Blue
  853. // <6=> Magenta
  854. // <7=> Cyan
  855. // <8=> White
  856. #ifndef NRFX_SWI_CONFIG_DEBUG_COLOR
  857. #define NRFX_SWI_CONFIG_DEBUG_COLOR 0
  858. #endif
  859. // </e>
  860. // </e>
  861. // <e> NRFX_TIMER_ENABLED - nrfx_timer - TIMER periperal driver
  862. //==========================================================
  863. #ifndef NRFX_TIMER_ENABLED
  864. #define NRFX_TIMER_ENABLED 1
  865. #endif
  866. // <q> NRFX_TIMER0_ENABLED - Enable TIMER0 instance
  867. #ifndef NRFX_TIMER0_ENABLED
  868. #define NRFX_TIMER0_ENABLED 1
  869. #endif
  870. // <q> NRFX_TIMER1_ENABLED - Enable TIMER1 instance
  871. #ifndef NRFX_TIMER1_ENABLED
  872. #define NRFX_TIMER1_ENABLED 1
  873. #endif
  874. // <q> NRFX_TIMER2_ENABLED - Enable TIMER2 instance
  875. #ifndef NRFX_TIMER2_ENABLED
  876. #define NRFX_TIMER2_ENABLED 1
  877. #endif
  878. // <o> NRFX_TIMER_DEFAULT_CONFIG_FREQUENCY - Timer frequency if in Timer mode
  879. // <0=> 16 MHz
  880. // <1=> 8 MHz
  881. // <2=> 4 MHz
  882. // <3=> 2 MHz
  883. // <4=> 1 MHz
  884. // <5=> 500 kHz
  885. // <6=> 250 kHz
  886. // <7=> 125 kHz
  887. // <8=> 62.5 kHz
  888. // <9=> 31.25 kHz
  889. #ifndef NRFX_TIMER_DEFAULT_CONFIG_FREQUENCY
  890. #define NRFX_TIMER_DEFAULT_CONFIG_FREQUENCY 0
  891. #endif
  892. // <o> NRFX_TIMER_DEFAULT_CONFIG_MODE - Timer mode or operation
  893. // <0=> Timer
  894. // <1=> Counter
  895. #ifndef NRFX_TIMER_DEFAULT_CONFIG_MODE
  896. #define NRFX_TIMER_DEFAULT_CONFIG_MODE 0
  897. #endif
  898. // <o> NRFX_TIMER_DEFAULT_CONFIG_BIT_WIDTH - Timer counter bit width
  899. // <0=> 16 bit
  900. // <1=> 8 bit
  901. // <2=> 24 bit
  902. // <3=> 32 bit
  903. #ifndef NRFX_TIMER_DEFAULT_CONFIG_BIT_WIDTH
  904. #define NRFX_TIMER_DEFAULT_CONFIG_BIT_WIDTH 0
  905. #endif
  906. // <o> NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority
  907. // <0=> 0 (highest)
  908. // <1=> 1
  909. // <2=> 2
  910. // <3=> 3
  911. #ifndef NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY
  912. #define NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY 3
  913. #endif
  914. // <e> NRFX_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module.
  915. //==========================================================
  916. #ifndef NRFX_TIMER_CONFIG_LOG_ENABLED
  917. #define NRFX_TIMER_CONFIG_LOG_ENABLED 0
  918. #endif
  919. // <o> NRFX_TIMER_CONFIG_LOG_LEVEL - Default Severity level
  920. // <0=> Off
  921. // <1=> Error
  922. // <2=> Warning
  923. // <3=> Info
  924. // <4=> Debug
  925. #ifndef NRFX_TIMER_CONFIG_LOG_LEVEL
  926. #define NRFX_TIMER_CONFIG_LOG_LEVEL 3
  927. #endif
  928. // <o> NRFX_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix.
  929. // <0=> Default
  930. // <1=> Black
  931. // <2=> Red
  932. // <3=> Green
  933. // <4=> Yellow
  934. // <5=> Blue
  935. // <6=> Magenta
  936. // <7=> Cyan
  937. // <8=> White
  938. #ifndef NRFX_TIMER_CONFIG_INFO_COLOR
  939. #define NRFX_TIMER_CONFIG_INFO_COLOR 0
  940. #endif
  941. // <o> NRFX_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  942. // <0=> Default
  943. // <1=> Black
  944. // <2=> Red
  945. // <3=> Green
  946. // <4=> Yellow
  947. // <5=> Blue
  948. // <6=> Magenta
  949. // <7=> Cyan
  950. // <8=> White
  951. #ifndef NRFX_TIMER_CONFIG_DEBUG_COLOR
  952. #define NRFX_TIMER_CONFIG_DEBUG_COLOR 0
  953. #endif
  954. // </e>
  955. // </e>
  956. // <e> NRFX_TWI_ENABLED - nrfx_twi - TWI peripheral driver
  957. //==========================================================
  958. #ifndef NRFX_TWI_ENABLED
  959. #define NRFX_TWI_ENABLED 1
  960. #endif
  961. // <q> NRFX_TWI0_ENABLED - Enable TWI0 instance
  962. #ifndef NRFX_TWI0_ENABLED
  963. #define NRFX_TWI0_ENABLED 1
  964. #endif
  965. // <q> NRFX_TWI1_ENABLED - Enable TWI1 instance
  966. #ifndef NRFX_TWI1_ENABLED
  967. #define NRFX_TWI1_ENABLED 1
  968. #endif
  969. // <o> NRFX_TWI_DEFAULT_CONFIG_FREQUENCY - Frequency
  970. // <26738688=> 100k
  971. // <67108864=> 250k
  972. // <104857600=> 400k
  973. #ifndef NRFX_TWI_DEFAULT_CONFIG_FREQUENCY
  974. #define NRFX_TWI_DEFAULT_CONFIG_FREQUENCY 26738688
  975. #endif
  976. // <q> NRFX_TWI_DEFAULT_CONFIG_HOLD_BUS_UNINIT - Enables bus holding after uninit
  977. #ifndef NRFX_TWI_DEFAULT_CONFIG_HOLD_BUS_UNINIT
  978. #define NRFX_TWI_DEFAULT_CONFIG_HOLD_BUS_UNINIT 0
  979. #endif
  980. // <o> NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority
  981. // <0=> 0 (highest)
  982. // <1=> 1
  983. // <2=> 2
  984. // <3=> 3
  985. #ifndef NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY
  986. #define NRFX_TWI_DEFAULT_CONFIG_IRQ_PRIORITY 3
  987. #endif
  988. // <e> NRFX_TWI_CONFIG_LOG_ENABLED - Enables logging in the module.
  989. //==========================================================
  990. #ifndef NRFX_TWI_CONFIG_LOG_ENABLED
  991. #define NRFX_TWI_CONFIG_LOG_ENABLED 0
  992. #endif
  993. // <o> NRFX_TWI_CONFIG_LOG_LEVEL - Default Severity level
  994. // <0=> Off
  995. // <1=> Error
  996. // <2=> Warning
  997. // <3=> Info
  998. // <4=> Debug
  999. #ifndef NRFX_TWI_CONFIG_LOG_LEVEL
  1000. #define NRFX_TWI_CONFIG_LOG_LEVEL 3
  1001. #endif
  1002. // <o> NRFX_TWI_CONFIG_INFO_COLOR - ANSI escape code prefix.
  1003. // <0=> Default
  1004. // <1=> Black
  1005. // <2=> Red
  1006. // <3=> Green
  1007. // <4=> Yellow
  1008. // <5=> Blue
  1009. // <6=> Magenta
  1010. // <7=> Cyan
  1011. // <8=> White
  1012. #ifndef NRFX_TWI_CONFIG_INFO_COLOR
  1013. #define NRFX_TWI_CONFIG_INFO_COLOR 0
  1014. #endif
  1015. // <o> NRFX_TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  1016. // <0=> Default
  1017. // <1=> Black
  1018. // <2=> Red
  1019. // <3=> Green
  1020. // <4=> Yellow
  1021. // <5=> Blue
  1022. // <6=> Magenta
  1023. // <7=> Cyan
  1024. // <8=> White
  1025. #ifndef NRFX_TWI_CONFIG_DEBUG_COLOR
  1026. #define NRFX_TWI_CONFIG_DEBUG_COLOR 0
  1027. #endif
  1028. // </e>
  1029. // </e>
  1030. // <e> NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver
  1031. //==========================================================
  1032. #ifndef NRFX_UART_ENABLED
  1033. #define NRFX_UART_ENABLED 1
  1034. #endif
  1035. // <o> NRFX_UART0_ENABLED - Enable UART0 instance
  1036. #ifndef NRFX_UART0_ENABLED
  1037. #define NRFX_UART0_ENABLED 1
  1038. #endif
  1039. // <o> NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control
  1040. // <0=> Disabled
  1041. // <1=> Enabled
  1042. #ifndef NRFX_UART_DEFAULT_CONFIG_HWFC
  1043. #define NRFX_UART_DEFAULT_CONFIG_HWFC 0
  1044. #endif
  1045. // <o> NRFX_UART_DEFAULT_CONFIG_PARITY - Parity
  1046. // <0=> Excluded
  1047. // <14=> Included
  1048. #ifndef NRFX_UART_DEFAULT_CONFIG_PARITY
  1049. #define NRFX_UART_DEFAULT_CONFIG_PARITY 0
  1050. #endif
  1051. // <o> NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate
  1052. // <323584=> 1200 baud
  1053. // <643072=> 2400 baud
  1054. // <1290240=> 4800 baud
  1055. // <2576384=> 9600 baud
  1056. // <3866624=> 14400 baud
  1057. // <5152768=> 19200 baud
  1058. // <7729152=> 28800 baud
  1059. // <8388608=> 31250 baud
  1060. // <10309632=> 38400 baud
  1061. // <15007744=> 56000 baud
  1062. // <15462400=> 57600 baud
  1063. // <20615168=> 76800 baud
  1064. // <30924800=> 115200 baud
  1065. // <61845504=> 230400 baud
  1066. // <67108864=> 250000 baud
  1067. // <123695104=> 460800 baud
  1068. // <247386112=> 921600 baud
  1069. // <268435456=> 1000000 baud
  1070. #ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE
  1071. #define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800
  1072. #endif
  1073. // <o> NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority
  1074. // <0=> 0 (highest)
  1075. // <1=> 1
  1076. // <2=> 2
  1077. // <3=> 3
  1078. #ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY
  1079. #define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 3
  1080. #endif
  1081. // <e> NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module.
  1082. //==========================================================
  1083. #ifndef NRFX_UART_CONFIG_LOG_ENABLED
  1084. #define NRFX_UART_CONFIG_LOG_ENABLED 0
  1085. #endif
  1086. // <o> NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level
  1087. // <0=> Off
  1088. // <1=> Error
  1089. // <2=> Warning
  1090. // <3=> Info
  1091. // <4=> Debug
  1092. #ifndef NRFX_UART_CONFIG_LOG_LEVEL
  1093. #define NRFX_UART_CONFIG_LOG_LEVEL 3
  1094. #endif
  1095. // <o> NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix.
  1096. // <0=> Default
  1097. // <1=> Black
  1098. // <2=> Red
  1099. // <3=> Green
  1100. // <4=> Yellow
  1101. // <5=> Blue
  1102. // <6=> Magenta
  1103. // <7=> Cyan
  1104. // <8=> White
  1105. #ifndef NRFX_UART_CONFIG_INFO_COLOR
  1106. #define NRFX_UART_CONFIG_INFO_COLOR 0
  1107. #endif
  1108. // <o> NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  1109. // <0=> Default
  1110. // <1=> Black
  1111. // <2=> Red
  1112. // <3=> Green
  1113. // <4=> Yellow
  1114. // <5=> Blue
  1115. // <6=> Magenta
  1116. // <7=> Cyan
  1117. // <8=> White
  1118. #ifndef NRFX_UART_CONFIG_DEBUG_COLOR
  1119. #define NRFX_UART_CONFIG_DEBUG_COLOR 0
  1120. #endif
  1121. // </e>
  1122. // </e>
  1123. // <e> NRFX_WDT_ENABLED - nrfx_wdt - WDT peripheral driver
  1124. //==========================================================
  1125. #ifndef NRFX_WDT_ENABLED
  1126. #define NRFX_WDT_ENABLED 1
  1127. #endif
  1128. // <o> NRFX_WDT_CONFIG_BEHAVIOUR - WDT behavior in CPU SLEEP or HALT mode
  1129. // <1=> Run in SLEEP, Pause in HALT
  1130. // <8=> Pause in SLEEP, Run in HALT
  1131. // <9=> Run in SLEEP and HALT
  1132. // <0=> Pause in SLEEP and HALT
  1133. #ifndef NRFX_WDT_CONFIG_BEHAVIOUR
  1134. #define NRFX_WDT_CONFIG_BEHAVIOUR 1
  1135. #endif
  1136. // <o> NRFX_WDT_CONFIG_RELOAD_VALUE - Reload value <15-4294967295>
  1137. #ifndef NRFX_WDT_CONFIG_RELOAD_VALUE
  1138. #define NRFX_WDT_CONFIG_RELOAD_VALUE 2000
  1139. #endif
  1140. // <o> NRFX_WDT_CONFIG_NO_IRQ - Remove WDT IRQ handling from WDT driver
  1141. // <0=> Include WDT IRQ handling
  1142. // <1=> Remove WDT IRQ handling
  1143. #ifndef NRFX_WDT_CONFIG_NO_IRQ
  1144. #define NRFX_WDT_CONFIG_NO_IRQ 0
  1145. #endif
  1146. // <o> NRFX_WDT_CONFIG_IRQ_PRIORITY - Interrupt priority
  1147. // <0=> 0 (highest)
  1148. // <1=> 1
  1149. // <2=> 2
  1150. // <3=> 3
  1151. #ifndef NRFX_WDT_CONFIG_IRQ_PRIORITY
  1152. #define NRFX_WDT_CONFIG_IRQ_PRIORITY 3
  1153. #endif
  1154. // <e> NRFX_WDT_CONFIG_LOG_ENABLED - Enables logging in the module.
  1155. //==========================================================
  1156. #ifndef NRFX_WDT_CONFIG_LOG_ENABLED
  1157. #define NRFX_WDT_CONFIG_LOG_ENABLED 0
  1158. #endif
  1159. // <o> NRFX_WDT_CONFIG_LOG_LEVEL - Default Severity level
  1160. // <0=> Off
  1161. // <1=> Error
  1162. // <2=> Warning
  1163. // <3=> Info
  1164. // <4=> Debug
  1165. #ifndef NRFX_WDT_CONFIG_LOG_LEVEL
  1166. #define NRFX_WDT_CONFIG_LOG_LEVEL 3
  1167. #endif
  1168. // <o> NRFX_WDT_CONFIG_INFO_COLOR - ANSI escape code prefix.
  1169. // <0=> Default
  1170. // <1=> Black
  1171. // <2=> Red
  1172. // <3=> Green
  1173. // <4=> Yellow
  1174. // <5=> Blue
  1175. // <6=> Magenta
  1176. // <7=> Cyan
  1177. // <8=> White
  1178. #ifndef NRFX_WDT_CONFIG_INFO_COLOR
  1179. #define NRFX_WDT_CONFIG_INFO_COLOR 0
  1180. #endif
  1181. // <o> NRFX_WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix.
  1182. // <0=> Default
  1183. // <1=> Black
  1184. // <2=> Red
  1185. // <3=> Green
  1186. // <4=> Yellow
  1187. // <5=> Blue
  1188. // <6=> Magenta
  1189. // <7=> Cyan
  1190. // <8=> White
  1191. #ifndef NRFX_WDT_CONFIG_DEBUG_COLOR
  1192. #define NRFX_WDT_CONFIG_DEBUG_COLOR 0
  1193. #endif
  1194. // </e>
  1195. // </e>
  1196. // </h>
  1197. #endif // NRFX_CONFIG_H__