Home
last modified time | relevance | path

Searched refs:nrfx_uarte_t (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h56 } nrfx_uarte_t; typedef
379 nrfx_err_t nrfx_uarte_init(nrfx_uarte_t const * p_instance,
393 nrfx_err_t nrfx_uarte_reconfigure(nrfx_uarte_t const * p_instance,
401 void nrfx_uarte_uninit(nrfx_uarte_t const * p_instance);
411 bool nrfx_uarte_init_check(nrfx_uarte_t const * p_instance);
421 NRFX_STATIC_INLINE uint32_t nrfx_uarte_task_address_get(nrfx_uarte_t const * p_instance,
432 NRFX_STATIC_INLINE uint32_t nrfx_uarte_event_address_get(nrfx_uarte_t const * p_instance,
470 nrfx_err_t nrfx_uarte_tx(nrfx_uarte_t const * p_instance,
483 bool nrfx_uarte_tx_in_progress(nrfx_uarte_t const * p_instance);
502 nrfx_err_t nrfx_uarte_tx_abort(nrfx_uarte_t const * p_instance, bool sync);
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c185 static void apply_workaround_for_enable_anomaly(nrfx_uarte_t const * p_instance);
187 static void uarte_configure(nrfx_uarte_t const * p_instance, in uarte_configure()
272 static void pins_to_default(nrfx_uarte_t const * p_instance) in pins_to_default()
318 static void apply_workaround_for_enable_anomaly(nrfx_uarte_t const * p_instance) in apply_workaround_for_enable_anomaly()
442 nrfx_err_t nrfx_uarte_init(nrfx_uarte_t const * p_instance, in nrfx_uarte_init()
559 nrfx_err_t nrfx_uarte_reconfigure(nrfx_uarte_t const * p_instance, in nrfx_uarte_reconfigure()
591 void nrfx_uarte_uninit(nrfx_uarte_t const * p_instance) in nrfx_uarte_uninit()
630 bool nrfx_uarte_init_check(nrfx_uarte_t const * p_instance) in nrfx_uarte_init_check()
745 static nrfx_err_t poll_out(nrfx_uarte_t const * p_instance, uint8_t const * p_byte, bool early_ret) in poll_out()
837 static nrfx_err_t blocking_tx(nrfx_uarte_t const * p_instance, in blocking_tx()
[all …]
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
Dmain.c86 nrfx_uarte_t * p_inst = p_context; in uarte_handler()
120 nrfx_uarte_t uarte_inst = NRFX_UARTE_INSTANCE(UARTE_INST_IDX); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
Dmain.c127 nrfx_uarte_t * p_inst = p_context; in uarte_handler()
175 nrfx_uarte_t uarte_inst = NRFX_UARTE_INSTANCE(UARTE_INST_IDX); in main()