Home
last modified time | relevance | path

Searched refs:sys_get_le64 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dbs_sync.c76 return sys_get_le64(data); in bs_bc_recv_uint()
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dbs_sync.c76 return sys_get_le64(data); in bs_bc_recv_uint()
/Zephyr-latest/tests/kernel/common/src/
Dbyteorder.c503 tmp = sys_get_le64(buf); in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dbyteorder.h666 static inline uint64_t sys_get_le64(const uint8_t src[8]) in sys_get_le64() function
/Zephyr-latest/drivers/ieee802154/
Dieee802154_dw1000.c458 ts_nsec = (sys_get_le64(ts_buf) * DWT_TS_TIME_UNITS_FS) / 1000000U; in dwt_irq_handle_rx()
870 LOG_DBG("ts hi32 %x", (uint32_t)(sys_get_le64(ts_buf) >> 8)); in dwt_tx()
875 tmp_fs = sys_get_le64(ts_buf) * DWT_TS_TIME_UNITS_FS; in dwt_tx()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c125 feat = sys_get_le64(featuresin); in feature_filter()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c419 event_mask = sys_get_le64(cmd->events); in set_event_mask()
428 event_mask_page_2 = sys_get_le64(cmd->events_page_2); in set_event_mask_page_2()
1387 le_event_mask = sys_get_le64(cmd->events); in le_set_event_mask()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3238 bt_dev.le.states = sys_get_le64(rp->le_states); in le_read_supp_states_complete()