Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 155) sorted by relevance

1234567

/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dfloat_regs_arc_gcc.h41 uint32_t temp = 0; in _load_all_float_registers() local
74 uint32_t temp = 0; in _store_all_float_registers() local
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Ddsp_regs_arc.h36 uint32_t *temp = (uint32_t *)regs; in _load_all_dsp_registers() local
56 uint32_t *temp = (uint32_t *)regs; in _store_all_dsp_registers() local
/Zephyr-latest/include/zephyr/arch/common/
Dsys_bitops.h26 uint32_t temp = *(volatile uint32_t *)addr; in sys_set_bit() local
33 uint32_t temp = *(volatile uint32_t *)addr; in sys_clear_bit() local
40 uint32_t temp = *(volatile uint32_t *)addr; in sys_test_bit() local
47 uint32_t temp = *(volatile uint32_t *)addr; in sys_set_bits() local
54 uint32_t temp = *(volatile uint32_t *)addr; in sys_clear_bits() local
/Zephyr-latest/samples/sensor/thermometer/src/
Dmain.c37 double temp; in temp_alert_handler() local
59 double temp; in main() local
/Zephyr-latest/samples/sensor/jc42/src/
Dmain.c44 const struct sensor_value *temp) in set_window()
85 struct sensor_value temp; in trigger_handler() local
137 struct sensor_value temp; in main() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c211 int8_t temp = 0; in cmd_read() local
219 int16_t temp = 0; in cmd_read() local
227 int32_t temp = 0; in cmd_read() local
235 int64_t temp = 0; in cmd_read() local
243 uint8_t temp = 0; in cmd_read() local
251 uint16_t temp = 0; in cmd_read() local
259 uint32_t temp = 0; in cmd_read() local
267 double temp = 0; in cmd_read() local
275 bool temp; in cmd_read() local
283 time_t temp; in cmd_read() local
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
Dsoc.c22 uint32_t temp; in soc_reset_hook() local
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_lorawan.c74 uint8_t temp; in smp_lorawan_uplink_thread() local
195 uint8_t temp; in smp_lorawan_uplink() local
227 uint8_t temp; in smp_lorawan_get_mtu() local
/Zephyr-latest/samples/sensor/ms5837/src/
Dmain.c39 struct sensor_value temp; in main() local
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dkernel.c42 int temp = arch_current_thread()->base.sched_locked; in osKernelLock() local
58 int temp = arch_current_thread()->base.sched_locked; in osKernelUnlock() local
/Zephyr-latest/drivers/sensor/silabs/si7055/
Dsi7055.c42 uint8_t temp[SI7055_TEMPERATURE_READ_WITH_CHECKSUM_SIZE]; in si7055_get_temperature() local
44 uint8_t temp[SI7055_TEMPERATURE_READ_NO_CHECKSUM_SIZE]; in si7055_get_temperature() local
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dstate_binding.c68 uint16_t constrain_temperature(uint16_t temp) in constrain_temperature()
79 static int16_t light_ctl_temp_to_level(uint16_t temp) in light_ctl_temp_to_level()
/Zephyr-latest/samples/sensor/ds18b20/src/
Dmain.c47 struct sensor_value temp; in main() local
/Zephyr-latest/samples/sensor/grove_temperature/src/
Dmain.c23 struct sensor_value temp; in main() local
/Zephyr-latest/samples/sensor/lps22hb/src/
Dmain.c16 struct sensor_value pressure, temp; in process_sample() local
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/src/
Dmain.c47 struct sensor_value press, temp; in lsm6dsl_trigger_handler() local
262 struct sensor_value temp, press; in main() local
274 struct sensor_value press, temp; in main() local
/Zephyr-latest/drivers/sensor/lm75/
Dlm75.c36 int16_t temp; member
108 static void lm75_sensor_value_to_temp(const struct sensor_value *val, int16_t *temp) in lm75_sensor_value_to_temp()
116 static void lm75_temp_to_sensor_value(int16_t temp, struct sensor_value *val) in lm75_temp_to_sensor_value()
131 int16_t temp = 0; in lm75_attr_set() local
166 int16_t temp; in lm75_attr_get() local
257 int16_t temp; in lm75_fetch_temp() local
/Zephyr-latest/drivers/sensor/lm77/
Dlm77.c56 int16_t temp; member
102 static void lm77_sensor_value_to_temp(const struct sensor_value *val, int16_t *temp) in lm77_sensor_value_to_temp()
114 static void lm77_temp_to_sensor_value(int16_t temp, struct sensor_value *val) in lm77_temp_to_sensor_value()
130 int16_t temp = 0; in lm77_attr_set() local
171 int16_t temp; in lm77_attr_get() local
269 int16_t temp; in lm77_sample_fetch() local
/Zephyr-latest/drivers/serial/
Duart_hvc_xen_consoleio.c26 char temp; in xen_consoleio_poll_in() local
/Zephyr-latest/samples/sensor/sgp40_sht4x/src/
Dmain.c32 struct sensor_value temp, hum, gas; in main() local
/Zephyr-latest/samples/sensor/hts221/src/
Dmain.c16 struct sensor_value temp, hum; in process_sample() local
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q15.c140 q15_t *temp; in test_arm_conv_partial_q15() local
177 q15_t *temp; in test_arm_conv_partial_fast_q15() local
214 q15_t *temp; in test_arm_conv_partial_opt_q15() local
257 q15_t *temp; in test_arm_conv_partial_fast_opt_q15() local
/Zephyr-latest/samples/sensor/lps22hh/src/
Dmain.c17 struct sensor_value pressure, temp; in process_sample() local
/Zephyr-latest/samples/bluetooth/bthome_sensor_template/src/
Dmain.c57 int temp = 0; in main() local
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dsoc.c148 int32_t temp; in _slave_init() local

1234567