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
11
void
UartInit
(
void
);
12
void
UartTransmitFrames
(
uint32_t
num_frame,
uint8_t
*data);
13
uint8_t
UartReceiveFrame
(
void
);
14
#endif
UartInit
void UartInit(void)
Definition
dw_apb_uart.c:127
UartReceiveFrame
uint8_t UartReceiveFrame(void)
Definition
dw_apb_uart.c:121
UartTransmitFrames
void UartTransmitFrames(uint32_t num_frame, uint8_t *data)
Definition
dw_apb_uart.c:111
stdint.h
uint32_t
__UINT32_TYPE__ uint32_t
uint8_t
__UINT8_TYPE__ uint8_t
lib
tenstorrent
bh_arc
dw_apb_uart.h
Generated by
1.14.0