Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h41 void radio_crc_configure(uint32_t polynomial, uint32_t iv);
Dradio.c881 void radio_crc_configure(uint32_t polynomial, uint32_t iv) in radio_crc_configure() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_central.c139 radio_crc_configure(((0x5bUL) | ((0x06UL) << 8) | ((0x00UL) << 16)), in prepare_cb()
Dlll_peripheral.c166 radio_crc_configure(((0x5bUL) | ((0x06UL) << 8) | ((0x00UL) << 16)), in prepare_cb()
Dlll_test.c194 radio_crc_configure(0x65b, 0x555555); in init()
Dlll_adv.c360 radio_crc_configure(((0x5bUL) | ((0x06UL) << 8) | ((0x00UL) << 16)), in prepare_cb()
Dlll_scan.c171 radio_crc_configure(((0x5bUL) | ((0x06UL) << 8) | ((0x00UL) << 16)), in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c181 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_peripheral.c207 radio_crc_configure(PDU_CRC_POLYNOMIAL,
Dlll_adv_sync.c173 radio_crc_configure(PDU_CRC_POLYNOMIAL,
Dlll_adv_iso.c250 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in prepare_cb_common()
624 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in isr_tx_common()
Dlll_test.c529 radio_crc_configure(0x65b, PDU_AC_CRC_IV); in init()
Dlll_sync.c167 radio_crc_configure(PDU_CRC_POLYNOMIAL, in lll_sync_aux_prepare_cb()
465 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb_common()
Dlll_sync_iso.c307 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in prepare_cb_common()
975 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in isr_rx()
Dlll_central_iso.c200 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(conn_lll->crc_init)); in prepare_cb()
914 radio_crc_configure(PDU_CRC_POLYNOMIAL, in isr_rx()
Dlll_adv_aux.c208 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_adv.c980 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_scan.c400 radio_crc_configure(PDU_CRC_POLYNOMIAL,
Dlll_scan_aux.c506 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_peripheral_iso.c221 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(conn_lll->crc_init)); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h93 void radio_crc_configure(uint32_t polynomial, uint32_t iv);
Dradio.c656 void radio_crc_configure(uint32_t polynomial, uint32_t iv) in radio_crc_configure() function