Home
last modified time | relevance | path

Searched refs:NRFX_UART_ENABLED (Results 1 – 7 of 7) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/doc/config_dox/
H A Dnrfx_uart_dox_config.h13 #define NRFX_UART_ENABLED macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF51/
H A Dnrfx_config.h1359 #ifndef NRFX_UART_ENABLED
1360 #define NRFX_UART_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52832/
H A Dnrfx_config.h2659 #ifndef NRFX_UART_ENABLED
2660 #define NRFX_UART_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52840/
H A Dnrfx_config.h2754 #ifndef NRFX_UART_ENABLED
2755 #define NRFX_UART_ENABLED 1 macro
/dports/lang/micropython/micropython-1.17/ports/nrf/modules/machine/
H A Duart.c48 #if NRFX_UART_ENABLED
253 #if NRFX_UART_ENABLED in machine_hard_uart_make_new()
/dports/lang/micropython/micropython-1.17/ports/nrf/
H A Dnrfx_config.h78 #define NRFX_UART_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_uart.c34 #if NRFX_CHECK(NRFX_UART_ENABLED)