Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-3.6.0/components/usb/
Dusbh.c75 } constant; member
99 } constant; member
154 dev_obj->constant.default_pipe = default_pipe_hdl; in device_alloc()
155 dev_obj->constant.port_hdl = port_hdl; in device_alloc()
157 dev_obj->constant.speed = speed; in device_alloc()
158 dev_obj->constant.desc = dev_desc; in device_alloc()
175 if (dev_obj->constant.config_desc) { in device_free()
176 heap_caps_free((usb_config_desc_t *)dev_obj->constant.config_desc); in device_free()
179 if (dev_obj->constant.str_desc_manu) { in device_free()
180 heap_caps_free((usb_str_desc_t *)dev_obj->constant.str_desc_manu); in device_free()
[all …]
Dusb_host.c72 } constant; member
86 } constant; member
121 } constant; member
151 } constant; member
193 xSemaphoreGiveFromISR(client_obj->constant.event_sem, &xTaskWoken); in _unblock_client()
196 xSemaphoreGive(client_obj->constant.event_sem); in _unblock_client()
219 xSemaphoreGiveFromISR(p_host_lib_obj->constant.event_sem, &xTaskWoken); in _unblock_lib()
222 xSemaphoreGive(p_host_lib_obj->constant.event_sem); in _unblock_lib()
233 xSemaphoreTake(p_host_lib_obj->constant.mux_lock, portMAX_DELAY); in send_event_msg_to_clients()
247 if (xQueueSend(client_obj->constant.event_msg_queue, event_msg, 0) == pdTRUE) { in send_event_msg_to_clients()
[all …]
Dhub.c187 } constant; member
263 if (hcd_port_get_speed(p_hub_driver_obj->constant.root_port_hdl, &speed) != ESP_OK) { in enum_stage_start()
271 …if (usbh_hub_add_dev(p_hub_driver_obj->constant.root_port_hdl, speed, &enum_dev_hdl, &enum_dflt_pi… in enum_stage_start()
284 if (hcd_port_command(p_hub_driver_obj->constant.root_port_hdl, HCD_PORT_CMD_RESET) != ESP_OK) { in enum_stage_second_reset()
706 …return p_hub_driver_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, in_isr, p_hub_driver_obj->constan… in root_port_callback()
715 …return p_hub_driver_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, in_isr, p_hub_driver_obj->constan… in enum_dflt_pipe_callback()
721 assert(port_hdl == p_hub_driver_obj->constant.root_port_hdl); in usbh_hub_req_callback()
738 …p_hub_driver_obj->constant.notif_cb(USB_NOTIF_SOURCE_HUB, false, p_hub_driver_obj->constant.notif_… in usbh_hub_req_callback()
898 hub_driver_obj->constant.root_port_hdl = port_hdl; in hub_install()
899 hub_driver_obj->constant.notif_cb = hub_config->notif_cb; in hub_install()
[all …]
/hal_espressif-3.6.0/docs/en/api-guides/
Dulps2_instruction_set.rst39 The other case is when the argument of ``MOVE`` instruction is not a label but a constant. In this …
141 3: .set value1, 0x03 //constant value1=0x03
177 3: .set value1, 0x03 //constant value1=0x03
211 3: .set value1, 0x03 //constant value1=0x03
246 3: .set value1, 0x03 //constant value1=0x03
281 3: .set value1, 0x03 //constant value1=0x03
316 3: .set value1, 0x03 //constant value1=0x03
352 3: .set value1, 0x03 //constant value1=0x03
392 .set offs, 0x00 // Define constant offs
430 .set offs, 0x00 // Define constant offs
[all …]
Dulp_instruction_set.rst38 The other case is when the argument of ``MOVE`` instruction is not a label but a constant. In this …
130 3: .set value1, 0x03 //constant value1=0x03
166 3: .set value1, 0x03 //constant value1=0x03
200 3: .set value1, 0x03 //constant value1=0x03
235 3: .set value1, 0x03 //constant value1=0x03
271 3: .set value1, 0x03 //constant value1=0x03
306 3: .set value1, 0x03 //constant value1=0x03
343 3: .set value1, 0x03 //constant value1=0x03
379 .set offs, 0x00 // Define constant offs
414 .set offs, 0x00 // Define constant offs
[all …]
Dmemory-types.rst15 Non-constant static data (.data) and zero-initialized data (.bss) is placed by the linker into Inte…
102 … the compiler will sometimes recognize that a variable or expression is constant (even if it is no…
141 By default, constant data is placed by the linker into a region mapped to the MMU flash cache. This…
143 The only constant data not placed into into this memory type by default are literal constants which…
Dcore_dump.rst92 …n choosing partition size note that core dump data structure introduces constant overhead of 20 by…
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpthread.rst61 Static initializer constant ``PTHREAD_ONCE_INIT`` is supported.
80 Static initializer constant ``PTHREAD_MUTEX_INITIALIZER`` is supported, but the non-standard static…
95 Static initializer constant ``PTHREAD_COND_INITIALIZER`` is supported.
111 Static initializer constant ``PTHREAD_RWLOCK_INITIALIZER`` is supported.
/hal_espressif-3.6.0/components/lwip/test_afl_host/
DMakefile3 …d-variable -Wno-error=deprecated-declarations -Wno-macro-redefined -Wno-constant-conversion -Wno-i…
/hal_espressif-3.6.0/components/xtensa/include/xtensa/
Dcoreasm.h323 .macro safe_movi_a0 constant
331 .long \constant // 32-bit constant to load into a0
336 movi a0, \constant // no LITBASE, can assume PC-relative L32R
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dmemory.ld.in74 /* Flash mapped constant data */
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/
Dmemory.ld.in74 /* Flash mapped constant data */
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dspi_flash_concurrency.rst42 …tion (for code which should be in IRAM) or garbage data to be read (for constant data which should…
/hal_espressif-3.6.0/components/heap/include/
Dheap_trace.inc56 argument to be a compile-time constant.
/hal_espressif-3.6.0/components/ulp/
DREADME.rst23 …scope will cause the compiler to produce an "initializer element is not constant" error. To fix th…
/hal_espressif-3.6.0/components/esp_system/ld/esp32/
Dmemory.ld.in86 /* Flash mapped constant data */
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dmemory.ld.in92 /* Flash mapped constant data */
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dmemory.ld.in92 /* Flash mapped constant data */
/hal_espressif-3.6.0/tools/kconfig/
Dkconfig-language.txt198 There are two types of symbols: constant and non-constant symbols.
199 Non-constant symbols are the most common ones and are defined with the
200 'config' statement. Non-constant symbols consist entirely of alphanumeric
/hal_espressif-3.6.0/components/freertos/
DKconfig14 # Intended to be used as a constant from other Kconfig files.
283 Use this constant to define the priority that the timer task will run at.
294 … Use this constant to define the size (in bytes) of the stack allocated for the timer task.
DHistory.txt135 configENFORCE_SYSTEM_CALLS_FROM_KERNEL_ONLY configuration constant.
421 constant. When configUSE_TASK_FPU_SUPPORT is set to 2 every task is
473 + Introduced the configSUPPORT_DYNAMIC_ALLOCATION configuration constant to
1140 + Added the configSYSTICK_CLOCK_HZ configuration constant.
1197 + Introduce new INCLUDE_xQueueGetMutexHolder configuration constant
1344 configuration constant configUSE_TRACE_FACILITY is now used to optionally
1486 configMAX_SYSCALL_INTERRUPT_PRIORITY constant works as expected no matter
2361 constant as a parameter. Instead the constant is used directly within
2482 + Changed the name of the constant portTICKS_PER_MS to portTICK_PERIOD_MS
/hal_espressif-3.6.0/components/spi_flash/
DREADME_legacy.rst58 …tion (for code which should be in IRAM) or garbage data to be read (for constant data which should…
/hal_espressif-3.6.0/
D.pylintrc430 # Naming style matching correct constant names.
433 # Regular expression matching correct constant names. Overrides const-naming-
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Di2s.rst270 …screte, the inactive channels within total channels will be filled by a constant automatically. Bu…
Dledc.rst81 Once the channel starts operating and generating the PWM signal with the constant duty cycle and fr…

12