Searched refs:sync (Results 1 – 6 of 6) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_grtc.h | 251 bool sync); 259 void nrfx_grtc_rtcounter_cc_int_enable(bool sync);
|
| D | nrfx_uarte.h | 502 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/ |
| D | nrfx_grtc.c | 497 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()
|
| D | nrfx_uarte.c | 1032 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/ |
| D | nrfy_grtc.h | 513 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/ |
| D | nrf_grtc.h | 486 bool sync); 1172 bool sync) in nrf_grtc_rt_counter_cc_set() argument 1177 if (sync) in nrf_grtc_rt_counter_cc_set()
|