Home
last modified time | relevance | path

Searched refs:uint8_t (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h25 int bt_mesh_aes_cmac(const uint8_t key[16], struct bt_mesh_sg *sg,
26 size_t sg_len, uint8_t mac[16]);
28 static inline int bt_mesh_aes_cmac_one(const uint8_t key[16], const void *m, in bt_mesh_aes_cmac_one()
29 size_t len, uint8_t mac[16]) in bt_mesh_aes_cmac_one()
36 static inline bool bt_mesh_s1(const char *m, uint8_t salt[16]) in bt_mesh_s1()
38 const uint8_t zero[16] = { 0 }; in bt_mesh_s1()
43 int bt_mesh_k1(const uint8_t *ikm, size_t ikm_len, const uint8_t salt[16],
44 const char *info, uint8_t okm[16]);
48 const uint8_t salt[16] = salt_str; \
52 int bt_mesh_k2(const uint8_t n[16], const uint8_t *p, size_t p_len,
[all …]
Dprovisioner_prov.h30 uint8_t addr[6];
31 uint8_t addr_type;
32 uint8_t uuid[16];
34 uint8_t bearer;
38 uint8_t addr[6];
39 uint8_t addr_type;
40 uint8_t uuid[16];
50 uint8_t flags;
53 uint8_t flag;
72 void bt_mesh_provisioner_clear_link_info(const uint8_t addr[6]);
[all …]
Dprovisioner_main.h23 uint8_t addr[6]; /* Node device address */
24 uint8_t addr_type; /* Node device address type */
25 uint8_t dev_uuid[16]; /* Node Device UUID */
30 uint8_t element_num; /* Node element number */
32 uint8_t flags; /* Node key refresh flag and iv update flag */
34 uint8_t dev_key[16]; /* Node device key */
39 uint8_t *comp_data; /* Value of Composition Data */
50 bool bt_mesh_provisioner_check_is_addr_dup(uint16_t addr, uint8_t elem_num, bool comp_with_own);
56 int bt_mesh_provisioner_provision(const bt_mesh_addr_t *addr, const uint8_t uuid[16],
58 uint8_t element_num, uint16_t net_idx,
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/usb/
Dusb_common.h111 uint8_t bLength;
112 uint8_t bDescriptorType;
114 uint8_t bDeviceClass;
115 uint8_t bDeviceSubClass;
116 uint8_t bDeviceProtocol;
117 uint8_t bMaxPacketSize0;
121 uint8_t iManufacturer;
122 uint8_t iProduct;
123 uint8_t iSerialNumber;
124 uint8_t bNumConfigurations;
[all …]
Dusb_cdc.h106 uint8_t bFunctionLength;
107 uint8_t bDescriptorType;
108 uint8_t bDescriptorSubtype;
114 uint8_t bFunctionLength;
115 uint8_t bDescriptorType;
116 uint8_t bDescriptorSubtype;
117 uint8_t bControlInterface;
118 uint8_t bSubordinateInterface0;
123 uint8_t bFunctionLength;
124 uint8_t bDescriptorType;
[all …]
Dusb_device.h41 uint8_t bmRequestType; /**< characteristics of the specific request */
42 uint8_t bRequest; /**< specific request */
55 uint8_t *param);
60 typedef void (*usb_ep_callback)(uint8_t ep,
68 int32_t *transfer_len, uint8_t **payload_data);
73 typedef void (*usb_interface_config)(uint8_t bInterfaceNumber);
91 uint8_t ep_addr;
115 uint8_t *payload_data;
120 uint8_t *vendor_data;
136 const uint8_t *usb_device_description;
[all …]
/hal_espressif-latest/components/soc/include/soc/
Dspi_periph.h41 const uint8_t spiclk_out; //GPIO mux output signals
42 const uint8_t spiclk_in;
43 const uint8_t spid_out;
44 const uint8_t spiq_out;
45 const uint8_t spiwp_out;
46 const uint8_t spihd_out;
48 const uint8_t spid4_out;
49 const uint8_t spid5_out;
50 const uint8_t spid6_out;
51 const uint8_t spid7_out;
[all …]
Dusb_dwc_periph.h20 const uint8_t extphy_vp_in;
21 const uint8_t extphy_vm_in;
22 const uint8_t extphy_rcv_in;
23 const uint8_t extphy_oen_out;
24 const uint8_t extphy_vpo_out;
25 const uint8_t extphy_vmo_out;
26 const uint8_t extphy_suspend_in;
27 const uint8_t extphy_speed_in;
28 const uint8_t srp_bvalid_in;
29 const uint8_t srp_sessend_in;
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/usb/
Dusb_common.h111 uint8_t bLength;
112 uint8_t bDescriptorType;
114 uint8_t bDeviceClass;
115 uint8_t bDeviceSubClass;
116 uint8_t bDeviceProtocol;
117 uint8_t bMaxPacketSize0;
121 uint8_t iManufacturer;
122 uint8_t iProduct;
123 uint8_t iSerialNumber;
124 uint8_t bNumConfigurations;
[all …]
Dusb_cdc.h107 uint8_t bFunctionLength;
108 uint8_t bDescriptorType;
109 uint8_t bDescriptorSubtype;
115 uint8_t bFunctionLength;
116 uint8_t bDescriptorType;
117 uint8_t bDescriptorSubtype;
118 uint8_t bControlInterface;
119 uint8_t bSubordinateInterface0;
124 uint8_t bFunctionLength;
125 uint8_t bDescriptorType;
[all …]
Dusb_device.h41 uint8_t bmRequestType; /**< characteristics of the specific request */
42 uint8_t bRequest; /**< specific request */
55 uint8_t *param);
60 typedef void (*usb_ep_callback)(uint8_t ep,
68 int32_t *transfer_len, uint8_t **payload_data);
73 typedef void (*usb_interface_config)(uint8_t bInterfaceNumber);
91 uint8_t ep_addr;
115 uint8_t *payload_data;
120 uint8_t *vendor_data;
136 const uint8_t *usb_device_description;
[all …]
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h52 uint8_t schan; /**< start channel */
53 uint8_t nchan; /**< total channel number */
176 uint8_t *ssid; /**< SSID of AP */
177 uint8_t *bssid; /**< MAC address of AP */
178 uint8_t channel; /**< channel, scan the specific channel */
182uint8_t home_chan_dwell_time;/**< time spent at home channel between scanning consecutive channels…
213uint8_t bss_color:6; /**< an unsigned integer whose value is the BSS Color of the…
214uint8_t partial_bss_color:1; /**< indicate if an AID assignment rule based on the BSS col…
215 uint8_t bss_color_disabled:1; /**< indicate if the use of BSS color is disabled */
216uint8_t bssid_index; /**< in M-BSSID set, identifies the nontransmitted BSSID */
[all …]
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wifi_driver.h89 uint8_t ie_data[];
94 uint8_t ssid[32];
98 uint8_t *bssid;
99 uint8_t chan;
101 uint8_t *ssid;
102 uint8_t *wpa;
103 uint8_t *rsn;
104 uint8_t *wps;
116 uint8_t rsnxe_capa;
122 int (*wpa_sta_connect)(uint8_t *bssid);
[all …]
/hal_espressif-latest/components/esp_rom/include/
Desp_rom_regi2c.h25 uint8_t esp_rom_regi2c_read(uint8_t block, uint8_t host_id, uint8_t reg_add);
37 uint8_t esp_rom_regi2c_read_mask(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t msb, uint…
47 void esp_rom_regi2c_write(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t data);
59 void esp_rom_regi2c_write_mask(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t msb, uint8_…
/hal_espressif-latest/components/hal/include/hal/
Decc_hal.h62 void ecc_hal_write_mul_param(const uint8_t *k, const uint8_t *px, const uint8_t *py, uint16_t len);
74 void ecc_hal_write_verify_param(const uint8_t *px, const uint8_t *py, uint16_t len);
91 int ecc_hal_read_mul_result(uint8_t *rx, uint8_t *ry, uint16_t len);
120 void ecc_hal_write_jacob_verify_param(const uint8_t *qx, const uint8_t *qy, const uint8_t *qz, uint…
138 int ecc_hal_read_jacob_mul_result(uint8_t *rx, uint8_t *ry, uint8_t *rz, uint16_t len);
152 …cc_hal_write_point_add_param(const uint8_t *px, const uint8_t *py, const uint8_t *qx, const uint8_…
168 int ecc_hal_read_point_add_result(uint8_t *rx, uint8_t *ry, uint8_t *rz, uint16_t len, bool read_ja…
180 void ecc_hal_write_mod_op_param(const uint8_t *a, const uint8_t *b, uint16_t len);
194 int ecc_hal_read_mod_op_result(uint8_t *r, uint16_t len);
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_regi2c_esp32h2.c81 uint8_t esp_rom_regi2c_read(uint8_t block, uint8_t host_id, uint8_t reg_add) __attribute__((alias("…
82 uint8_t esp_rom_regi2c_read_mask(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t msb, uint…
83 void esp_rom_regi2c_write(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t data) __attribut…
84 void esp_rom_regi2c_write_mask(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t msb, uint8_…
86 static IRAM_ATTR uint8_t regi2c_enable_block(uint8_t block) in regi2c_enable_block()
115 return (uint8_t)(i2c_sel ? 0: 1); in regi2c_enable_block()
118 uint8_t IRAM_ATTR regi2c_read_impl(uint8_t block, uint8_t host_id, uint8_t reg_add) in regi2c_read_impl()
121 uint8_t i2c_sel = regi2c_enable_block(block); in regi2c_read_impl()
128 uint8_t ret = REG_GET_FIELD(I2C_ANA_MST_I2C_CTRL_REG(i2c_sel), REGI2C_RTC_DATA); in regi2c_read_impl()
133 uint8_t IRAM_ATTR regi2c_read_mask_impl(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t ms… in regi2c_read_mask_impl()
[all …]
Desp_rom_hp_regi2c_esp32c6.c80 uint8_t esp_rom_regi2c_read(uint8_t block, uint8_t host_id, uint8_t reg_add) __attribute__((alias("…
81 uint8_t esp_rom_regi2c_read_mask(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t msb, uint…
82 void esp_rom_regi2c_write(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t data) __attribut…
83 void esp_rom_regi2c_write_mask(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t msb, uint8_…
85 static IRAM_ATTR uint8_t regi2c_enable_block(uint8_t block) in regi2c_enable_block()
116 return (uint8_t)(i2c_sel ? 0: 1); in regi2c_enable_block()
119 uint8_t IRAM_ATTR regi2c_read_impl(uint8_t block, uint8_t host_id, uint8_t reg_add) in regi2c_read_impl()
122 uint8_t i2c_sel = regi2c_enable_block(block); in regi2c_read_impl()
129 uint8_t ret = REG_GET_FIELD(I2C_ANA_MST_I2C_CTRL_REG(i2c_sel), REGI2C_RTC_DATA); in regi2c_read_impl()
134 uint8_t IRAM_ATTR regi2c_read_mask_impl(uint8_t block, uint8_t host_id, uint8_t reg_add, uint8_t ms… in regi2c_read_mask_impl()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h30 uint8_t net_transmit; /* Network Transmit state */
31 uint8_t relay; /* Relay Mode state */
32 uint8_t relay_retransmit; /* Relay Retransmit state */
33 uint8_t beacon; /* Secure Network Beacon state */
34 uint8_t gatt_proxy; /* GATT Proxy state */
35 uint8_t frnd; /* Friend state */
36 uint8_t default_ttl; /* Default TTL */
44 uint8_t period;
45 uint8_t ttl;
57 uint8_t min_hops;
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dstate_transition.h27 uint8_t trans_time, uint8_t delay);
30 uint8_t trans_time, uint8_t delay);
33 uint8_t trans_time, uint8_t delay);
36 uint8_t trans_time, uint8_t delay);
39 uint8_t trans_time, uint8_t delay);
42 uint8_t trans_time, uint8_t delay);
45 uint8_t trans_time, uint8_t delay);
48 uint8_t trans_time, uint8_t delay);
51 uint8_t trans_time, uint8_t delay);
54 uint8_t trans_time, uint8_t delay);
[all …]
Dtime_scene_server.h80 uint8_t tai_seconds[5];
81 uint8_t subsecond;
82 uint8_t uncertainty;
83 uint8_t time_zone_offset_curr;
84 uint8_t time_zone_offset_new;
85 uint8_t tai_zone_change[5];
89 uint8_t tai_delta_change[5];
91 uint8_t time_role;
108 uint8_t scene_type; /* Indicate the type of scene value */
178 uint8_t status_code;
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h48 uint8_t net_transmit; /*!< Network Transmit state */
49 uint8_t relay; /*!< Relay Mode state */
50 uint8_t relay_retransmit; /*!< Relay Retransmit state */
51 uint8_t beacon; /*!< Secure Network Beacon state */
52 uint8_t gatt_proxy; /*!< GATT Proxy state */
53 uint8_t friend_state; /*!< Friend state */
54 uint8_t default_ttl; /*!< Default TTL */
62 uint8_t period; /*!< Period for sending Heartbeat messages */
63 uint8_t ttl; /*!< TTL to be used when sending Heartbeat messages */
75 uint8_t min_hops; /*!< Minimum hops when receiving Heartbeat messages */
[all …]
Desp_ble_mesh_time_scene_model_api.h74 uint8_t tai_seconds[5]; /*!< The current TAI time in seconds */
75 uint8_t sub_second; /*!< The sub-second time in units of 1/256 second */
76 uint8_t uncertainty; /*!< The estimated uncertainty in 10-millisecond steps */
79 uint8_t time_zone_offset; /*!< The local time zone offset in 15-minute increments */
84 uint8_t time_zone_offset_new; /*!< Upcoming local time zone offset */
85 uint8_t tai_zone_change[5]; /*!< TAI Seconds time of the upcoming Time Zone Offset change */
92 uint8_t tai_delta_change[5]; /*!< TAI Seconds time of the upcoming TAI-UTC Delta change */
97 uint8_t time_role; /*!< The Time Role for the element */
109 uint8_t tid; /*!< Transaction ID */
110 uint8_t trans_time; /*!< Time to complete state transition (optional) */
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dlighting_client.h50 uint8_t remain_time; /* Time to complete state transition (C.1) */
57 uint8_t remain_time; /* Time to complete state transition (C.1) */
69 uint8_t status_code; /* Status Code for the requesting message */
77 uint8_t tid; /* Transaction Identifier */
78 uint8_t trans_time; /* Time to complete state transition (optional) */
79 uint8_t delay; /* Indicate message execution delay (C.1) */
85 uint8_t tid; /* Transaction Identifier */
86 uint8_t trans_time; /* Time to complete state transition (optional) */
87 uint8_t delay; /* Indicate message execution delay (C.1) */
124 uint8_t remain_time; /* Time to complete state transition (C.1) */
[all …]
/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h89 uint8_t sta_bssid[6]; /*!< BSSID of station interface */
91 uint8_t *sta_ssid; /*!< SSID of station interface */
93 uint8_t *sta_passwd; /*!< password of station interface */
95 uint8_t *softap_ssid; /*!< SSID of softap interface */
97 uint8_t *softap_passwd; /*!< password of station interface */
99 uint8_t softap_authmode; /*!< authentication mode of softap interface */
101 uint8_t softap_max_conn_num; /*!< max connection number of softap interface */
103 uint8_t softap_channel; /*!< channel of softap interface */
105 uint8_t sta_max_conn_retry; /*!< max retry of sta establish connection */
107 uint8_t sta_conn_end_reason; /*!< reason of sta connection end */
[all …]
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dsecure_boot.h46 ets_secure_boot_status_t ets_secure_boot_verify_bootloader_with_keys(uint8_t *verified_hash, const …
60 …secure_boot_signature_t *sig, const uint8_t *image_digest, const ets_secure_boot_key_digests_t *tr…
78 uint8_t magic_byte;
79 uint8_t version;
80 uint8_t _reserved1;
81 uint8_t _reserved2;
82 uint8_t image_digest[32];
84 uint8_t signature[384];
86 uint8_t _padding[16];
92 uint8_t magic_byte;
[all …]

12345678910>>...42