File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52
TARGET_MCU_NRF52832/config
TARGET_MCU_NRF52840/config Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3908
3908
// <e> NRFX_TWIS_ENABLED - nrfx_twis - TWIS peripheral driver
3909
3909
//==========================================================
3910
3910
#ifndef NRFX_TWIS_ENABLED
3911
- #define NRFX_TWIS_ENABLED 0
3911
+ #define NRFX_TWIS_ENABLED 1
3912
3912
#endif
3913
3913
// <q> NRFX_TWIS0_ENABLED - Enable TWIS0 instance
3914
3914
3915
3915
3916
3916
#ifndef NRFX_TWIS0_ENABLED
3917
- #define NRFX_TWIS0_ENABLED 0
3917
+ #define NRFX_TWIS0_ENABLED 1
3918
3918
#endif
3919
3919
3920
3920
// <q> NRFX_TWIS1_ENABLED - Enable TWIS1 instance
3921
3921
3922
3922
3923
3923
#ifndef NRFX_TWIS1_ENABLED
3924
- #define NRFX_TWIS1_ENABLED 0
3924
+ #define NRFX_TWIS1_ENABLED 1
3925
3925
#endif
3926
3926
3927
3927
// <q> NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized only once
Original file line number Diff line number Diff line change 3908
3908
// <e> NRFX_TWIS_ENABLED - nrfx_twis - TWIS peripheral driver
3909
3909
//==========================================================
3910
3910
#ifndef NRFX_TWIS_ENABLED
3911
- #define NRFX_TWIS_ENABLED 0
3911
+ #define NRFX_TWIS_ENABLED 1
3912
3912
#endif
3913
3913
// <q> NRFX_TWIS0_ENABLED - Enable TWIS0 instance
3914
3914
3915
3915
3916
3916
#ifndef NRFX_TWIS0_ENABLED
3917
- #define NRFX_TWIS0_ENABLED 0
3917
+ #define NRFX_TWIS0_ENABLED 1
3918
3918
#endif
3919
3919
3920
3920
// <q> NRFX_TWIS1_ENABLED - Enable TWIS1 instance
3921
3921
3922
3922
3923
3923
#ifndef NRFX_TWIS1_ENABLED
3924
- #define NRFX_TWIS1_ENABLED 0
3924
+ #define NRFX_TWIS1_ENABLED 1
3925
3925
#endif
3926
3926
3927
3927
// <q> NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized only once
Original file line number Diff line number Diff line change 11183
11183
" FLASH" ,
11184
11184
" I2C" ,
11185
11185
" I2C_ASYNCH" ,
11186
+ " I2C_SLAVE" ,
11186
11187
" INTERRUPTIN" ,
11187
11188
" ITM" ,
11188
11189
" LPTICKER" ,
11567
11568
" FLASH" ,
11568
11569
" I2C" ,
11569
11570
" I2C_ASYNCH" ,
11571
+ " I2C_SLAVE" ,
11570
11572
" INTERRUPTIN" ,
11571
11573
" ITM" ,
11572
11574
" LPTICKER" ,
You can’t perform that action at this time.
0 commit comments