Searched refs:nrf_nfct_rx_bits_get (Results 1 – 2 of 2) sorted by relevance
580 uint16_t rx_bits = nrf_nfct_rx_bits_get(p_reg, crc_excluded); in nrfy_nfct_rx_bits_get()821 uint16_t bytes = (nrf_nfct_rx_bits_get(p_reg, true) >> 3U); in __nrfy_internal_nfct_events_process()
777 NRF_STATIC_INLINE uint16_t nrf_nfct_rx_bits_get(NRF_NFCT_Type const * p_reg, bool crc_excluded);1254 NRF_STATIC_INLINE uint16_t nrf_nfct_rx_bits_get(NRF_NFCT_Type const * p_reg, bool crc_excluded) in nrf_nfct_rx_bits_get() function