/hal_espressif-latest/components/spi_flash/sim/ |
D | SpiFlash.cpp | 241 void SpiFlash::set_erase_cycles_limit(uint32_t limit) in set_erase_cycles_limit() argument 243 this->erase_cycles_limit = limit; in set_erase_cycles_limit() 246 void SpiFlash::set_total_erase_cycles_limit(uint32_t limit) in set_total_erase_cycles_limit() argument 248 this->total_erase_cycles_limit = limit; in set_total_erase_cycles_limit()
|
D | SpiFlash.h | 43 void set_erase_cycles_limit(uint32_t limit); 44 void set_total_erase_cycles_limit(uint32_t limit);
|
/hal_espressif-latest/zephyr/port/heap/ |
D | heap_caps_zephyr.c | 69 void heap_caps_malloc_extmem_enable(size_t limit) in heap_caps_malloc_extmem_enable() argument 71 (void)limit; in heap_caps_malloc_extmem_enable()
|
/hal_espressif-latest/components/heap/ |
D | heap_caps_linux.c | 64 void heap_caps_malloc_extmem_enable(size_t limit) in heap_caps_malloc_extmem_enable() argument 66 (void)limit; in heap_caps_malloc_extmem_enable()
|
D | heap_caps.c | 212 void heap_caps_malloc_extmem_enable(size_t limit) in heap_caps_malloc_extmem_enable() argument 214 malloc_alwaysinternal_limit=limit; in heap_caps_malloc_extmem_enable()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 362 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() argument 364 dev->tx_lim[channel].limit = limit; in rmt_ll_tx_set_limit() 570 static inline void rmt_ll_rx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_rx_set_limit() argument 572 dev->rx_lim[channel].rx_lim = limit; in rmt_ll_rx_set_limit()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | rmt_ll.h | 388 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() argument 390 dev->chn_tx_lim[channel].tx_lim_chn = limit; in rmt_ll_tx_set_limit() 608 static inline void rmt_ll_rx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_rx_set_limit() argument 610 dev->chm_rx_lim[channel].rx_lim_chm = limit; in rmt_ll_rx_set_limit()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | rmt_ll.h | 377 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() argument 379 dev->chn_tx_lim[channel].tx_lim_chn = limit; in rmt_ll_tx_set_limit() 585 static inline void rmt_ll_rx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_rx_set_limit() argument 587 dev->chm_rx_lim[channel].rmt_rx_lim_chm = limit; in rmt_ll_rx_set_limit()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | rmt_ll.h | 374 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() argument 376 dev->chn_tx_lim[channel].tx_lim_chn = limit; in rmt_ll_tx_set_limit() 582 static inline void rmt_ll_rx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_rx_set_limit() argument 584 dev->chm_rx_lim[channel].rmt_rx_lim_chm = limit; in rmt_ll_rx_set_limit()
|
/hal_espressif-latest/components/heap/include/ |
D | esp_heap_caps.h | 344 void heap_caps_malloc_extmem_enable(size_t limit);
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | rmt_ll.h | 258 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() argument 260 dev->tx_lim_ch[channel].limit = limit; in rmt_ll_tx_set_limit()
|
D | emac_ll.h | 237 static inline void emac_ll_set_back_off_limit(emac_mac_dev_t *mac_regs, uint32_t limit) in emac_ll_set_back_off_limit() argument 239 mac_regs->gmacconfig.backofflimit = limit; in emac_ll_set_back_off_limit()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rmt_struct.h | 210 …uint32_t limit: 9; /*When channel0-7 sends more than reg_rmt_tx_lim_ch0 d… member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rmt_struct.h | 189 uint32_t limit: 9; member
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | rmt_ll.h | 356 static inline void rmt_ll_tx_set_limit(rmt_dev_t *dev, uint32_t channel, uint32_t limit) in rmt_ll_tx_set_limit() argument 358 dev->chn_tx_lim[channel].tx_lim_chn = limit; in rmt_ll_tx_set_limit()
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 659 Set this option to set the upper limit for number of periodic sync 669 Set this option to set the upper limit for number of periodic advertiser list. 690 Set this option to set the upper limit on number of connections to be cached. 696 … Set this option to set the upper limit on number of services per connection to be cached. 702 … Set this option to set the upper limit on number of characteristics per connection to be cached. 708 … Set this option to set the upper limit on number of descriptors per connection to be cached.
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 193 Set this option to set the upper limit for number of periodic sync 202 Set this option to set the upper limit for number of periodic advertiser list. 439 prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection"
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 212 Set this option to set the upper limit for number of periodic sync 222 Set this option to set the upper limit for number of periodic advertiser list. 473 prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection"
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 212 Set this option to set the upper limit for number of periodic sync 222 Set this option to set the upper limit for number of periodic advertiser list. 464 prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection"
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 201 up to 32766 unprovisioned devices, here we limit the maximum number to 100 202 just to limit the memory used by a Provisioner. The bigger the value is, the 596 additional upper limit of 144 hours). 1140 This option removes the 96 hour limit of the IV Update Procedure and
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 348 prompt "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection"
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 41 … If a dynamic RX buffer limit is set, it should be at least the number of static RX buffers.
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 455 …g for the first acknowledgement packet. No more than this "max in flight" limit can be un-acknowle…
|