Zephyr Project API 4.4.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
13
14#ifndef ZEPHYR_INCLUDE_PMCI_MCTP_MCTP_I3C_COMMON_H_
15#define ZEPHYR_INCLUDE_PMCI_MCTP_MCTP_I3C_COMMON_H_
16
18
19/* Max packet size */
20#define MCTP_I3C_MAX_PKT_SIZE 255
21
22/* DMTF mandatory byte with IBI signaling a pending Read */
23#define MCTP_I3C_MDB_PENDING_READ 0xAE
24
26
27#endif /* ZEPHYR_INCLUDE_PMCI_MCTP_MCTP_I3C_COMMON_H_ */