/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367.h | 366 uint64_t timestamp; 423 uint64_t timestamp;
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372.h | 338 uint64_t timestamp; 390 uint64_t timestamp;
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/src/ |
D | main.c | 128 * (uint64_t)NSEC_PER_SEC / syncclock_Hz; in min_alarm_handler() 194 .tv_nsec = (uint64_t)NSEC_PER_SEC * syncclock / syncclock_Hz, in set_aligned_clock()
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 46 uint64_t total_unicast_rx_iso_packet_count; /* This value is exposed to test code */ 47 uint64_t total_unicast_tx_iso_packet_count; /* This value is exposed to test code */
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 100 static uint64_t reloc(enum aarch64_reloc_type reloc_type, uintptr_t loc, uintptr_t sym_base_addr, in reloc() 302 uint64_t imm; in imm_reloc_handler()
|
/Zephyr-latest/tests/kernel/mutex/mutex_api/src/ |
D | test_mutex_apis.c | 416 timeout.ticks |= (uint64_t)(uintptr_t)p2 << 32; in tThread_mutex_lock_should_fail() 417 timeout.ticks |= (uint64_t)(uintptr_t)p3 << 0; in tThread_mutex_lock_should_fail()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 778 static inline uint64_t video_frmival_nsec(const struct video_frmival *frmival) in video_frmival_nsec() 780 return (uint64_t)NSEC_PER_SEC * frmival->numerator / frmival->denominator; in video_frmival_nsec()
|
D | i3c.h | 897 const uint64_t pid:48; 939 const uint64_t pid:48; 1343 uint64_t pid, bool must_match,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_beacon.c | 330 uint64_t pp_hash; 331 uint64_t pp_random; 332 uint64_t net_id; 1597 static uint64_t proxy_adv_hash_calc(struct netkey_ctx *net, uint64_t random, uint16_t *addr, in proxy_adv_hash_calc() 1600 uint64_t hash; in proxy_adv_hash_calc() 1665 uint64_t net_id; 1667 uint64_t hash; 1668 uint64_t random; 1743 uint64_t last_pp_random = beacon.pp_random; in test_rx_priv_net_id() 1797 uint64_t last_pp_random = beacon.pp_random; in test_rx_priv_node_id()
|
/Zephyr-latest/drivers/virtualization/ |
D | virt_ivshmem.c | 150 __maybe_unused static uint64_t pcie_conf_read_u64(pcie_bdf_t bdf, unsigned int reg) in pcie_conf_read_u64() 152 uint64_t lo = pcie_conf_read(bdf, reg); in pcie_conf_read_u64() 153 uint64_t hi = pcie_conf_read(bdf, reg + 1); in pcie_conf_read_u64()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 55 uint64_t delta_us; in get_next_sn() 56 uint64_t sn_incr; in get_next_sn() 57 uint64_t next_sn; in get_next_sn() 66 delta_us = k_ticks_to_us_near64((uint64_t)delta_ticks); in get_next_sn()
|
/Zephyr-latest/drivers/timer/ |
D | ti_dmtimer.c | 74 uint64_t next_cycle = curr_cycle + CYC_PER_TICK; in ti_dmtimer_isr()
|
/Zephyr-latest/drivers/led/ |
D | lp5569.c | 87 if ((uint64_t)start_channel + num_channels > LP5569_NUM_LEDS) { in lp5569_write_channels()
|
/Zephyr-latest/drivers/flash/ |
D | flash_handlers.c | 40 static inline int z_vrfy_flash_get_size(const struct device *dev, uint64_t *size) in z_vrfy_flash_get_size()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_imx.c | 40 uint64_t *cycles) in imx_pwm_get_cycles_per_sec()
|
D | pwm_ifx_cat1.c | 145 uint64_t *cycles) in ifx_cat1_pwm_get_cycles_per_sec()
|
D | pwm_xlnx_axi_timer.c | 164 uint32_t channel, uint64_t *cycles) in xlnx_axi_timer_get_cycles_per_sec()
|
/Zephyr-latest/samples/drivers/counter/alarm/src/ |
D | main.c | 72 uint64_t now_usec; in test_counter_interrupt_fn()
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | irq_handler.c | 86 uint64_t irq_lock; in posix_irq_handler()
|
/Zephyr-latest/subsys/net/lib/dhcpv6/ |
D | dhcpv6.c | 78 uint64_t t1_abs, t2_abs, expire_abs; in dhcvp6_update_deadlines() 142 static void dhcpv6_set_timeout(struct net_if *iface, uint64_t timeout) in dhcpv6_set_timeout() 262 static int dhcpv6_add_option_elapsed_time(struct net_pkt *pkt, uint64_t since) in dhcpv6_add_option_elapsed_time() 264 uint64_t elapsed; in dhcpv6_add_option_elapsed_time() 1872 static uint64_t dhcpv6_timeleft(struct net_if *iface, int64_t now) in dhcpv6_timeleft() 1874 uint64_t timeout = iface->config.dhcpv6.timeout; in dhcpv6_timeleft() 1883 static uint64_t dhcpv6_manage_timers(struct net_if *iface, int64_t now) in dhcpv6_manage_timers() 1885 uint64_t timeleft = dhcpv6_timeleft(iface, now); in dhcpv6_manage_timers() 2043 uint64_t timeout_update = UINT64_MAX; in dhcpv6_timeout() 2055 uint64_t next_timeout; in dhcpv6_timeout()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 118 uint64_t factoryAddress; in nrf5_get_eui64() 140 factoryAddress = (uint64_t)deviceid[EUI64_ADDR_HIGH] << 32; in nrf5_get_eui64() 144 factoryAddress = (uint64_t)EUI64_ADDR[EUI64_ADDR_HIGH] << 32; in nrf5_get_eui64() 566 uint64_t tx_at = nrf_802154_timestamp_phr_to_shr_convert( in nrf5_tx_at() 1105 void nrf_802154_received_timestamp_raw(uint8_t *data, int8_t power, uint8_t lqi, uint64_t time) in nrf_802154_received_timestamp_raw()
|
/Zephyr-latest/drivers/dma/ |
D | dma_xilinx_axi_dma.c | 575 typedef uint64_t dma_addr_t; 819 uint64_t src, uint64_t dst, size_t size) in dma_xilinx_axi_dma_config_reload() 983 low_bytes = (uint32_t)(((uint64_t)nextdesc) & 0xffffffff); in dma_xilinx_axi_dma_configure() 987 high_bytes = (uint32_t)(((uint64_t)nextdesc >> 32) & 0xffffffff); in dma_xilinx_axi_dma_configure()
|
/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 372 static uint64_t regs_to_u64(uint32_t reg0, uint32_t reg1) in regs_to_u64() 374 return (uint64_t)(((uint64_t)reg0 << 32) | reg1); in regs_to_u64() 377 static void u64_to_regs(uint64_t val, unsigned long *reg0, unsigned long *reg1) in u64_to_regs() 383 uint64_t g_shm_ref; 384 uint64_t g_func_shm_ref; 756 params[0].c = (uint64_t)mem; in supp_thread_alloc() 876 extern void z_vrfy_sys_clock_tick_set(uint64_t tick);
|
/Zephyr-latest/include/zephyr/acpi/ |
D | acpi.h | 59 uint64_t _reserved;
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/ |
D | test_obj.c | 24 uint64_t u64;
|