Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c180 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_peripheral.c205 radio_crc_configure(PDU_CRC_POLYNOMIAL,
Dlll_adv_sync.c170 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_adv_iso.c250 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in prepare_cb_common()
619 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in isr_tx_common()
Dlll_sync.c165 radio_crc_configure(PDU_CRC_POLYNOMIAL, in lll_sync_aux_prepare_cb()
463 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb_common()
Dlll_test.c529 radio_crc_configure(0x65b, PDU_AC_CRC_IV); in init()
Dlll_sync_iso.c298 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in prepare_cb_common()
912 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.c225 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_scan.c400 radio_crc_configure(PDU_CRC_POLYNOMIAL,
Dlll_adv.c980 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_scan_aux.c488 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
Dlll_peripheral_iso.c227 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(conn_lll->crc_init)); in prepare_cb()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h91 void radio_crc_configure(uint32_t polynomial, uint32_t iv);
Dradio.c653 void radio_crc_configure(uint32_t polynomial, uint32_t iv) in radio_crc_configure() function