Searched full:cts (Results 1 – 25 of 42) sorted by relevance
12
/hal_espressif-latest/zephyr/port/pincfgs/ |
D | esp32c2.yml | 14 cts: 34 cts:
|
D | esp32c3.yml | 14 cts: 34 cts:
|
D | esp32c6.yml | 19 cts: 39 cts:
|
D | esp32s2.yml | 18 cts: 38 cts:
|
D | esp32.yml | 19 cts: 39 cts: 59 cts:
|
D | esp32s3.yml | 17 cts: 37 cts: 57 cts:
|
/hal_espressif-latest/components/bt/porting/transport/include/ |
D | esp_hci_driver.h | 55 * @param cts_pin The pin number for the UART CTS (clear to send) line. 71 * @param cts_pin The pin number for the UART CTS (clear to send) line.
|
/hal_espressif-latest/components/hal/include/hal/ |
D | uart_types.h | 89 UART_HW_FLOWCTRL_CTS = 0x2, /*!< enable TX hardware flow control (cts)*/ 102 UART_SIGNAL_CTS_INV = (0x1 << 3), /*!< inverse the UART cts signal*/
|
/hal_espressif-latest/components/bt/porting/transport/driver/uart/ |
D | hci_driver_uart_config.c | 30 …ESP_LOGI(TAG,"set rts:%d, cts:%d.\n", uart_config->hci_uart_rts_pin, uart_config->hci_uart_cts_pin… in hci_driver_uart_config()
|
D | hci_driver_uart.h | 33 int hci_uart_cts_pin; /*!< CTS Pin number of UART for HCI */
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | uart_struct.h | 154 … 1; /*This register stores the level value of the internal uart cts signal.*/ 160 … 1; /*This register represent the level value of the internal uart cts signal.*/ 185 …32_t cts_inv: 1; /*Set this bit to inverse the level value of uart cts signal.*/
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 1171 int "UART Cts Pin" 1174 UART HCI CTS pin
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | uart_struct.h | 146 …1; /*This register represent the level value of the internal uart cts signal.*/ 176 … cts_inv: 1; /*Set this bit to inverse the level value of uart cts signal.*/
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | uart_struct.h | 147 … : 1; /*This register represent the level value of the internal uart cts signal.*/ 177 …_inv : 1; /*Set this bit to inverse the level value of uart cts signal.*/
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | port_int.h | 72 UINT8 modem_signal; /* [DTR/DSR | RTS/CTS | RI | DCD ] */
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 766 * @brief Check if the UART cts flow control is enabled. 770 * @return True if hw cts flow control is enabled, otherwise false is returned.
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | uart_ll.h | 842 * @brief Check if the UART cts flow control is enabled. 846 * @return True if hw cts flow control is enabled, otherwise false is returned.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | port_api.h | 133 #define PORT_EV_CTS 0x00000008 /* CTS changed state */ 139 #define PORT_EV_CTSS 0x00000400 /* CTS state */ 497 #define PORT_FLAG_CTS_HOLD 0x01 /* Tx is waiting for CTS signal */
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_uuid.h | 285 * @brief CTS Characteristic Current Time
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 46 int "HCI uart CTS gpio"
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 64 int "HCI uart CTS gpio"
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | uart_ll.h | 810 * @brief Check if the UART cts flow control is enabled. 814 * @return True if hw cts flow control is enabled, otherwise false is returned.
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | uart_ll.h | 799 * @brief Check if the UART cts flow control is enabled. 803 * @return True if hw cts flow control is enabled, otherwise false is returned.
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | uart_ll.h | 842 * @brief Check if the UART cts flow control is enabled. 846 * @return True if hw cts flow control is enabled, otherwise false is returned.
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 64 int "HCI uart CTS gpio"
|
12