|
11 | 11 | #error "This file should not be included directly. Include nrfx_config.h instead." |
12 | 12 | #endif |
13 | 13 |
|
| 14 | + |
14 | 15 | /** |
15 | 16 | * @brief NRFX_DEFAULT_IRQ_PRIORITY |
16 | 17 | * |
|
62 | 63 | #define NRFX_COMP_CONFIG_LOG_LEVEL 3 |
63 | 64 | #endif |
64 | 65 |
|
| 66 | +/** |
| 67 | + * @brief NRFX_COREDEP_VPR_LEGACY |
| 68 | + * |
| 69 | + * Boolean. Accepted values: 0 and 1. |
| 70 | + */ |
| 71 | +#ifndef NRFX_COREDEP_VPR_LEGACY |
| 72 | +#define NRFX_COREDEP_VPR_LEGACY 0 |
| 73 | +#endif |
| 74 | + |
65 | 75 | /** |
66 | 76 | * @brief NRFX_DPPI_ENABLED |
67 | 77 | * |
|
304 | 314 | #endif |
305 | 315 |
|
306 | 316 | /** |
307 | | - * @brief NRFX_GRTC_CONFIG_SLEEP_ALLOWED |
| 317 | + * @brief NRFX_GRTC_CONFIG_AUTOEN |
308 | 318 | * |
309 | 319 | * Boolean. Accepted values: 0 and 1. |
310 | 320 | */ |
311 | | -#ifndef NRFX_GRTC_CONFIG_SLEEP_ALLOWED |
312 | | -#define NRFX_GRTC_CONFIG_SLEEP_ALLOWED 0 |
| 321 | +#ifndef NRFX_GRTC_CONFIG_AUTOEN |
| 322 | +#define NRFX_GRTC_CONFIG_AUTOEN 1 |
313 | 323 | #endif |
314 | 324 |
|
315 | 325 | /** |
316 | | - * @brief NRFX_GRTC_CONFIG_AUTOEN |
| 326 | + * @brief NRFX_GRTC_CONFIG_AUTOSTART |
317 | 327 | * |
318 | 328 | * Boolean. Accepted values: 0 and 1. |
319 | 329 | */ |
320 | | -#ifndef NRFX_GRTC_CONFIG_AUTOEN |
321 | | -#define NRFX_GRTC_CONFIG_AUTOEN 0 |
| 330 | +#ifndef NRFX_GRTC_CONFIG_AUTOSTART |
| 331 | +#define NRFX_GRTC_CONFIG_AUTOSTART 0 |
322 | 332 | #endif |
323 | 333 |
|
324 | 334 | /** |
325 | | - * @brief NRFX_GRTC_CONFIG_AUTOSTART |
| 335 | + * @brief NRFX_GRTC_CONFIG_CLEAR_AT_INIT |
326 | 336 | * |
327 | 337 | * Boolean. Accepted values: 0 and 1. |
328 | 338 | */ |
329 | | -#ifndef NRFX_GRTC_CONFIG_AUTOSTART |
330 | | -#define NRFX_GRTC_CONFIG_AUTOSTART 0 |
| 339 | +#ifndef NRFX_GRTC_CONFIG_CLEAR_AT_INIT |
| 340 | +#define NRFX_GRTC_CONFIG_CLEAR_AT_INIT 0 |
331 | 341 | #endif |
332 | 342 |
|
333 | 343 | /** |
|
0 commit comments