/Zephyr-latest/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() 307 cig->sync_delay = sys_get_le24(ind->cig_sync_delay); in ull_peripheral_iso_setup() 316 cis_offset = sys_get_le24(ind->cis_offset); in ull_peripheral_iso_setup() 330 cis->sync_delay = sys_get_le24(ind->cis_sync_delay); in ull_peripheral_iso_setup()
|
D | ull_llcp_pdu.c | 798 ctx->data.cis_create.cis_offset_min = sys_get_le24(pdu->llctrl.cis_req.cis_offset_min); in llcp_pdu_decode_cis_req() 799 ctx->data.cis_create.cis_offset_max = sys_get_le24(pdu->llctrl.cis_req.cis_offset_max); in llcp_pdu_decode_cis_req() 890 uint32_t cis_offset_min = sys_get_le24(pdu->llctrl.cis_rsp.cis_offset_min); in llcp_pdu_decode_cis_rsp() 891 uint32_t cis_offset_max = sys_get_le24(pdu->llctrl.cis_rsp.cis_offset_max); in llcp_pdu_decode_cis_rsp()
|
/Zephyr-latest/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-latest/drivers/sensor/ltrf216a/ |
D | ltrf216a.c | 124 uint32_t greendata = sys_get_le24(drv_data->sample); in ltrf216a_channel_get()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 355 source->qos.interval = sys_get_le24(cp->sdu_interval); in btp_bap_broadcast_source_setup() 356 source->qos.pd = sys_get_le24(cp->presentation_delay); in btp_bap_broadcast_source_setup() 584 broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in baa_check() 1144 uint32_t broadcast_id = sys_get_le24(cp->broadcast_id); in btp_bap_broadcast_sink_sync() 1207 uint32_t broadcast_id = sys_get_le24(cp->broadcast_id); in btp_bap_broadcast_sink_stop() 1246 broadcaster = remote_broadcaster_find(&cp->address, sys_get_le24(cp->broadcast_id)); in btp_bap_broadcast_sink_bis_sync() 1430 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() 660 qos->interval = sys_get_le24(cp->sdu_interval); in btp_cap_broadcast_source_setup() 661 qos->pd = sys_get_le24(cp->presentation_delay); in btp_cap_broadcast_source_setup()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central.c | 182 sys_get_le24(lll->crc_init)); in prepare_cb()
|
D | lll_peripheral.c | 208 sys_get_le24(lll->crc_init));
|
D | lll_adv_sync.c | 174 sys_get_le24(lll->crc_init));
|
D | lll_adv_iso.c | 250 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()
|
D | lll_sync.c | 168 sys_get_le24(lll->crc_init)); in lll_sync_aux_prepare_cb() 466 sys_get_le24(lll->crc_init)); in prepare_cb_common()
|
/Zephyr-latest/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-latest/drivers/sensor/apds9253/ |
D | apds9253.c | 50 return sys_get_le24(&buf[offset]); in get_value_from_buf()
|
/Zephyr-latest/samples/bluetooth/central_ht/src/ |
D | main.c | 63 mantissa = sys_get_le24(&((uint8_t *)data)[1]); in notify_func()
|
/Zephyr-latest/drivers/sensor/bosch/bmp388/ |
D | bmp388.c | 265 bmp3xx->sample.press = sys_get_le24(&raw[0]); in bmp388_sample_fetch() 266 bmp3xx->sample.raw_temp = sys_get_le24(&raw[3]); in bmp388_sample_fetch()
|
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/ |
D | bap_broadcast_sink.c | 170 *broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pbp_public_broadcast_sink_test.c | 270 broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
|
/Zephyr-latest/drivers/sensor/apds9306/ |
D | apds9306.c | 130 data->light = sys_get_le24(buffer); in apds9306_worker()
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/ |
D | main.c | 184 *broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | byteorder.c | 351 tmp = sys_get_le24(buf); in ZTEST()
|
/Zephyr-latest/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-latest/subsys/bluetooth/host/ |
D | iso.c | 1025 info->offset = sys_get_le24(rp->offset); in bt_iso_chan_get_tx_sync() 1177 unicast_info->cig_sync_delay = sys_get_le24(evt->cig_sync_delay); in store_cis_info() 1178 unicast_info->cis_sync_delay = sys_get_le24(evt->cis_sync_delay); in store_cis_info() 1268 unicast_info->subinterval = sys_get_le24(evt->sub_interval); in store_cis_info_v2() 1271 central->sdu_interval = sys_get_le24(evt->c_sdu_interval); in store_cis_info_v2() 1274 peripheral->sdu_interval = sys_get_le24(evt->p_sdu_interval); in store_cis_info_v2() 3124 broadcaster_info->sync_delay = sys_get_le24(evt->sync_delay); in store_bis_broadcaster_info() 3125 broadcaster_info->latency = sys_get_le24(evt->latency); in store_bis_broadcaster_info() 3317 receiver_info->latency = sys_get_le24(evt->latency); in store_bis_sync_receiver_info()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/ |
D | main.c | 100 sr_info->broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in device_found()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_shell.c | 1686 sys_get_le24(&mxds.fmt3.wrrdturn[2])); in cmd_i3c_ccc_getmxds() 1690 desc->data_speed.max_read_turnaround = sys_get_le24(&mxds.fmt3.wrrdturn[2]); in cmd_i3c_ccc_getmxds() 1696 mxds.fmt2.maxwr, mxds.fmt2.maxrd, sys_get_le24(mxds.fmt2.maxrdturn)); in cmd_i3c_ccc_getmxds() 1700 desc->data_speed.max_read_turnaround = sys_get_le24(mxds.fmt2.maxrdturn); in cmd_i3c_ccc_getmxds()
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_broadcast.c | 604 broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
|