Home
last modified time | relevance | path

Searched refs:timing (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-2.7.6/docs/_static/diagrams/twai/
Dbit_timing.diag1 #Example of bit timing configuration for 500KBPS
/hal_espressif-2.7.6/components/hal/include/hal/
Dsdio_slave_ll.h82 static inline void sdio_slave_ll_set_timing(host_dev_t *host, sdio_slave_timing_t timing) in sdio_slave_ll_set_timing() argument
84 switch(timing) { in sdio_slave_ll_set_timing()
Dsdio_slave_hal.h209 …sdio_slave_timing_t timing; /**< Timing mode (launch edge and latch edge settings). Sh… member
/hal_espressif-2.7.6/components/driver/include/driver/
Dsdio_slave.h36 sdio_slave_timing_t timing; ///< timing of sdio_slave. see `sdio_slave_timing_t`. member
/hal_espressif-2.7.6/examples/peripherals/mcpwm/mcpwm_basic_config/
DREADME.md35 * The capture module captures input signal(digital i.e. hall sensor value, etc), timing between two…
/hal_espressif-2.7.6/components/sdmmc/
Dsdmmc_io.c461 bool timing = data[0] & BIT(2); in cis_tuple_func_cftable_entry() local
463 …%d, io_space: %d, timing: %d, power: %d\n", *(data++), misc, mem_space, irq, io_sp, timing, power); in cis_tuple_func_cftable_entry()
466 CIS_CHECK_UNSUPPORTED(!timing); //timing descriptor is not handled yet in cis_tuple_func_cftable_entry()
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dspi_slave.rst167 On top of that, there are additional requirements for the data to meet the timing constraints:
202 …signal has to be launched half a clock cycle earlier to meet the timing. The new timing is as foll…
206 … edge or communicate in SPI modes 1 or 3. If your Host cannot meet these timing requirements, init…
Di2c.rst274 …lling dedicated functions given in the table below. Please note that the timing values are defined…
284 * - SCL and SDA signal timing used during generation of **start** signals
286 * - SCL and SDA signal timing used during generation of **stop** signals
Dspi_master.rst98 **Dummy** This phase is configurable and is used to meet the timing requirements.
207 … the function :cpp:func:`spi_bus_add_device`. Make sure to configure any timing requirements the d…
445 …hen the delay is too long, the setup slack is < 0, which means the setup timing requirement is vio…
485 - Compensate the timing correctly with dummy bits for half-duplex transactions
Dtwai.rst177 :caption: Bit timing configuration for 500kbit/s given BRP = 8
187 Bit timing **macro initializers** are also available for commonly used bit rates. The following mac…
Duart.rst9 …ansmitter (UART) is a hardware feature that handles communication (i.e., timing requirements and d…
/hal_espressif-2.7.6/components/driver/
Dsdio_slave.c237 context.hal->timing = config->timing; in init_context()
/hal_espressif-2.7.6/docs/en/hw-reference/esp32s2/
Duser-guide-esp32-s2-kaluga-1-kit-v1.2.rst336 …- Incorrect timing sequence is fed to strapping pins IO45 and IO46 when the board is powered on. I…
340 …- Incorrect timing sequence is fed to strapping pins IO45 and IO46 when the board is powered on. I…
344 …- Incorrect timing sequence is fed to strapping pin IO46 when the board is powered on. It stops th…
348 …- Incorrect timing sequence is fed to strapping pin IO46 when the board is powered on. It stops th…
/hal_espressif-2.7.6/components/soc/esp32s2/include/soc/
Di2s_struct.h174 } timing; member
/hal_espressif-2.7.6/components/soc/esp32/include/soc/
Di2s_struct.h162 } timing; member
/hal_espressif-2.7.6/examples/system/esp_timer/
DREADME.md12 …the time since boot in microseconds. This can be useful for fine-grained timing in tasks and ISRs …
/hal_espressif-2.7.6/components/hal/
Dsdio_slave_hal.c173 sdio_slave_ll_set_timing(hal->host, hal->timing); in sdio_slave_hal_hw_init()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/
DBLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md230 The timing sequence diagram of this demo is shown below:
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/
DBLE_Mesh_WiFi_Coexist_Example_Walkthrough.md55 …idth on IP networks. It supports tuning of various parameters related to timing, buffers and proto…
/hal_espressif-2.7.6/docs/en/api-guides/
Dmemory-types.rst62 - Some timing critical code may be placed into IRAM to reduce the penalty associated with loading t…
Dlwip.rst222 - ``TCP_KEEPCNT`` (int value, number of keepalive probes before timing out)
/hal_espressif-2.7.6/docs/en/security/
Dsecure-boot-v2.rst53 - No secrets are stored on the device. Therefore immune to passive side-channel attacks (timing or…
262 … or signing process using espsecure.py. Both processes are vulnerable to timing or other side-chan…
Dsecure-boot-v1.rst183 … or signing process using espsecure.py. Both processes are vulnerable to timing or other side-chan…
/hal_espressif-2.7.6/components/bt/controller/esp32/
DKconfig.in291 accuracy, or other error sources contribute to the inaccurate timing during sleep.
/hal_espressif-2.7.6/docs/en/api-reference/system/
Dheap_debug.rst431 - Allocations may be made by other tasks in the system. Depending on the timing of these tasks, it'…

12