Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mctp_i3c_common.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 */
7
8#ifndef ZEPHYR_MCTP_I3C_COMMON_H_
9#define ZEPHYR_MCTP_I3C_COMMON_H_
10
12
13/* Max packet size */
14#define MCTP_I3C_MAX_PKT_SIZE 255
15
16/* DMTF mandatory byte with IBI signaling a pending Read */
17#define MCTP_I3C_MDB_PENDING_READ 0xAE
18
20
21#endif /* ZEPHYR_MCTP_I3C_COMMON_H_ */