summaryrefslogtreecommitdiffstats
path: root/tinyusb/hw/mcu/nordic/nrfx_config.h
blob: 6a974ba702e983387502f15023838835d215e940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef NRFX_CONFIG_H__
#define NRFX_CONFIG_H__

#define NRFX_POWER_ENABLED   1
#define NRFX_POWER_DEFAULT_CONFIG_IRQ_PRIORITY  7

#define NRFX_CLOCK_ENABLED   0

#define NRFX_UARTE_ENABLED   1
#define NRFX_UARTE0_ENABLED  1

#define NRFX_UARTE1_ENABLED  0
#define NRFX_UARTE2_ENABLED  0
#define NRFX_UARTE3_ENABLED  0

#define NRFX_PRS_ENABLED     0

#endif // NRFX_CONFIG_H__