Data Structures | |
| struct | cy_stc_ephy_t |
| This is the private data structure of EPHY. More... | |
| struct | cy_stc_ephy_config_t |
| EPHY configuration. More... | |
Typedefs | |
| typedef void(* | cy_ephy_read_handle) (uint32_t phyAddr, uint32_t regAddress, uint32_t *value) |
| PHY read handle to application. | |
| typedef void(* | cy_ephy_write_handle) (uint32_t phyAddr, uint32_t regAddress, uint32_t value) |
| PHY write handle to application. | |