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
15
uint32_t
dm_event_post
(
uint32_t
events);
16
uint32_t
dm_event_wait
(
uint32_t
events,
k_timeout_t
timeout);
17
18
#endif
dm_event_post
uint32_t dm_event_post(uint32_t events)
dm_event_wait
uint32_t dm_event_wait(uint32_t events, k_timeout_t timeout)
kernel.h
stdint.h
uint32_t
__UINT32_TYPE__ uint32_t
k_timeout_t
tenstorrent
dm_event.h
Generated by
1.14.0