Lines Matching full:mdio
4 * @brief Public APIs for MDIO drivers.
17 * @brief MDIO Interface
18 * @defgroup mdio_interface MDIO Interface
37 /** Enable the MDIO bus device */
40 /** Disable the MDIO bus device */
43 /** Read data from MDIO bus */
47 /** Write data to MDIO bus */
51 /** Read data from MDIO bus using Clause 45 access */
55 /** Write data to MDIO bus using Clause 45 access */
64 * @brief Enable MDIO bus
82 * @brief Disable MDIO bus and tri-state drivers
100 * @brief Read from MDIO Bus
103 * MDIO bus.
133 * @brief Write to MDIO bus
136 * MDIO bus.
165 * @brief Read from MDIO Bus using Clause 45 access
167 * This routine provides an interface to perform a read on the MDIO bus using
199 * @brief Write to MDIO bus using Clause 45 access
201 * This routine provides an interface to perform a write on the MDIO bus using
240 #include <zephyr/syscalls/mdio.h>