Home
last modified time | relevance | path

Searched defs:min (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_binding.c64 int16_t bt_mesh_convert_temperature_to_gen_level(uint16_t temp, uint16_t min, uint16_t max) in bt_mesh_convert_temperature_to_gen_level()
70 uint16_t bt_mesh_covert_gen_level_to_temperature(int16_t level, uint16_t min, uint16_t max) in bt_mesh_covert_gen_level_to_temperature()
Dlighting_server.c938 uint16_t min = 0U, max = 0U; in light_ctl_temp_range_set() local
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
Dboard.c192 int16_t convert_temperature_to_level(uint16_t temp, uint16_t min, uint16_t max) in convert_temperature_to_level()
198 uint16_t covert_level_to_temperature(int16_t level, uint16_t min, uint16_t max) in covert_level_to_temperature()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_at.h56 UINT8 min; /* minimum value for int arg */ member
/hal_espressif-2.7.6/tools/kconfig/
Dnconf.h34 #define min(a, b) ({\ macro
/hal_espressif-2.7.6/components/freemodbus/common/include/
Desp_modbus_master.h62 int min; /*!< Parameter minimum value */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_at.h34 UINT8 min; /* minimum value for int arg */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/
Desp_bt_defs.h80 #define ESP_BLE_IS_VALID_PARAM(x, min, max) (((x) >= (min) && (x) <= (max)) || ((x) == ESP_BLE_CON… argument
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c68 UINT8 min; member
358 static void bta_hf_client_handle_cind_list_item(char *name, UINT32 min, UINT32 max, UINT32 index) in bta_hf_client_handle_cind_list_item()
688 UINT32 min, max; in bta_hf_client_parse_cind_list() local
/hal_espressif-2.7.6/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.c73 float min = ll - (deg * 100); in parse_lat_long() local
/hal_espressif-2.7.6/components/wpa_supplicant/port/include/
Dos.h42 int min; /* 0..59 */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c611 UINT16 min, max, latency, tout; in gap_ble_c_cmpl_cback() local
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/
Dcommon.c413 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime()
Dcommon.h437 unsigned int min; member
/hal_espressif-2.7.6/components/espcoredump/src/port/riscv/
Dcore_dump_port.c42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/hal_espressif-2.7.6/components/coap/port/
Dcoap_debug.c169 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/hal_espressif-2.7.6/components/espcoredump/src/port/xtensa/
Dcore_dump_port.c32 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_cli.h197 uint8_t min; member
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_timer.c157 int min = 0; in convert_unix_to_utc() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c1678 BOOLEAN bta_av_co_get_remote_bitpool_pref(UINT8 *min, UINT8 *max) in bta_av_co_get_remote_bitpool_pref()
/hal_espressif-2.7.6/components/wpa_supplicant/src/tls/
Dlibtommath.h214 int olduse, res, min, max; in s_mp_add() local
302 int olduse, res, min, max; in s_mp_sub() local
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/
Dlibtommath.h216 int olduse, res, min, max; in s_mp_add() local
304 int olduse, res, min, max; in s_mp_sub() local
/hal_espressif-2.7.6/components/fatfs/vfs/
Dvfs_fat.c60 uint16_t min : 6; /* Minutes, 0 - 59 */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h29 #define BLE_ISVALID_PARAM(x, min, max) (((x) >= (min) && (x) <= (max)) || ((x) == ESP_BLE_CONN_PAR… argument
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h146 #define BTM_BLE_ISVALID_PARAM(x, min, max) (((x) >= (min) && (x) <= (max)) || ((x) == BTM_BLE_CONN… argument

12