Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 131) sorted by relevance

123456

/hal_espressif-latest/components/soc/esp32/include/soc/
DKconfig.soc_caps.in19 int
151 int
179 int
183 int
187 int
191 int
195 int
199 int
203 int
207 int
[all …]
/hal_espressif-latest/components/soc/esp32s2/include/soc/
DKconfig.soc_caps.in207 int
211 int
215 int
219 int
223 int
227 int
231 int
235 int
239 int
243 int
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
DKconfig.soc_caps.in227 int
231 int
235 int
239 int
243 int
247 int
251 int
255 int
259 int
263 int
[all …]
/hal_espressif-latest/components/soc/esp32s3/include/soc/
DKconfig.soc_caps.in15 int
243 int
247 int
251 int
255 int
259 int
263 int
267 int
271 int
275 int
[all …]
/hal_espressif-latest/components/soc/esp32h2/include/soc/
DKconfig.soc_caps.in7 int
231 int
235 int
239 int
243 int
247 int
251 int
255 int
259 int
263 int
[all …]
/hal_espressif-latest/components/soc/esp32c2/include/soc/
DKconfig.soc_caps.in111 int
115 int
119 int
123 int
127 int
131 int
135 int
139 int
143 int
147 int
[all …]
/hal_espressif-latest/components/soc/esp32c3/include/soc/
DKconfig.soc_caps.in183 int
187 int
191 int
195 int
199 int
203 int
207 int
211 int
215 int
219 int
[all …]
/hal_espressif-latest/tools/esptool_py/esptool/
Duf2_writer.py27 chip_id: int, argument
29 chunk_size: int, argument
47 def __exit__(self, exc_type: str, exc_val: int, exc_tb: List) -> None: argument
52 def _to_uint32(num: int) -> bytes: argument
56 self, addr: int, chunk: bytes, len_chunk: int, block_no: int, blocks: int argument
85 def add_file(self, addr: int, image: bytes) -> None: argument
Dutil.py30 return (int(a) + int(b) - 1) // int(b)
40 return int(size[: size.index("MB")]) * 1024 * 1024
42 return int(size[: size.index("KB")]) * 1024
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in58 int
66 int "Maximum number of concurrent connections"
82 int "Maximum number of bonds to save across reboots"
89 int "Maximum number of CCC descriptors to save across reboots"
96 int "Maximum number of connection oriented channels"
126 int
133 int "NimBLE Host task stack size"
223 int "Security level"
234 int "Enable Secure Connections Only Mode"
262 int "Maximum length of BLE device name in octets"
[all …]
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in19 int "HCI UART port"
31 int "HCI uart Tx gpio"
36 int "HCI uart Rx gpio"
41 int "HCI uart RTS gpio"
46 int "HCI uart CTS gpio"
51 int "HCI uart baudrate"
77 int "The size of rx ring buffer memory"
84 int "The size of tx ring buffer memory"
91 int "HCI transport task stack size"
137 int "Maximum number of extended advertising instances."
[all …]
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in37 int "HCI UART port"
49 int "HCI uart Tx gpio"
54 int "HCI uart Rx gpio"
59 int "HCI uart RTS gpio"
64 int "HCI uart CTS gpio"
69 int "HCI uart baudrate"
95 int "The size of rx ring buffer memory"
102 int "The size of tx ring buffer memory"
109 int "HCI transport task stack size"
116 int "The amount of rx memory received at the same time"
[all …]
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in37 int "HCI UART port"
49 int "HCI uart Tx gpio"
54 int "HCI uart Rx gpio"
59 int "HCI uart RTS gpio"
64 int "HCI uart CTS gpio"
69 int "HCI uart baudrate"
95 int "The size of rx ring buffer memory"
102 int "The size of tx ring buffer memory"
109 int "HCI transport task stack size"
116 int "The amount of rx memory received at the same time"
[all …]
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dchip_specific_config.py60 rev_number = int(revision)
63 chip_revisions = sorted(list(conf[chip].keys()), key=int)
65 if int(rev) > rev_number:
/hal_espressif-latest/components/esp_coex/
DKconfig59 int "Max number of debugging GPIOs"
65 int "Actual IO num for Debug IO ID0"
79 int "Actual IO num for Debug IO ID1"
93 int "Actual IO num for Debug IO ID2"
107 int "Actual IO num for Debug IO ID3"
121 int "Actual IO num for Debug IO ID4"
135 int "Actual IO num for Debug IO ID5"
149 int "Actual IO num for Debug IO ID6"
163 int "Actual IO num for Debug IO ID7"
177 int "Actual IO num for Debug IO ID8"
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.hw_support32 int
39 int
48 int
62 int
67 int
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.hw_support19 int
24 int
38 int
43 int
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.hw_support19 int
24 int
38 int
43 int
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DKconfig.hw_support21 int
27 int
41 int
46 int
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
DKconfig.hw_support21 int
27 int
41 int
46 int
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
DKconfig.hw_support23 int
30 int
44 int
49 int
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
DKconfig.hw_support27 int
36 int
50 int
55 int
/hal_espressif-latest/components/soc/linux/include/soc/
DKconfig.soc_caps.in7 int
11 int
/hal_espressif-latest/components/esp_hw_support/
DREADME.md27 -int chan_id
38 #int event_id
45 #int task_id
52 -int chan_id
58 -int chan_id
/hal_espressif-latest/tools/esptool_py/espsecure/esp_hsm_sign/
D__init__.py58 if slot.slot_id == int(config["slot"]):
105 e = int.from_bytes(exponent, byteorder="big")
106 n = int.from_bytes(modulus, byteorder="big")
143 r = int(binascii.hexlify(signature[:32]), 16)
144 s = int(binascii.hexlify(signature[32:]), 16)

123456