Searched refs:nrf_timer_shorts_disable (Results 1 – 3 of 3) sorted by relevance
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/ |
D | nrf_802154_trx.c | 387 nrf_timer_shorts_disable(NRF_802154_TIMER_INSTANCE, NRF_TIMER_SHORT_COMPARE0_STOP_MASK); in fem_for_lna_reset() 467 nrf_timer_shorts_disable(NRF_802154_TIMER_INSTANCE, NRF_TIMER_SHORT_COMPARE0_STOP_MASK); in fem_for_tx_reset() 759 nrf_timer_shorts_disable(NRF_802154_TIMER_INSTANCE, in nrf_802154_trx_disable() 1494 nrf_timer_shorts_disable(NRF_802154_TIMER_INSTANCE, in rxframe_finish_disable_fem_activation() 1757 nrf_timer_shorts_disable(NRF_802154_TIMER_INSTANCE, in rxack_finish_disable_fem_activation() 2313 nrf_timer_shorts_disable(NRF_802154_TIMER_INSTANCE, in txack_finish() 2343 nrf_timer_shorts_disable(NRF_802154_TIMER_INSTANCE, in transmit_ack_abort()
|
/hal_nordic-3.4.0/nrfx/hal/ |
D | nrf_timer.h | 499 NRF_STATIC_INLINE void nrf_timer_shorts_disable(NRF_TIMER_Type * p_reg, 772 NRF_STATIC_INLINE void nrf_timer_shorts_disable(NRF_TIMER_Type * p_reg, in nrf_timer_shorts_disable() function
|
/hal_nordic-3.4.0/nrfx/haly/ |
D | nrfy_timer.h | 223 nrf_timer_shorts_disable(p_reg, mask); in nrfy_timer_shorts_disable()
|