TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
dm_event.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef INCLUDE_TENSTORRENT_LIB_DM_EVENT_H_
8#define INCLUDE_TENSTORRENT_LIB_DM_EVENT_H_
9
10#include <stdint.h>
11#include <zephyr/kernel.h>
12
13#define WAKE_DM_MAIN_LOOP 1
14
17
18#endif
uint32_t dm_event_post(uint32_t events)
uint32_t dm_event_wait(uint32_t events, k_timeout_t timeout)
__UINT32_TYPE__ uint32_t