Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h251 bool sync);
259 void nrfx_grtc_rtcounter_cc_int_enable(bool sync);
Dnrfx_uarte.h502 nrfx_err_t nrfx_uarte_tx_abort(nrfx_uarte_t const * p_instance, bool sync);
634 nrfx_err_t nrfx_uarte_rx_abort(nrfx_uarte_t const * p_instance, bool disable_all, bool sync);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c497 bool sync) in nrfx_grtc_rtcounter_cc_absolute_set() argument
518 nrfy_grtc_rt_counter_cc_set(NRF_GRTC, val, sync); in nrfx_grtc_rtcounter_cc_absolute_set()
654 void nrfx_grtc_rtcounter_cc_int_enable(bool sync) in nrfx_grtc_rtcounter_cc_int_enable() argument
657 nrf_grtc_event_t event = sync ? NRF_GRTC_EVENT_RTCOMPARE : NRF_GRTC_EVENT_RTCOMPARESYNC; in nrfx_grtc_rtcounter_cc_int_enable()
661 NRFX_LOG_INFO("GRTC RTCOMPARE%s interrupt enabled.", sync ? "SYNC" : ""); in nrfx_grtc_rtcounter_cc_int_enable()
Dnrfx_uarte.c1032 nrfx_err_t nrfx_uarte_tx_abort(nrfx_uarte_t const * p_instance, bool sync) in nrfx_uarte_tx_abort() argument
1049 if (sync) in nrfx_uarte_tx_abort()
1586 bool sync) in rx_abort() argument
1622 if (sync || !p_cb->handler) in rx_abort()
1639 nrfx_err_t nrfx_uarte_rx_abort(nrfx_uarte_t const * p_instance, bool disable_all, bool sync) in nrfx_uarte_rx_abort() argument
1647 return rx_abort(p_uarte, p_cb, disable_all, sync); in nrfx_uarte_rx_abort()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h513 bool sync) in nrfy_grtc_rt_counter_cc_set() argument
515 nrf_grtc_rt_counter_cc_set(p_reg, cc_value, sync); in nrfy_grtc_rt_counter_cc_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_grtc.h486 bool sync);
1172 bool sync) in nrf_grtc_rt_counter_cc_set() argument
1177 if (sync) in nrf_grtc_rt_counter_cc_set()