/hal_espressif-2.7.6/docs/_static/diagrams/twai/ |
D | bit_timing.diag | 1 #Example of bit timing configuration for 500KBPS
|
/hal_espressif-2.7.6/components/hal/include/hal/ |
D | sdio_slave_ll.h | 82 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()
|
D | sdio_slave_hal.h | 209 …sdio_slave_timing_t timing; /**< Timing mode (launch edge and latch edge settings). Sh… member
|
/hal_espressif-2.7.6/components/driver/include/driver/ |
D | sdio_slave.h | 36 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/ |
D | README.md | 35 * The capture module captures input signal(digital i.e. hall sensor value, etc), timing between two…
|
/hal_espressif-2.7.6/components/sdmmc/ |
D | sdmmc_io.c | 461 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/ |
D | spi_slave.rst | 167 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…
|
D | i2c.rst | 274 …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
|
D | spi_master.rst | 98 **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
|
D | twai.rst | 177 :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…
|
D | uart.rst | 9 …ansmitter (UART) is a hardware feature that handles communication (i.e., timing requirements and d…
|
/hal_espressif-2.7.6/components/driver/ |
D | sdio_slave.c | 237 context.hal->timing = config->timing; in init_context()
|
/hal_espressif-2.7.6/docs/en/hw-reference/esp32s2/ |
D | user-guide-esp32-s2-kaluga-1-kit-v1.2.rst | 336 …- 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/ |
D | i2s_struct.h | 174 } timing; member
|
/hal_espressif-2.7.6/components/soc/esp32/include/soc/ |
D | i2s_struct.h | 162 } timing; member
|
/hal_espressif-2.7.6/examples/system/esp_timer/ |
D | README.md | 12 …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/ |
D | sdio_slave_hal.c | 173 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/ |
D | BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md | 230 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/ |
D | BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md | 55 …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/ |
D | memory-types.rst | 62 - Some timing critical code may be placed into IRAM to reduce the penalty associated with loading t…
|
D | lwip.rst | 222 - ``TCP_KEEPCNT`` (int value, number of keepalive probes before timing out)
|
/hal_espressif-2.7.6/docs/en/security/ |
D | secure-boot-v2.rst | 53 - 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…
|
D | secure-boot-v1.rst | 183 … 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/ |
D | Kconfig.in | 291 accuracy, or other error sources contribute to the inaccurate timing during sleep.
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | heap_debug.rst | 431 - Allocations may be made by other tasks in the system. Depending on the timing of these tasks, it'…
|