Home
last modified time | relevance | path

Searched refs:nrf_timer_shorts_enable (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx.c642 nrf_timer_shorts_enable(m_activate_rx_cc0.event.timer.p_timer_instance, in fem_for_lna_set()
672 nrf_timer_shorts_enable(m_activate_tx_cc0.event.timer.p_timer_instance, in fem_for_pa_set()
727 nrf_timer_shorts_enable(NRF_802154_TIMER_INSTANCE, NRF_TIMER_SHORT_COMPARE0_STOP_MASK); in fem_for_tx_set()
1441 nrf_timer_shorts_enable(NRF_802154_TIMER_INSTANCE, in nrf_802154_trx_receive_frame()
1706 nrf_timer_shorts_enable(NRF_802154_TIMER_INSTANCE, NRF_TIMER_SHORT_COMPARE0_STOP_MASK); in nrf_802154_trx_transmit_ack()
1712 nrf_timer_shorts_enable(NRF_802154_TIMER_INSTANCE, NRF_TIMER_SHORT_COMPARE1_STOP_MASK); in nrf_802154_trx_transmit_ack()
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h554 NRF_STATIC_INLINE void nrf_timer_shorts_enable(NRF_TIMER_Type * p_reg,
833 NRF_STATIC_INLINE void nrf_timer_shorts_enable(NRF_TIMER_Type * p_reg, in nrf_timer_shorts_enable() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_timer.h215 nrf_timer_shorts_enable(p_reg, mask); in nrfy_timer_shorts_enable()