Home
last modified time | relevance | path

Searched refs:NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG (Results 1 – 16 of 16) sorted by relevance

/hal_nordic-3.6.0/nrfx/templates/
Dnrfx_config_nrf52805.h1046 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1047 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf52810.h1181 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1182 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf52811.h1208 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1209 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf52820.h1145 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1146 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf5340_network.h826 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
827 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf54l15_enga_application.h1333 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1334 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf52832.h1541 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1542 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf52833.h1514 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1515 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf52840.h1541 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1542 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf54h20_enga_flpr.h1603 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1604 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf91.h1164 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1165 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf54h20_enga_application.h1735 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1736 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf54h20_enga_ppr.h1663 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1664 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf54h20_enga_radiocore.h1820 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1821 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
Dnrfx_config_nrf5340_application.h1443 #ifndef NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG
1444 #define NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG 0 macro
/hal_nordic-3.6.0/nrfx/drivers/src/
Dnrfx_uarte.c224 if (!NRFX_IS_ENABLED(NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG) && !p_config->skip_psel_cfg) in uarte_configure()
238 .skip_psel_cfg = NRFX_IS_ENABLED(NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG) ? in uarte_configure()
283 if (!NRFX_IS_ENABLED(NRFX_UARTE_CONFIG_SKIP_PSEL_CONFIG) && in pins_to_default()