Searched refs:crc_excluded (Results 1 – 2 of 2) sorted by relevance
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() argument1258 return (uint16_t)(rx_bits - (crc_excluded ? (8u * NRF_NFCT_CRC_SIZE) : 0)); in nrf_nfct_rx_bits_get()
577 NRFY_STATIC_INLINE uint16_t nrfy_nfct_rx_bits_get(NRF_NFCT_Type const * p_reg, bool crc_excluded) in nrfy_nfct_rx_bits_get() argument580 uint16_t rx_bits = nrf_nfct_rx_bits_get(p_reg, crc_excluded); in nrfy_nfct_rx_bits_get()