FreeRTOS port on GAP8/RISC-V
|
Functions | |
static uint32_t | udma_uart_rx_dest_get (uint32_t base) |
static void | udma_uart_rx_dest_set (uint32_t base, uint32_t value) |
static uint32_t | udma_uart_tx_dest_get (uint32_t base) |
static void | udma_uart_tx_dest_set (uint32_t base, uint32_t value) |
static uint32_t | udma_uart_status_get (uint32_t base) |
static void | udma_uart_status_set (uint32_t base, uint32_t value) |
static uint32_t | udma_uart_setup_get (uint32_t base) |
static void | udma_uart_setup_set (uint32_t base, uint32_t value) |
static uint32_t | udma_uart_error_get (uint32_t base) |
static void | udma_uart_error_set (uint32_t base, uint32_t value) |
static uint32_t | udma_uart_irq_en_get (uint32_t base) |
static void | udma_uart_irq_en_set (uint32_t base, uint32_t value) |
static uint32_t | udma_uart_setup_2_get (uint32_t base) |
static void | udma_uart_setup_2_set (uint32_t base, uint32_t value) |
|
inlinestatic |
References GAP_READ, and UDMA_UART_ERROR_OFFSET.
Referenced by hal_udma_uart_error_get().
|
inlinestatic |
References GAP_WRITE, and UDMA_UART_ERROR_OFFSET.
|
inlinestatic |
References GAP_READ, and UDMA_UART_IRQ_EN_OFFSET.
|
inlinestatic |
References GAP_WRITE, and UDMA_UART_IRQ_EN_OFFSET.
Referenced by hal_udma_uart_irq_disable(), and hal_udma_uart_irq_enable().
|
inlinestatic |
References GAP_READ, and UDMA_UART_RX_DEST_OFFSET.
Referenced by hal_udma_uart_rx_dest_get().
|
inlinestatic |
References GAP_WRITE, and UDMA_UART_RX_DEST_OFFSET.
Referenced by hal_udma_uart_rx_dest_set().
|
inlinestatic |
References GAP_READ, and UDMA_UART_SETUP_2_OFFSET.
Referenced by hal_udma_uart_rts_limit_get().
|
inlinestatic |
References GAP_WRITE, and UDMA_UART_SETUP_2_OFFSET.
Referenced by hal_udma_uart_rts_limit_set().
|
inlinestatic |
References GAP_READ, and UDMA_UART_SETUP_OFFSET.
Referenced by hal_udma_uart_clk_div_set(), hal_udma_uart_flow_control_disable(), hal_udma_uart_flow_control_enable(), hal_udma_uart_rx_disable(), hal_udma_uart_rx_enable(), hal_udma_uart_setup_get(), hal_udma_uart_tx_disable(), and hal_udma_uart_tx_enable().
|
inlinestatic |
References GAP_WRITE, and UDMA_UART_SETUP_OFFSET.
Referenced by hal_udma_uart_clk_div_set(), hal_udma_uart_flow_control_disable(), hal_udma_uart_flow_control_enable(), hal_udma_uart_rx_disable(), hal_udma_uart_rx_enable(), hal_udma_uart_setup_mask_set(), hal_udma_uart_setup_set(), hal_udma_uart_tx_disable(), and hal_udma_uart_tx_enable().
|
inlinestatic |
References GAP_READ, and UDMA_UART_STATUS_OFFSET.
Referenced by hal_udma_uart_rx_status_get(), hal_udma_uart_status_get(), and hal_udma_uart_tx_status_get().
|
inlinestatic |
References GAP_WRITE, and UDMA_UART_STATUS_OFFSET.
|
inlinestatic |
References GAP_READ, and UDMA_UART_TX_DEST_OFFSET.
Referenced by hal_udma_uart_tx_dest_get().
|
inlinestatic |
References GAP_WRITE, and UDMA_UART_TX_DEST_OFFSET.
Referenced by hal_udma_uart_tx_dest_set().