uart_periph.c 317 B

1234567891011121314
  1. /*
  2. * SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #include "soc/uart_periph.h"
  7. /*
  8. Bunch of constants for every UART peripheral: GPIO signals, irqs, hw addr of registers etc
  9. */
  10. const uart_signal_conn_t uart_periph_signal[SOC_UART_NUM] = {
  11. };