Home
last modified time | relevance | path

Searched refs:uint64_t (Results 376 – 400 of 879) sorted by relevance

1...<<11121314151617181920>>...36

/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c26 uint64_t time2, time1 = posix_get_hw_cycle(); in ZTEST()
111 uint64_t time2, time1; in ZTEST()
222 uint64_t time2, time1; in ZTEST()
/Zephyr-latest/drivers/sensor/renesas/isl29035/
Disl29035.c51 uint64_t tmp; in isl29035_channel_get()
55 tmp = (uint64_t)drv_data->data_sample * ISL29035_LUX_RANGE; in isl29035_channel_get()
/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.c30 uint64_t nvme_namespace_get_num_sectors(struct nvme_namespace *ns) in nvme_namespace_get_num_sectors()
35 uint64_t nvme_namespace_get_size(struct nvme_namespace *ns) in nvme_namespace_get_size()
/Zephyr-latest/include/zephyr/arch/arm64/
Darm_mmu.h134 uint64_t *base_xlat_table;
135 uint64_t ttbr0;
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_common.h85 uint8_t length, uint64_t payload_number, uint32_t timestamp,
90 extern void isoal_test_create_framed_pdu_base(uint64_t payload_number,
/Zephyr-latest/tests/arch/common/timing/src/
Dmain.c30 uint64_t diff1, diff2, diff_all, freq_hz; in perform_tests()
31 uint64_t diff1_ns, diff2_ns, diff_all_ns, diff_avg_ns; in perform_tests()
/Zephyr-latest/tests/subsys/settings/fcb/src/
Dsettings_test.h29 extern uint64_t val64;
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_session.h47 uint64_t length;
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt.c174 static bool fs_mgmt_file_rsp(zcbor_state_t *zse, int rc, uint64_t off) in fs_mgmt_file_rsp()
208 uint64_t off = ULLONG_MAX; in fs_mgmt_file_download()
656 uint64_t len = ULLONG_MAX; in fs_mgmt_file_hash_checksum()
657 uint64_t off = 0; in fs_mgmt_file_hash_checksum()
804 uint64_t tmp_val = 0; in fs_mgmt_file_hash_checksum()
807 tmp_val = (uint64_t)(*(uint8_t *)output); in fs_mgmt_file_hash_checksum()
810 tmp_val = (uint64_t)(*(uint16_t *)output); in fs_mgmt_file_hash_checksum()
813 tmp_val = (uint64_t)(*(uint32_t *)output); in fs_mgmt_file_hash_checksum()
815 } else if (group->output_size == sizeof(uint64_t)) { in fs_mgmt_file_hash_checksum()
816 tmp_val = (*(uint64_t *)output); in fs_mgmt_file_hash_checksum()
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_subsys.c399 uint64_t data_addr; in sip_svc_callback()
400 uint64_t c_idx; in sip_svc_callback()
424 c_idx = (uint64_t)trans_id_item->arg6; in sip_svc_callback()
438 (((uint64_t)trans_id_item->arg2) << 32) | ((uint64_t)trans_id_item->arg3); in sip_svc_callback()
551 uint64_t data_addr; in sip_svc_async_response_handler()
605 data_addr = (((uint64_t)trans_id_item->arg3) | ((uint64_t)trans_id_item->arg2) << 32); in sip_svc_async_response_handler()
730 (void *)(uint64_t)request->resp_data_size, in sip_svc_send()
731 request->priv_data, (void *)(uint64_t)c_idx) != 0) { in sip_svc_send()
/Zephyr-latest/drivers/flash/
Dflash_stm32f4x.c24 typedef uint64_t flash_prg_t;
276 uint64_t changed_sectors, in flash_stm32_update_wp_sectors()
277 uint64_t protected_sectors) in flash_stm32_update_wp_sectors()
294 uint64_t *protected_sectors) in flash_stm32_get_wp_sectors()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_decoder.h14 uint64_t timestamp;
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/src/
Dbroadcast_sink_test.c46 extern uint64_t total_rx_iso_packet_count; in test_broadcast_sink_sample_tick()
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/src/
Dunicast_client_sample_test.c46 extern uint64_t unicast_audio_recv_ctr; in test_unicast_client_sample_tick()
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/src/
Dsample_test.c46 extern uint64_t total_rx_count; in test_sample_tick()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_olcp_internal.h69 uint64_t id;
/Zephyr-latest/include/zephyr/xen/public/
Dsched.h144 uint64_t timeout;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_features.h7 static inline void feature_unmask_features(struct ll_conn *conn, uint64_t ll_feat_mask) in feature_unmask_features()
12 static inline void feature_unmask_peer_features(struct ll_conn *conn, uint64_t ll_feat_mask) in feature_unmask_peer_features()
/Zephyr-latest/drivers/watchdog/
Dwdt_xmc4xxx.c116 if ((uint64_t)cfg->window.max * wdt_clock / 1000 > UINT32_MAX) { in wdt_xmc4xxx_install_timeout()
120 wdt_config.window_upper_bound = (uint64_t)cfg->window.max * wdt_clock / 1000; in wdt_xmc4xxx_install_timeout()
/Zephyr-latest/samples/subsys/fs/fs_sample/src/
Dmain.c117 uint64_t memory_size_mb; in main()
141 memory_size_mb = (uint64_t)block_count * block_size; in main()
/Zephyr-latest/include/zephyr/arch/arm64/cortex_r/
Darm_mpu.h205 uint64_t base;
207 uint64_t limit;
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h86 uint64_t blob_id;
225 uint64_t blob_id;
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/src/
Dtest_dma.c66 dma_block_cfg.source_address = (uint64_t)tx_data; in test_task()
67 dma_block_cfg.dest_address = (uint64_t)rx_data; in test_task()
/Zephyr-latest/drivers/timer/
Darcv2_timer0.c65 volatile static uint64_t last_time;
66 volatile static uint64_t start_time;
217 uint64_t curr_time; in timer_int_handler()
/Zephyr-latest/drivers/sensor/bosch/bma280/
Dbma280_trigger.c35 uint64_t slope_th; in bma280_attr_set()
47 slope_th = (uint64_t)val->val1 * 1000000U + (uint64_t)val->val2; in bma280_attr_set()

1...<<11121314151617181920>>...36