Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_nfct.h777 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() argument
1258 return (uint16_t)(rx_bits - (crc_excluded ? (8u * NRF_NFCT_CRC_SIZE) : 0)); in nrf_nfct_rx_bits_get()
/hal_nordic-latest/nrfx/haly/
Dnrfy_nfct.h577 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() argument
580 uint16_t rx_bits = nrf_nfct_rx_bits_get(p_reg, crc_excluded); in nrfy_nfct_rx_bits_get()