TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
Loading...
Searching...
No Matches
dma_tt_bh_noc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
8
12
17
18static inline struct tt_bh_dma_noc_coords
20{
21 return (struct tt_bh_dma_noc_coords){
22 .source_x = source_x,
23 .source_y = source_y,
24 .dest_x = dest_x,
25 .dest_y = dest_y,
26 };
27}
static struct tt_bh_dma_noc_coords tt_bh_dma_noc_coords_init(uint8_t source_x, uint8_t source_y, uint8_t dest_x, uint8_t dest_y)
Definition dma_tt_bh_noc.h:19
tt_bh_dma_noc_channel_direction
Definition dma_tt_bh_noc.h:9
@ TT_BH_DMA_NOC_CHANNEL_DIRECTION_BROADCAST
Definition dma_tt_bh_noc.h:10
DMA_CHANNEL_DIRECTION_PRIV_START
__UINT8_TYPE__ uint8_t
Definition dma_tt_bh_noc.h:13
uint8_t dest_x
Definition dma_tt_bh_noc.h:15
uint8_t source_y
Definition dma_tt_bh_noc.h:14
uint8_t dest_y
Definition dma_tt_bh_noc.h:15
uint8_t source_x
Definition dma_tt_bh_noc.h:14