Home
last modified time | relevance | path

Searched refs:sys_get_le24 (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral_iso.c245 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()
Dull_llcp_pdu.c798 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/
Dmain.c289 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/
Dltrf216a.c124 uint32_t greendata = sys_get_le24(drv_data->sample); in ltrf216a_channel_get()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.c355 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()
Dbtp_cap.c255 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/
Dlll_central.c182 sys_get_le24(lll->crc_init)); in prepare_cb()
Dlll_peripheral.c208 sys_get_le24(lll->crc_init));
Dlll_adv_sync.c174 sys_get_le24(lll->crc_init));
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_sync.c168 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/
Dmulticast.c209 rx_params.Params.ClassC.Frequency = sys_get_le24(rx_buf + rx_pos) * 100; in multicast_package_callback()
/Zephyr-latest/drivers/sensor/apds9253/
Dapds9253.c50 return sys_get_le24(&buf[offset]); in get_value_from_buf()
/Zephyr-latest/samples/bluetooth/central_ht/src/
Dmain.c63 mantissa = sys_get_le24(&((uint8_t *)data)[1]); in notify_func()
/Zephyr-latest/drivers/sensor/bosch/bmp388/
Dbmp388.c265 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/
Dbap_broadcast_sink.c170 *broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpbp_public_broadcast_sink_test.c270 broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
/Zephyr-latest/drivers/sensor/apds9306/
Dapds9306.c130 data->light = sys_get_le24(buffer); in apds9306_worker()
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/
Dmain.c184 *broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()
/Zephyr-latest/tests/kernel/common/src/
Dbyteorder.c351 tmp = sys_get_le24(buf); in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dbyteorder.h606 static inline uint32_t sys_get_le24(const uint8_t src[3]) in sys_get_le24() function
/Zephyr-latest/subsys/bluetooth/host/
Diso.c1025 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/
Dmain.c100 sr_info->broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in device_found()
/Zephyr-latest/drivers/i3c/
Di3c_shell.c1686 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/
Dcap_acceptor_broadcast.c604 broadcast_id = sys_get_le24(data->data + BT_UUID_SIZE_16); in scan_check_and_sync_broadcast()

12