/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_peripheral_iso.c | 245 cig->c_sdu_interval = sys_get_le24(req->c_sdu_interval) & 0x0FFFFF; in ull_peripheral_iso_acquire() 246 cig->p_sdu_interval = sys_get_le24(req->p_sdu_interval) & 0x0FFFFF; in ull_peripheral_iso_acquire() 262 cis->lll.sub_interval = sys_get_le24(req->sub_interval); in ull_peripheral_iso_acquire() 306 cig->sync_delay = sys_get_le24(ind->cig_sync_delay); in ull_peripheral_iso_setup() 313 cis_offset = sys_get_le24(ind->cis_offset); in ull_peripheral_iso_setup() 327 cis->sync_delay = sys_get_le24(ind->cis_sync_delay); in ull_peripheral_iso_setup()
|
D | ull_llcp_pdu.c | 792 ctx->data.cis_create.cis_offset_min = sys_get_le24(pdu->llctrl.cis_req.cis_offset_min); in llcp_pdu_decode_cis_req() 793 ctx->data.cis_create.cis_offset_max = sys_get_le24(pdu->llctrl.cis_req.cis_offset_max); in llcp_pdu_decode_cis_req() 884 uint32_t cis_offset_min = sys_get_le24(pdu->llctrl.cis_rsp.cis_offset_min); in llcp_pdu_decode_cis_rsp() 885 uint32_t cis_offset_max = sys_get_le24(pdu->llctrl.cis_rsp.cis_offset_max); in llcp_pdu_decode_cis_rsp()
|
/Zephyr-Core-3.7.0/tests/bluetooth/hci_codecs_info/src/ |
D | main.c | 289 zassert_equal(sys_get_le24(rp->min_ctlr_delay), MIN_CTLR_DELAY, in ZTEST() 291 zassert_equal(sys_get_le24(rp->max_ctlr_delay), MAX_CTLR_DELAY, in ZTEST()
|
/Zephyr-Core-3.7.0/drivers/sensor/ltrf216a/ |
D | ltrf216a.c | 124 uint32_t greendata = sys_get_le24(drv_data->sample); in ltrf216a_channel_get()
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 326 source->qos.interval = sys_get_le24(cp->sdu_interval); in btp_bap_broadcast_source_setup() 327 source->qos.pd = sys_get_le24(cp->presentation_delay); in btp_bap_broadcast_source_setup() 544 broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in baa_check() 1102 uint32_t broadcast_id = sys_get_le24(cp->broadcast_id); in btp_bap_broadcast_sink_sync() 1165 uint32_t broadcast_id = sys_get_le24(cp->broadcast_id); in btp_bap_broadcast_sink_stop() 1204 broadcaster = remote_broadcaster_find(&cp->address, sys_get_le24(cp->broadcast_id)); in btp_bap_broadcast_sink_bis_sync() 1394 param.broadcast_id = sys_get_le24(cp->broadcast_id); in btp_bap_broadcast_assistant_add_src()
|
D | btp_cap.c | 255 qos.interval = sys_get_le24(cp->sdu_interval); in btp_cap_unicast_setup_ase() 256 qos.pd = sys_get_le24(cp->presentation_delay); in btp_cap_unicast_setup_ase() 658 qos->interval = sys_get_le24(cp->sdu_interval); in btp_cap_broadcast_source_setup() 659 qos->pd = sys_get_le24(cp->presentation_delay); in btp_cap_broadcast_source_setup()
|
D | btp_bap_unicast.c | 1286 qos->interval = sys_get_le24(cp->sdu_interval); in btp_ascs_preconfigure_qos() 1287 qos->pd = sys_get_le24(cp->presentation_delay); in btp_ascs_preconfigure_qos()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central.c | 181 sys_get_le24(lll->crc_init)); in prepare_cb()
|
D | lll_peripheral.c | 206 sys_get_le24(lll->crc_init));
|
D | lll_adv_sync.c | 171 sys_get_le24(lll->crc_init)); in prepare_cb()
|
D | lll_adv_iso.c | 250 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()
|
D | lll_sync.c | 166 sys_get_le24(lll->crc_init)); in lll_sync_aux_prepare_cb() 464 sys_get_le24(lll->crc_init)); in prepare_cb_common()
|
D | lll_sync_iso.c | 298 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()
|
D | lll_central_iso.c | 200 radio_crc_configure(PDU_CRC_POLYNOMIAL, sys_get_le24(conn_lll->crc_init)); in prepare_cb() 915 sys_get_le24(next_conn_lll->crc_init)); in isr_rx()
|
/Zephyr-Core-3.7.0/samples/bluetooth/central_ht/src/ |
D | main.c | 63 mantissa = sys_get_le24(&((uint8_t *)data)[1]); in notify_func()
|
/Zephyr-Core-3.7.0/subsys/lorawan/services/ |
D | multicast.c | 209 rx_params.Params.ClassC.Frequency = sys_get_le24(rx_buf + rx_pos) * 100; in multicast_package_callback()
|
/Zephyr-Core-3.7.0/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 157 *broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
|
/Zephyr-Core-3.7.0/tests/kernel/common/src/ |
D | byteorder.c | 351 tmp = sys_get_le24(buf); in ZTEST()
|
/Zephyr-Core-3.7.0/samples/bluetooth/pbp_public_broadcast_sink/src/ |
D | main.c | 174 *broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | pbp_public_broadcast_sink_test.c | 294 broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
|
D | bap_scan_delegator_test.c | 443 g_broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in broadcast_source_found()
|
D | bap_broadcast_sink_test.c | 290 broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | byteorder.h | 606 static inline uint32_t sys_get_le24(const uint8_t src[3]) in sys_get_le24() function
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | iso.c | 1055 info->offset = sys_get_le24(rp->offset); in bt_iso_chan_get_tx_sync() 1141 unicast_info->cig_sync_delay = sys_get_le24(evt->cig_sync_delay); in store_cis_info() 1142 unicast_info->cis_sync_delay = sys_get_le24(evt->cis_sync_delay); in store_cis_info() 3022 broadcaster_info->sync_delay = sys_get_le24(evt->sync_delay); in store_bis_broadcaster_info() 3023 broadcaster_info->latency = sys_get_le24(evt->latency); in store_bis_broadcaster_info() 3200 receiver_info->latency = sys_get_le24(evt->latency); in store_bis_sync_receiver_info()
|
/Zephyr-Core-3.7.0/samples/bluetooth/bap_broadcast_assistant/src/ |
D | main.c | 88 sr_info->broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in device_found()
|