Home
last modified time | relevance | path

Searched defs:baud (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/components/app_update/
Dotatool.py54 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_… argument
/hal_espressif-2.7.6/components/partition_table/
Dparttool.py72 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_… argument
/hal_espressif-2.7.6/components/espcoredump/corefile/
Dloader.py419 def __init__(self, offset, target='esp32', port=None, baud=None): argument
/hal_espressif-2.7.6/components/hal/esp32/include/hal/
Duart_ll.h109 FORCE_INLINE_ATTR void uart_ll_set_baudrate(uart_dev_t *hw, uint32_t baud) in uart_ll_set_baudrate()
/hal_espressif-2.7.6/components/hal/esp32s2/include/hal/
Duart_ll.h106 FORCE_INLINE_ATTR void uart_ll_set_baudrate(uart_dev_t *hw, uint32_t baud) in uart_ll_set_baudrate()
/hal_espressif-2.7.6/components/hal/esp32s3/include/hal/
Duart_ll.h137 FORCE_INLINE_ATTR void uart_ll_set_baudrate(uart_dev_t *hw, uint32_t baud) in uart_ll_set_baudrate()
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/
Duart_ll.h152 static inline void uart_ll_set_baudrate(uart_dev_t *hw, uint32_t baud) in uart_ll_set_baudrate()