TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
dw_apb_uart.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef DW_APB_UART_H
7#define DW_APB_UART_H
8
9#include <stdint.h>
10
11void UartInit(void);
12void UartTransmitFrames(uint32_t num_frame, uint8_t *data);
14#endif
void UartInit(void)
Definition dw_apb_uart.c:127
uint8_t UartReceiveFrame(void)
Definition dw_apb_uart.c:121
void UartTransmitFrames(uint32_t num_frame, uint8_t *data)
Definition dw_apb_uart.c:111
__UINT32_TYPE__ uint32_t
__UINT8_TYPE__ uint8_t