Searched refs:radio_crc_configure (Results 1 – 22 of 22) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
| D | radio.h | 41 void radio_crc_configure(uint32_t polynomial, uint32_t iv);
|
| D | radio.c | 881 void radio_crc_configure(uint32_t polynomial, uint32_t iv) in radio_crc_configure() function
|
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
| D | lll_central.c | 139 radio_crc_configure(((0x5bUL) | ((0x06UL) << 8) | ((0x00UL) << 16)), in prepare_cb()
|
| D | lll_peripheral.c | 166 radio_crc_configure(((0x5bUL) | ((0x06UL) << 8) | ((0x00UL) << 16)), in prepare_cb()
|
| D | lll_test.c | 194 radio_crc_configure(0x65b, 0x555555); in init()
|
| D | lll_adv.c | 360 radio_crc_configure(((0x5bUL) | ((0x06UL) << 8) | ((0x00UL) << 16)), in prepare_cb()
|
| D | lll_scan.c | 171 radio_crc_configure(((0x5bUL) | ((0x06UL) << 8) | ((0x00UL) << 16)), in prepare_cb()
|
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
| D | lll_central.c | 181 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
|
| D | lll_peripheral.c | 212 radio_crc_configure(PDU_CRC_POLYNOMIAL,
|
| D | lll_adv_sync.c | 173 radio_crc_configure(PDU_CRC_POLYNOMIAL,
|
| D | lll_adv_iso.c | 255 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in prepare_cb_common() 702 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in isr_tx_common()
|
| D | lll_test.c | 529 radio_crc_configure(0x65b, PDU_AC_CRC_IV); in init()
|
| D | lll_sync.c | 167 radio_crc_configure(PDU_CRC_POLYNOMIAL, in lll_sync_aux_prepare_cb() 465 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb_common()
|
| D | lll_central_iso.c | 191 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(conn_lll->crc_init)); in prepare_cb() 924 radio_crc_configure(PDU_CRC_POLYNOMIAL, in isr_rx()
|
| D | lll_sync_iso.c | 340 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in prepare_cb_common() 1204 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(crc_init)); in isr_rx()
|
| D | lll_adv_aux.c | 208 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
|
| D | lll_adv.c | 980 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
|
| D | lll_scan.c | 400 radio_crc_configure(PDU_CRC_POLYNOMIAL,
|
| D | lll_scan_aux.c | 506 radio_crc_configure(PDU_CRC_POLYNOMIAL, in prepare_cb()
|
| D | lll_peripheral_iso.c | 224 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/ |
| D | radio.h | 93 void radio_crc_configure(uint32_t polynomial, uint32_t iv);
|
| D | radio.c | 664 void radio_crc_configure(uint32_t polynomial, uint32_t iv) in radio_crc_configure() function
|