Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_nfct.h701 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() argument
1113 return rx_bits - (crc_excluded ? (8u * NRF_NFCT_CRC_SIZE) : 0); in nrf_nfct_rx_bits_get()

Completed in 5 milliseconds