Home
last modified time | relevance | path

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

1234

/drivers/sensor/lm75/
A 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
/drivers/sensor/lm77/
A 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
/drivers/sensor/silabs/si7055/
A 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
/drivers/clock_control/
A Dclock_stm32_ll_mp13.c49 volatile int temp; in stm32_clock_control_on() local
70 volatile int temp; in stm32_clock_control_off() local
/drivers/sensor/tdk/icm40627/
A Dicm40627.c34 uint8_t temp, round_fs; in icm40627_set_accel_fs() local
68 uint8_t temp; in icm40627_set_gyro_fs() local
113 uint8_t temp; in icm40627_set_accel_odr() local
171 uint8_t temp; in icm40627_set_gyro_odr() local
/drivers/serial/
A Duart_hvc_xen_consoleio.c26 char temp; in xen_consoleio_poll_in() local
/drivers/pinctrl/
A Dpinctrl_mchp_mec5.c34 uint32_t pin = 0, temp = 0; in mec5_config_pin() local
/drivers/entropy/
A Dentropy_max32.c33 uint32_t temp; in api_get_entropy_isr() local
/drivers/sensor/ntc_thermistor/
A Dntc_thermistor_calc.c88 int temp; in ntc_get_temp_mc() local
/drivers/sensor/
A Dshell_battery.c54 struct sensor_value temp, volt, current, i_desired, charge_remain; in cmd_battery() local
/drivers/sensor/bosch/bma4xx/
A Dbma4xx_decoder.h36 int8_t temp; member
/drivers/sensor/maxim/max31855/
A Dmax31855.c64 uint32_t temp = sys_be32_to_cpu(data->sample); in max31855_channel_get() local
/drivers/sensor/tdk/icm4268x/
A Dicm4268x_spi.c79 uint8_t temp = 0; in icm4268x_spi_update_register() local
/drivers/led_strip/
A Dtlc5971.c153 uint8_t temp = 0; in tlc5971_map_color() local
216 uint8_t temp = in tlc5971_fill_data_buffer() local
/drivers/timer/
A Dmchp_xec_rtos_timer.c189 uint32_t ccr, temp; in sys_clock_set_timeout() local
317 uint32_t temp = total_cycles + CYCLES_PER_TICK; in xec_rtos_timer_isr() local
/drivers/sensor/ti/lm95234/
A Dlm95234.c91 uint16_t temp; in lm95234_fetch_temp() local
113 int16_t temp; in lm95234_fetch_temp() local
/drivers/sensor/jedec/jc42/
A Djc42.c77 int temp = jc42_temp_signed_from_reg(data->reg_val); in jc42_channel_get() local
A Djc42.h106 static inline uint16_t jc42_temp_reg_from_signed(int temp) in jc42_temp_reg_from_signed()
A Djc42_trigger.c24 int temp; in jc42_attr_set() local
/drivers/sensor/nxp/nxp_tempmon/
A Dnxp_tempmon.c62 float temp; in nxp_tempmon_channel_get() local
/drivers/adc/
A Dadc_ads131m02.c169 uint16_t temp; in ads131m02_reg_read() local
182 uint16_t temp; in ads131m02_reg_write() local
604 uint16_t temp = 0; in ads131m02_set_adc_mode() local
624 uint16_t temp; in ads131m02_set_power_mode() local
/drivers/sensor/sensirion/shtcx/
A Dshtcx.h53 uint16_t temp; member
/drivers/ps2/
A Dps2_mchp_xec.c114 uint8_t __attribute__((unused)) temp; in ps2_xec_configure() local
153 uint8_t __attribute__((unused)) temp; in ps2_xec_write() local
/drivers/sensor/ti/tmp435/
A Dtmp435.c68 int32_t temp = 0; in tmp435_sample_fetch() local
/drivers/sensor/nordic/npm13xx_charger/
A Dnpm13xx_charger.c39 uint16_t temp; member
168 float temp = (1.f / inv_temp_k) - 273.15f; in calc_temp() local
177 int32_t temp = in calc_dietemp() local
186 float temp = (float)temp_mdegc / 1000.f; in calc_ntc_res() local

Completed in 62 milliseconds

1234