Apus

    目录

    • 系统概述
    • AUDIO_IN
    • DMA
    • GPIO
    • I2S
    • IR
    • KEYSCAN
    • MMU
    • PMU
    • RTC
    • SPI
    • UART
    • USB
    • WATCHDOG
    • GA_LITE
    • ISMBB驱动设计
    • 1 工程介绍
    • 2 运行流程
    • 3 API和宏
    • 附录1: API 文档
      • AE
      • AUDIO_IN
      • AUDIO_OUT
      • L2-CACHE
      • CLOCK
      • DMA
      • FLASH_SPI
      • GPIO
      • I2C
      • I2S
      • IR
      • KEYSCAN
      • LODAC
      • MMU
      • PADMUX
      • PMU
      • PSRAM
      • RTC
      • SDIO
      • SDM
      • SPI
      • TIMER
      • UART
        • 数据结构
        • 函数列表
      • USB
      • WATCHDOG
      • GA_LITE
      • 其他
    Apus
    • »
    • 附录: API »
    • UART API
    • 查看页面源码

    UART API¶

    • 数据结构
      • 宏定义
      • 类型定义
        • GX_HAL_UART
          • Typedef Documentation
        • GX_HAL_UART_RECV_DONE_CALLBACK
          • Typedef Documentation
        • GX_HAL_UART_SEND_DONE_CALLBACK
          • Typedef Documentation
      • 枚举
        • GX_HAL_UART_FIFO_RECV_THRESHOLD
          • Enum Documentation
        • GX_HAL_UART_FIFO_SEND_THRESHOLD
          • Enum Documentation
        • GX_HAL_UART_INT_FLAG
          • Enum Documentation
      • 结构体
        • gx_hal_uart
          • Struct Documentation
    • 函数列表
      • gx_hal_uart_can_read
        • Function Documentation
      • gx_hal_uart_deinit
        • Function Documentation
      • gx_hal_uart_disable_interrupt
        • Function Documentation
      • gx_hal_uart_dma_prepare
        • Function Documentation
      • gx_hal_uart_empty_fifo
        • Function Documentation
      • gx_hal_uart_enable_interrupt
        • Function Documentation
      • gx_hal_uart_flush_recv_fifo
        • Function Documentation
      • gx_hal_uart_flush_send_fifo
        • Function Documentation
      • gx_hal_uart_get_fifo_depth
        • Function Documentation
      • gx_hal_uart_get_ip_version
        • Function Documentation
      • gx_hal_uart_getc
        • Function Documentation
      • gx_hal_uart_init
        • Function Documentation
      • gx_hal_uart_irq_handler
        • Function Documentation
      • gx_hal_uart_putc
        • Function Documentation
      • gx_hal_uart_read
        • Function Documentation
      • gx_hal_uart_read_dma
        • Function Documentation
      • gx_hal_uart_read_it
        • Function Documentation
      • gx_hal_uart_set_recv_fifo_threshold
        • Function Documentation
      • gx_hal_uart_set_send_fifo_threshold
        • Function Documentation
      • gx_hal_uart_try_getc
        • Function Documentation
      • gx_hal_uart_write
        • Function Documentation
      • gx_hal_uart_write_dma
        • Function Documentation
      • gx_hal_write_it
        • Function Documentation
    下一页 上一页

    © 版权所有 解释权归杭州国芯所有.

    利用 Sphinx 构建,使用了 主题 由 Read the Docs开发.