Home
last modified time | relevance | path

Searched refs:nrfy_nfct_task_trigger (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c257 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_SENSE); in nfct_field_event_handler()
294 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_ACTIVATE); in nfct_activate_check()
434 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_STOPTX); in nfct_stop_tx()
524 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_SENSE); in nrfx_nfct_enable()
540 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_DISABLE); in nrfx_nfct_disable()
594 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_ENABLERXDATA); in nrfx_nfct_rx()
656 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_STARTTX); in nrfx_nfct_tx()
733 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_STARTTX); in nrfx_nfct_bits_tx()
759 nrfy_nfct_task_trigger(NRF_NFCT, (nrf_nfct_task_t) state); in nrfx_nfct_state_force()
775 nrfy_nfct_task_trigger(NRF_NFCT, NRF_NFCT_TASK_GOSLEEP); in nrfx_nfct_init_substate_force()
[all …]
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h265 NRFY_STATIC_INLINE void nrfy_nfct_task_trigger(NRF_NFCT_Type * p_reg, nrf_nfct_task_t task) in nrfy_nfct_task_trigger() function