Home
last modified time | relevance | path

Searched refs:uint16_t (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dlighting_server.h19 uint16_t lightness_linear;
20 uint16_t target_lightness_linear;
22 uint16_t lightness_actual;
23 uint16_t target_lightness_actual;
25 uint16_t lightness_last;
26 uint16_t lightness_default;
29 uint16_t lightness_range_min;
30 uint16_t lightness_range_max;
51 uint16_t lightness;
52 uint16_t target_lightness;
[all …]
Dstate_binding.h47 uint16_t power;
50 uint16_t lightness;
53 uint16_t lightness;
56 uint16_t lightness;
59 uint16_t temperature;
63 uint16_t lightness;
64 uint16_t hue;
65 uint16_t saturation;
68 uint16_t lightness;
71 uint16_t hue;
[all …]
Dtime_scene_server.h86 uint16_t time_authority : 1,
88 uint16_t tai_utc_delta_new : 15;
107 uint16_t scene_number;
135 const uint16_t scene_count;
158 uint16_t current_scene;
175 uint16_t target_scene;
209 uint16_t scene_number;
262 uint16_t time_authority : 1;
263 uint16_t tai_utc_delta_curr : 15;
270 uint16_t time_authority : 1;
[all …]
Dgeneric_server.h78 uint16_t power_actual;
79 uint16_t target_power_actual;
81 uint16_t power_last;
82 uint16_t power_default;
85 uint16_t power_range_min;
86 uint16_t power_range_max;
125 uint16_t uncertainty;
173 uint16_t id;
205 uint16_t *property_ids;
228 uint16_t power;
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h60 uint16_t dst; /*!< Destination address for Heartbeat messages */
61 uint16_t count; /*!< Number of Heartbeat messages to be sent */
64uint16_t feature; /*!< Bit field indicating features that trigger Heartbeat messages…
65 uint16_t net_idx; /*!< NetKey Index used by Heartbeat Publication */
72 uint16_t src; /*!< Source address for Heartbeat messages */
73 uint16_t dst; /*!< Destination address for Heartbeat messages */
74 uint16_t count; /*!< Number of Heartbeat messages received */
90 uint16_t element_addr; /*!< The element address */
91 uint16_t model_id; /*!< The model id */
92uint16_t company_id; /*!< The company id, if not a vendor model, shall set to 0xFFFF */
[all …]
Desp_ble_mesh_lighting_model_api.h107 uint16_t lightness; /*!< Target value of light lightness actual state */
116 uint16_t lightness; /*!< Target value of light lightness linear state */
124 uint16_t lightness; /*!< The value of the Light Lightness Default state */
129 uint16_t range_min; /*!< Value of range min field of light lightness range state */
130 uint16_t range_max; /*!< Value of range max field of light lightness range state */
136 uint16_t ctl_lightness; /*!< Target value of light ctl lightness state */
137 uint16_t ctl_temperatrue; /*!< Target value of light ctl temperature state */
147 uint16_t ctl_temperatrue; /*!< Target value of light ctl temperature state */
156uint16_t range_min; /*!< Value of temperature range min field of light ctl temperature rang…
157uint16_t range_max; /*!< Value of temperature range max field of light ctl temperature rang…
[all …]
Desp_ble_mesh_time_scene_model_api.h77 uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */
78 uint16_t tai_utc_delta : 15; /*!< Current difference between TAI and UTC in seconds */
90 uint16_t tai_utc_delta_new : 15; /*!< Upcoming difference between TAI and UTC in seconds */
91 uint16_t padding : 1; /*!< Always 0b0. Other values are Prohibited. */
102 uint16_t scene_number; /*!< The number of scenes to be stored */
108 uint16_t scene_number; /*!< The number of scenes to be recalled */
116 uint16_t scene_number; /*!< The number of scenes to be deleted */
136 uint16_t scene_number; /*!< Transition time for this action */
169 uint16_t time_authority : 1; /*!< 0 = No Time Authority, 1 = Time Authority */
170 uint16_t tai_utc_delta : 15; /*!< Current difference between TAI and UTC in seconds */
[all …]
Desp_ble_mesh_sensor_model_api.h43 uint16_t property_id; /*!< Property ID of a sensor (optional) */
48 uint16_t property_id; /*!< Property ID of a sensor */
53 uint16_t property_id; /*!< Property ID for the sensor */
65 uint16_t sensor_property_id; /*!< Property ID of a sensor */
70 uint16_t sensor_property_id; /*!< Property ID of a sensor */
71 uint16_t sensor_setting_property_id; /*!< Setting ID identifying a setting within a sensor */
76 uint16_t sensor_property_id; /*!< Property ID identifying a sensor */
77 uint16_t sensor_setting_property_id; /*!< Setting ID identifying a setting within a sensor */
84 uint16_t property_id; /*!< Property ID for the sensor (optional) */
89 uint16_t property_id; /*!< Property identifying a sensor */
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_cli.h62 uint16_t net_idx, const uint8_t net_key[16]);
65 uint16_t net_idx, uint16_t app_idx,
69 uint16_t elem_addr, uint16_t app_idx,
70 uint16_t mod_id, uint16_t cid);
73 uint16_t addr;
74 uint16_t app_idx;
82 uint16_t elem_addr, uint16_t mod_id, uint16_t cid);
85 uint16_t elem_addr, uint16_t mod_id, uint16_t cid,
89 uint16_t elem_addr, uint16_t sub_addr,
90 uint16_t mod_id, uint16_t cid);
[all …]
Dcfg_srv.h42 uint16_t dst;
43 uint16_t count;
46 uint16_t feat;
47 uint16_t net_idx;
54 uint16_t src;
55 uint16_t dst;
56 uint16_t count;
61 void (*func)(uint8_t hops, uint16_t feat);
87 uint16_t elem_addr;
88 uint16_t pub_addr;
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h48 uint16_t present_lightness; /* Present value of light lightness actual state */
49 uint16_t target_lightness; /* Target value of light lightness actual state (optional) */
55 uint16_t present_lightness; /* Present value of light lightness linear state */
56 uint16_t target_lightness; /* Target value of light lightness linear state (optional) */
61 uint16_t lightness; /* The value of the Light Lightness Last state */
65 uint16_t lightness; /* The value of the Light Lightness default state */
70 uint16_t range_min; /* Value of range min field of light lightness range state */
71 uint16_t range_max; /* Value of range max field of light lightness range state */
76 uint16_t lightness; /* Target value of light lightness actual state */
84 uint16_t lightness; /* Target value of light lightness linear state */
[all …]
Dsensor_client.h48 uint16_t property_id; /* Property for the sensor */
53uint16_t sensor_property_id; /* Property ID identifying a sensor …
59 uint16_t sensor_property_id; /* Property ID identifying a sensor */
60 uint16_t sensor_setting_property_id; /* Setting ID identifying a setting within a sensor */
70 uint16_t property_id; /* Property identifying a sensor and the Y axis */
75 uint16_t property_id; /* Property identifying a sensor and the Y axis */
81 uint16_t property_id; /* Property ID for the sensor (optional) */
85 uint16_t property_id; /* Property ID for the sensor */
89uint16_t property_id; /* Property ID for the sensor …
100 uint16_t sensor_property_id; /* Property ID for the sensor */
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h47 uint16_t app_id;
68 uint16_t conn_id;
72 uint16_t conn_id;
76 uint16_t conn_id;
82 uint16_t conn_id;
83 uint16_t handle;
87 uint16_t conn_id;
88 uint16_t handle;
92 uint16_t conn_id;
93 uint16_t handle;
[all …]
Dbtc_gatts.h40 uint16_t app_id;
52 uint16_t num_handle;
59 uint16_t max_nb_attr;
65 uint16_t service_handle;
70 uint16_t service_handle;
75 uint16_t service_handle;
80 uint16_t service_handle;
81 uint16_t included_service_handle;
86 uint16_t service_handle;
96 uint16_t service_handle;
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h79 uint16_t app_id; /*!< Application ID */
87 uint16_t conn_id; /*!< Connection ID */
89 uint16_t mtu; /*!< MTU size */
97 uint16_t conn_id; /*!< Connection ID */
107 uint16_t conn_id; /*!< Connection ID */
108 uint16_t mtu; /*!< MTU size */
116 uint16_t conn_id; /*!< Connection ID */
124 uint16_t conn_id; /*!< Connection ID */
125 uint16_t start_handle; /*!< Service start handle */
126 uint16_t end_handle; /*!< Service end handle */
[all …]
Desp_gatts_api.h57 uint16_t app_id; /*!< Application ID */
64 uint16_t conn_id; /*!< Connection ID */
67 uint16_t handle; /*!< The attribute handle */
68uint16_t offset; /*!< The position offset to read. If the length of value is less t…
78 uint16_t conn_id; /*!< Connection ID */
81 uint16_t handle; /*!< The attribute handle */
82uint16_t offset; /*!< The position offset to write. If the length of value is less …
85 uint16_t len; /*!< The length of the write attribute value in bytes */
93 uint16_t conn_id; /*!< Connection ID */
105 uint16_t conn_id; /*!< Connection ID */
[all …]
Desp_gatt_defs.h429 typedef uint16_t esp_gatt_perm_t; ///< Type to represent GATT attribute permissions.
505 uint16_t uuid_length; /*!< Length of the UUID in bytes. */
507 uint16_t perm; /*!< Attribute permissions, defined by esp_gatt_perm_t. */
508 uint16_t max_length; /*!< Maximum length of the attribute's value. */
509 uint16_t length; /*!< Current length of the attribute's value. */
563 uint16_t attr_max_len; /*!< attribute max value length */
564 uint16_t attr_len; /*!< attribute current value length */
574uint16_t start_hdl; /*!< Gatt start handle value of included …
575uint16_t end_hdl; /*!< Gatt end handle value of included se…
576uint16_t uuid; /*!< Gatt attribute value UUID of include…
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_main.h26 uint16_t oob_info; /* Node OOB information */
29 uint16_t unicast_addr; /* Node unicast address */
31 uint16_t net_idx; /* Node NetKey Index */
38 uint16_t comp_length; /* Length of Composition Data */
50 bool bt_mesh_provisioner_check_is_addr_dup(uint16_t addr, uint8_t elem_num, bool comp_with_own);
52 uint16_t bt_mesh_provisioner_get_node_count(void);
57 uint16_t oob_info, uint16_t unicast_addr,
58 uint8_t element_num, uint16_t net_idx,
60 const uint8_t dev_key[16], uint16_t *index);
64 int bt_mesh_provisioner_restore_node_name(uint16_t addr, const char *name);
[all …]
Dlocal_operation.h19 int bt_mesh_model_subscribe_group_addr(uint16_t elem_addr, uint16_t mod_id,
20 uint16_t cid, uint16_t group_addr);
22 int bt_mesh_model_unsubscribe_group_addr(uint16_t elem_addr, uint16_t cid,
23 uint16_t mod_id, uint16_t group_addr);
25 const uint8_t *bt_mesh_node_get_local_net_key(uint16_t net_idx);
27 const uint8_t *bt_mesh_node_get_local_app_key(uint16_t app_idx);
29 int bt_mesh_node_local_net_key_add(uint16_t net_idx, const uint8_t net_key[16]);
31 int bt_mesh_node_local_app_key_add(uint16_t net_idx, uint16_t app_idx,
34 int bt_mesh_node_bind_app_key_to_model(uint16_t elem_addr, uint16_t mod_id,
35 uint16_t cid, uint16_t app_idx);
/hal_espressif-latest/components/esp_wifi/include/esp_private/
Desp_wifi_he_types_private.h81 uint16_t txop : 7;
82 uint16_t coding : 1;
83 uint16_t ldpc_extra_symbol_segment : 1;
84 uint16_t stbc : 1;
85 uint16_t beamformed : 1;
86 uint16_t pre_fec_padding_factor : 2;
87 uint16_t pe_disambiguity : 1;
88 uint16_t rsvd : 1;
89 uint16_t doppler : 1;
93 uint16_t txop : 7;
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_local_data_operation_api.h33 uint16_t esp_ble_mesh_get_primary_element_address(void);
50 uint16_t *esp_ble_mesh_is_model_subscribed_to_group(esp_ble_mesh_model_t *model,
51 uint16_t group_addr);
61 esp_ble_mesh_elem_t *esp_ble_mesh_find_element(uint16_t element_addr);
83 uint16_t company_id, uint16_t model_id);
95 uint16_t model_id);
118 esp_err_t esp_ble_mesh_model_subscribe_group_addr(uint16_t element_addr, uint16_t company_id,
119 uint16_t model_id, uint16_t group_addr);
134 esp_err_t esp_ble_mesh_model_unsubscribe_group_addr(uint16_t element_addr, uint16_t company_id,
135 uint16_t model_id, uint16_t group_addr);
[all …]
Desp_ble_mesh_networking_api.h101 uint16_t length, uint8_t *data);
121 uint16_t length, uint8_t *data,
145 uint16_t length, uint8_t *data,
190 esp_err_t esp_ble_mesh_provisioner_set_node_name(uint16_t index, const char *name);
202 const char *esp_ble_mesh_provisioner_get_node_name(uint16_t index);
212 uint16_t esp_ble_mesh_provisioner_get_node_index(const char *name);
224 esp_err_t esp_ble_mesh_provisioner_store_node_comp_data(uint16_t unicast_addr,
225 uint8_t *data, uint16_t length);
247 esp_ble_mesh_node_t *esp_ble_mesh_provisioner_get_node_with_addr(uint16_t unicast_addr);
266 uint16_t esp_ble_mesh_provisioner_get_prov_node_count(void);
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h118 uint16_t net_idx;
122 uint16_t net_idx;
123 uint16_t app_idx;
126 uint16_t element_addr;
127 uint16_t company_id;
128 uint16_t model_id;
129 uint16_t app_idx;
159 uint16_t oob_info;
160 uint16_t unicast_addr;
179 uint16_t addr;
[all …]
/hal_espressif-latest/components/driver/touch_sensor/esp32/include/driver/
Dtouch_sensor.h28 esp_err_t touch_pad_config(touch_pad_t touch_num, uint16_t threshold);
48 esp_err_t touch_pad_read(touch_pad_t touch_num, uint16_t *touch_value);
65 esp_err_t touch_pad_read_filtered(touch_pad_t touch_num, uint16_t *touch_value);
83 esp_err_t touch_pad_read_raw_data(touch_pad_t touch_num, uint16_t *touch_value);
95 typedef void (* filter_cb_t)(uint16_t *raw_value, uint16_t *filtered_value);
132 esp_err_t touch_pad_set_measurement_clock_cycles(uint16_t clock_cycle);
142 esp_err_t touch_pad_get_measurement_clock_cycles(uint16_t *clock_cycle);
156 esp_err_t touch_pad_set_measurement_interval(uint16_t interval_cycle);
166 esp_err_t touch_pad_get_measurement_interval(uint16_t *interval_cycle);
185 esp_err_t touch_pad_set_meas_time(uint16_t sleep_cycle, uint16_t meas_cycle)
[all …]
/hal_espressif-latest/components/bt/porting/include/os/
Dos_mbuf.h57 uint16_t omp_databuf_len;
74 uint16_t omp_len;
78 uint16_t omp_flags;
102 uint16_t om_len;
187 static inline uint16_t
190 uint16_t startoff; in _os_mbuf_leadingspace()
191 uint16_t leadingspace; in _os_mbuf_leadingspace()
198 leadingspace = (uint16_t) (OS_MBUF_DATA(om, uint8_t *) - in _os_mbuf_leadingspace()
222 static inline uint16_t
321 struct os_mbuf *r_os_msys_get(uint16_t dsize, uint16_t leadingspace);
[all …]

12345678910>>...21