Home
last modified time | relevance | path

Searched refs:temperature (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h54 uint16_t temperature; member
285 uint16_t temperature; member
289 uint16_t temperature; member
298 uint16_t temperature; member
393 uint16_t temperature; member
401 uint16_t temperature; member
413 uint16_t temperature; member
Dstate_binding.h59 uint16_t temperature; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dlighting_server.c579 net_buf_simple_add_le16(msg, srv->state->temperature); in send_light_ctl_status()
617 net_buf_simple_add_le16(msg, srv->state->temperature); in send_light_ctl_status()
755 uint16_t lightness = 0U, temperature = 0U; in light_ctl_set() local
767 temperature = net_buf_simple_pull_le16(buf); in light_ctl_set()
771 if (temperature < BLE_MESH_TEMPERATURE_MIN || temperature > BLE_MESH_TEMPERATURE_MAX) { in light_ctl_set()
772 BT_ERR("Invalid temperature 0x%04x", temperature); in light_ctl_set()
785 .ctl_set.temperature = temperature, in light_ctl_set()
813 temperature < srv->state->temperature_range_min) { in light_ctl_set()
814 temperature = srv->state->temperature_range_min; in light_ctl_set()
817 temperature > srv->state->temperature_range_max) { in light_ctl_set()
[all …]
Dstate_transition.c167 … ((float) (srv->state->temperature - srv->state->target_temperature) / srv->transition.counter); in light_ctl_tt_values()
177 … ((float) (srv->state->temperature - srv->state->target_temperature) / srv->transition.counter); in light_ctl_temp_tt_values()
578 change.ctl_set.temperature = srv->state->temperature; in light_ctl_work_handler()
594 srv->state->temperature -= srv->tt_delta_temperature; in light_ctl_work_handler()
601 srv->state->temperature = srv->state->target_temperature; in light_ctl_work_handler()
606 change.ctl_set.temperature = srv->state->temperature; in light_ctl_work_handler()
637 change.ctl_temp_set.temperature = srv->state->temperature; in light_ctl_temp_work_handler()
652 srv->state->temperature -= srv->tt_delta_temperature; in light_ctl_temp_work_handler()
658 srv->state->temperature = srv->state->target_temperature; in light_ctl_temp_work_handler()
662 change.ctl_temp_set.temperature = srv->state->temperature; in light_ctl_temp_work_handler()
Dstate_binding.c250 srv->state->temperature = value->light_ctl_temp_delta_uv.temperature; in bt_mesh_update_binding_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_lighting_model_api.h163 uint16_t temperature; /*!< Value of light temperature default state */ member
367 uint16_t temperature; /*!< Value of light temperature default state */ member
873 uint16_t temperature; /*!< The present value of Light CTL Temperature state */ member
1256 uint16_t temperature; /*!< The value of Light CTL Temperature state */ member
1262 uint16_t temperature; /*!< The value of Light CTL Temperature state */ member
1275 uint16_t temperature; /*!< The value of Light CTL Temperature Default state */ member
1440 uint16_t temperature; /*!< Target value of light ctl temperature state */ member
1450 uint16_t temperature; /*!< Target value of light ctl temperature state */ member
1466 uint16_t temperature; /*!< Value of light temperature default state */ member
/hal_espressif-latest/components/esp_psram/esp32s3/
DKconfig.spiram92 the temperature is stable.
95 If your chip powers on at a certain temperature, then after the temperature
/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_override.h41 …m_chip_requirement_check_t)(uint32_t flash_id, uint32_t freq_mhz, int voltage_mv, int temperature);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h144 uint16_t temperature; /* Value of light temperature default state */ member
174 uint16_t temperature; /* Value of light temperature default state */ member
/hal_espressif-latest/components/spi_flash/
Dspi_flash_hpm_enable.c320 int temperature = 0; in spi_flash_enable_high_performance_mode() local
357 …ment_check = chip_hpm->chip_hpm_requirement_check(flash_chip_id, flash_freq, voltage, temperature); in spi_flash_enable_high_performance_mode()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.rtc9 frequency stability with respect to temperature is poor, so time may
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.rtc9 frequency stability with respect to temperature is poor, so time may
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/common/include/
Ddevice_property.h1255 bt_mesh_temperature_8_t temperature; member
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv204 FLASH_TEMP, EFUSE_BLK1, 126, 2, [] Flash temperature {0: "No…
207 PSRAM_TEMP, EFUSE_BLK1, 133, 2, [] PSRAM temperature {0: "No…
/hal_espressif-latest/components/esp_hw_support/
DKconfig266temperature dependent, usage of the XTAL_FREQ_AUTO is not recommended in applications that operate
267 in high ambient temperatures or use high-temperature qualified chips and modules.
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c351 status->temperature = net_buf_simple_pull_le16(buf); in light_status()
886 net_buf_simple_add_le16(msg, set->temperature); in light_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h2157 uint16_t temperature; /*!< The value of the Light CTL Temperature state */ member