Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nfct.c651 nrfy_nfct_tx_bits_set(NRF_NFCT, (uint16_t)NRFX_NFCT_BYTES_TO_BITS(p_tx_data->data_size)); in nrfx_nfct_tx()
728 nrfy_nfct_tx_bits_set(NRF_NFCT, (uint16_t)p_tx_data->data_size); in nrfx_nfct_bits_tx()
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h554 NRFY_STATIC_INLINE void nrfy_nfct_tx_bits_set(NRF_NFCT_Type * p_reg, uint16_t tx_bits) in nrfy_nfct_tx_bits_set() function