Searched refs:crc_excluded (Results 1 – 1 of 1) sorted by relevance
701 NRF_STATIC_INLINE uint16_t nrf_nfct_rx_bits_get(NRF_NFCT_Type const * p_reg, bool crc_excluded);1109 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() argument1113 return rx_bits - (crc_excluded ? (8u * NRF_NFCT_CRC_SIZE) : 0); in nrf_nfct_rx_bits_get()
Completed in 5 milliseconds