/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_binding.c | 64 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()
|
D | lighting_server.c | 938 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/ |
D | board.c | 192 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/ |
D | bta_ag_at.h | 56 UINT8 min; /* minimum value for int arg */ member
|
/hal_espressif-2.7.6/tools/kconfig/ |
D | nconf.h | 34 #define min(a, b) ({\ macro
|
/hal_espressif-2.7.6/components/freemodbus/common/include/ |
D | esp_modbus_master.h | 62 int min; /*!< Parameter minimum value */ member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hf_client/include/ |
D | bta_hf_client_at.h | 34 UINT8 min; /* minimum value for int arg */ member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/ |
D | esp_bt_defs.h | 80 #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/ |
D | bta_hf_client_at.c | 68 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/ |
D | nmea_parser.c | 73 float min = ll - (deg * 100); in parse_lat_long() local
|
/hal_espressif-2.7.6/components/wpa_supplicant/port/include/ |
D | os.h | 42 int min; /* 0..59 */ member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 611 UINT16 min, max, latency, tout; in gap_ble_c_cmpl_cback() local
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/ |
D | common.c | 413 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime()
|
D | common.h | 437 unsigned int min; member
|
/hal_espressif-2.7.6/components/espcoredump/src/port/riscv/ |
D | core_dump_port.c | 42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
|
/hal_espressif-2.7.6/components/coap/port/ |
D | coap_debug.c | 169 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
|
/hal_espressif-2.7.6/components/espcoredump/src/port/xtensa/ |
D | core_dump_port.c | 32 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/include/ |
D | cfg_cli.h | 197 uint8_t min; member
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/ |
D | genie_timer.c | 157 int min = 0; in convert_unix_to_utc() local
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | bta_av_co.c | 1678 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/ |
D | libtommath.h | 214 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/ |
D | libtommath.h | 216 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/ |
D | vfs_fat.c | 60 uint16_t min : 6; /* Minutes, 0 - 59 */ member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 29 #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/ |
D | btm_ble_int.h | 146 #define BTM_BLE_ISVALID_PARAM(x, min, max) (((x) >= (min) && (x) <= (max)) || ((x) == BTM_BLE_CONN… argument
|