Home
last modified time | relevance | path

Searched refs:eth_mac_handle_t (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/csi/csi1/include/drv/
A Deth_mac.h27 typedef void *eth_mac_handle_t; typedef
162 csi_drv_version_t csi_eth_mac_get_version(eth_mac_handle_t handle);
177 eth_mac_handle_t csi_eth_mac_initialize(int32_t idx, eth_event_cb_t cb_event);
184 int32_t csi_eth_mac_uninitialize(eth_mac_handle_t handle);
192 int32_t csi_eth_mac_power_control(eth_mac_handle_t handle, eth_power_state_t state);
200 int32_t csi_eth_mac_get_macaddr(eth_mac_handle_t handle, eth_mac_addr_t *mac);
208 int32_t csi_eth_mac_set_macaddr(eth_mac_handle_t handle, const eth_mac_addr_t *mac);
250 int32_t drv_eth_mac_request_frame(eth_mac_handle_t handle, uint8_t **frame);
259 int32_t drv_eth_mac_release_frame(eth_mac_handle_t handle);
266 int32_t csi_eth_mac_get_rx_framesize(eth_mac_handle_t handle);
[all …]

Completed in 3 milliseconds