Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/hal/
Di2s_hal.c40 int min = INT32_MAX; in i2s_hal_calc_mclk_precise_division() local
215 float min = 1000; in i2s_hal_pdm_set_tx_slot() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_at.h56 UINT8 min; /* minimum value for int arg */ member
/hal_espressif-latest/components/bt/porting/transport/driver/common/
Dhci_driver_h4.c33 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
Dhci_driver_util.c20 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/hal_espressif-latest/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()
689 UINT32 min, max; in bta_hf_client_parse_cind_list() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c642 UINT16 min, max, latency, tout; in gap_ble_c_cmpl_cback() local
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.c500 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime()
Dcommon.h446 unsigned int min; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_bt_defs.h168 #define ESP_BLE_IS_VALID_PARAM(x, min, max) (((x) >= (min) && (x) <= (max)) ) argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_cli.h197 uint8_t min; member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbta_av_co.c1736 BOOLEAN bta_av_co_get_remote_bitpool_pref(UINT8 *min, UINT8 *max) in bta_av_co_get_remote_bitpool_pref()
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h54 int min; /* 0..59 */ member
/hal_espressif-latest/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
Dx509v3.c576 int year, month, day, hour, min, sec; in x509_parse_time() local
/hal_espressif-latest/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
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h23 #define BLE_ISVALID_PARAM(x, min, max) (((x) >= (min) && (x) <= (max))) argument
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.c1203 uint8_t bt_mesh_set_fast_prov_unicast_addr_range(uint16_t min, uint16_t max)
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c4756 unsigned int year, month, day, hour, min, sec; in dpp_key_expired() local
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h162 uint32_t min; /**< minimum active scan time per channel, units: millisecond */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1891 UINT16 min; member