Searched refs:thr (Results 1 – 7 of 7) sorted by relevance
| /drivers/sensor/ams/ccs811/ |
| A D | ccs811_trigger.c | 19 const struct sensor_value *thr) in ccs811_attr_set() argument 33 if ((thr->val1 >= CCS811_CO2_MIN_PPM) in ccs811_attr_set() 34 && (thr->val1 <= CCS811_CO2_MAX_PPM)) { in ccs811_attr_set() 35 drv_data->co2_l2m = thr->val1; in ccs811_attr_set() 40 if ((thr->val1 >= CCS811_CO2_MIN_PPM) in ccs811_attr_set() 41 && (thr->val1 <= CCS811_CO2_MAX_PPM)) { in ccs811_attr_set() 42 drv_data->co2_m2h = thr->val1; in ccs811_attr_set()
|
| /drivers/entropy/ |
| A D | entropy_nrf5.c | 98 RNG_POOL_DEFINE(thr, CONFIG_ENTROPY_NRF5_THR_POOL_SIZE); 215 ret = rng_pool_put((struct rng_pool *)(entropy_nrf5_data.thr), in isr() 235 bytes = rng_pool_get((struct rng_pool *)(entropy_nrf5_data.thr), in entropy_nrf5_get_entropy() 335 rng_pool_init((struct rng_pool *)(entropy_nrf5_data.thr), in entropy_nrf5_init()
|
| A D | entropy_smartbond.c | 49 RNG_POOL_DEFINE(thr, CONFIG_ENTROPY_SMARTBOND_THR_POOL_SIZE); 260 ptr = rng_pool_put_bytes((struct rng_pool *)(entropy_smartbond_data.thr), in smartbond_trng_isr() 281 bytes = rng_pool_get((struct rng_pool *)(entropy_smartbond_data.thr), buf, len); in entropy_smartbond_get_entropy() 413 rng_pool_init((struct rng_pool *)(entropy_smartbond_data.thr), in entropy_smartbond_init()
|
| A D | entropy_stm32.c | 107 RNG_POOL_DEFINE(thr, CONFIG_ENTROPY_STM32_THR_POOL_SIZE); 633 ret = rng_pool_put((struct rng_pool *)(entropy_stm32_rng_data.thr), byte); in perform_pool_refill() 717 (struct rng_pool *)(entropy_stm32_rng_data.thr), in entropy_stm32_rng_get_entropy() 840 rng_pool_init((struct rng_pool *)(dev_data->thr), in entropy_stm32_rng_init()
|
| /drivers/sensor/maxim/ds18b20/ |
| A D | ds18b20.c | 300 enum sensor_attribute attr, const struct sensor_value *thr) in ds18b20_attr_set() argument 309 w1_sensor_value_to_rom(thr, &data->config.rom); in ds18b20_attr_set()
|
| /drivers/serial/ |
| A D | uart_lpc11u6x.h | 99 volatile uint32_t thr; /* TX buffer (WO) */ member
|
| A D | uart_lpc11u6x.c | 35 cfg->uart0->thr = c; in lpc11u6x_uart0_poll_out() 206 cfg->uart0->thr = data[nr_sent++]; in lpc11u6x_uart0_fifo_fill()
|
Completed in 20 milliseconds