Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 232) sorted by relevance

12345678910

/Zephyr-latest/tests/kernel/common/src/
Dbyteorder.c79 uint64_t val = 0xf0e1d2c3b4a59687, tmp; in ZTEST() local
102 uint8_t tmp[sizeof(uint64_t)]; in ZTEST() local
118 uint64_t val = 0xf0e1d2c3b4, tmp; in ZTEST() local
137 uint8_t tmp[sizeof(buf)]; in ZTEST() local
152 uint64_t val = 0xf0e1d2c3b4a5, tmp; in ZTEST() local
175 uint8_t tmp[sizeof(buf)]; in ZTEST() local
190 uint32_t val = 0xf0e1d2c3, tmp; in ZTEST() local
213 uint8_t tmp[sizeof(uint32_t)]; in ZTEST() local
229 uint32_t val = 0xf0e1d2, tmp; in ZTEST() local
252 uint8_t tmp[sizeof(buf)]; in ZTEST() local
[all …]
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dstate_binding.c30 float tmp; in actual_to_linear() local
81 float tmp; in light_ctl_temp_to_level() local
96 uint16_t tmp; in level_to_light_ctl_temp() local
/Zephyr-latest/subsys/zbus/
Dzbus_runtime_observers.c15 struct zbus_observer_node *obs_nd, *tmp; in zbus_chan_add_obs() local
72 struct zbus_observer_node *obs_nd, *tmp; in zbus_chan_rm_obs() local
/Zephyr-latest/drivers/ethernet/
Deth_enc424j600.c231 uint16_t tmp; in enc424j600_init_filters() local
247 uint16_t tmp; in enc424j600_init_phy() local
269 uint16_t tmp; in enc424j600_setup_mac() local
313 uint16_t tmp; in enc424j600_tx() local
356 uint16_t tmp; in enc424j600_rx() local
508 uint16_t tmp; in enc424j600_get_config() local
564 uint16_t tmp; in enc424j600_set_config() local
611 uint16_t tmp; in enc424j600_start_device() local
641 uint16_t tmp; in enc424j600_stop_device() local
693 uint16_t tmp; in enc424j600_init() local
Deth_lan9250.c78 uint32_t tmp; in lan9250_wait_ready() local
96 uint32_t tmp; in lan9250_read_mac_reg() local
131 uint32_t tmp; in lan9250_wait_mac_ready() local
148 uint32_t tmp; in lan9250_read_phy_reg() local
227 uint32_t tmp; in lan9250_hw_cfg_check() local
252 uint32_t tmp; in lan9250_configure() local
460 uint32_t tmp; in lan9250_rx() local
530 uint32_t tmp; in lan9250_tx() local
576 uint16_t tmp; in lan9250_thread() local
/Zephyr-latest/tests/crypto/mbedtls_psa/src/
Dmain.c18 uint8_t tmp[64]; in ZTEST_USER() local
/Zephyr-latest/soc/nxp/s32/s32k1/
Dsoc.c54 uint32_t tmp; in soc_early_init_hook() local
/Zephyr-latest/tests/kernel/stack/stack/src/
Dmain.c102 stack_data_t tmp[STACK_LEN]; in thread_entry_fn_single() local
123 stack_data_t tmp[STACK_LEN]; in thread_entry_fn_dual() local
163 stack_data_t tmp[STACK_LEN]; in ZTEST_USER() local
200 stack_data_t tmp[STACK_LEN]; in ZTEST_USER() local
/Zephyr-latest/drivers/sensor/ams/tmd2620/
Dtmd2620.c83 uint8_t tmp; in tmd2620_sample_fetch() local
173 uint8_t tmp; in tmd2620_sensor_setup() local
321 uint8_t tmp; in tmd2620_init() local
/Zephyr-latest/tests/subsys/settings/src/
Dsettings_empty_lookups.c14 char tmp[64]; in ZTEST() local
Dsettings_test_getset_unknown.c14 char tmp[64]; in ZTEST() local
Dsettings_test_getset_int64.c13 char tmp[64]; in ZTEST() local
Dsettings_test_getset_int.c13 char tmp[64]; in ZTEST() local
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_spi.c27 uint8_t tmp[2]; in bmi270_reg_read_spi() local
88 uint8_t tmp; in bmi270_bus_init_spi() local
/Zephyr-latest/lib/libc/common/source/time/
Dctime.c24 struct tm tmp; in ctime_r() local
/Zephyr-latest/drivers/can/
Dcan_mcp251xfd.c292 uint32_t tmp; in mcp251xfd_set_tdc() local
409 uint32_t tmp; in mcp251xfd_set_timing() local
446 uint32_t tmp; in mcp251xfd_set_timing_data() local
552 uint32_t tmp; in mcp251xfd_add_rx_filter() local
676 uint32_t tmp; in mcp251xfd_get_state() local
955 uint32_t tmp; in mcp251xfd_handle_ivmif() local
1338 uint32_t tmp; in mcp251xfd_init_con_reg() local
1356 uint32_t tmp; in mcp251xfd_init_osc_reg() local
1380 uint32_t tmp; in mcp251xfd_init_iocon_reg() local
1405 uint32_t tmp; in mcp251xfd_init_int_reg() local
[all …]
/Zephyr-latest/drivers/sensor/ti/ti_hdc/
Dti_hdc.c78 uint64_t tmp; in ti_hdc_channel_get() local
120 uint16_t tmp; in ti_hdc_init() local
/Zephyr-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/src/
Dmain.c43 uint8_t tmp; in main() local
/Zephyr-latest/modules/lvgl/
Dlvgl_display_24bit.c29 uint8_t tmp = px_map[i]; in lvgl_flush_cb_24bit() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_plain_text.c184 uint8_t tmp; in plain_text_read_int() local
222 int64_t tmp = 0; in get_s32() local
275 uint8_t tmp, buf[24]; in get_float() local
323 uint8_t tmp; in get_bool() local
347 int64_t tmp; in get_objlnk() local
/Zephyr-latest/drivers/espi/
Despi_utils.h57 struct espi_callback *cb, *tmp; in espi_send_callbacks() local
/Zephyr-latest/arch/mips/core/
Dirq_offload.c26 irq_offload_routine_t tmp; in z_irq_do_offload() local
/Zephyr-latest/arch/nios2/core/
Dirq_offload.c20 irq_offload_routine_t tmp; in z_irq_do_offload() local
/Zephyr-latest/arch/sparc/core/
Dirq_offload.c17 irq_offload_routine_t tmp; in z_irq_do_offload() local
/Zephyr-latest/tests/subsys/random/rng/src/
Dmain.c31 uint32_t gen, last_gen, tmp; in ZTEST() local

12345678910