Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h745 NRF_STATIC_INLINE void nrf_nfct_tx_bits_set(NRF_NFCT_Type * p_reg, uint16_t tx_bits);
1238 NRF_STATIC_INLINE void nrf_nfct_tx_bits_set(NRF_NFCT_Type * p_reg, uint16_t tx_bits) in nrf_nfct_tx_bits_set() argument
1240 p_reg->TXD.AMOUNT = (tx_bits & (NFCT_TXD_AMOUNT_TXDATABITS_Msk | in nrf_nfct_tx_bits_set()
/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() argument
556 nrf_nfct_tx_bits_set(p_reg, tx_bits); in nrfy_nfct_tx_bits_set()