MCUXpresso_MIMXRT1021xxxxx/boards/evkmimxrt1020/cmsis_driver_examples/enet/txrx_transfer/RTE_Device.h
2022-08-23 23:00:33 +08:00

20 lines
359 B
C

/*
* Copyright 2020 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _RTE_DEVICE_H
#define _RTE_DEVICE_H
/* ENET configuration. */
#define RTE_ENET 1
#define RTE_ENET_PHY_ADDRESS 2
#define RTE_ENET_MII 0
// <e> RMII (Reduced Media Independent Interface)
#define RTE_ENET_RMII 1
#endif /* _RTE_DEVICE_H */