Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
- struct cl_eth_config_t Ethernet config. Contains an auto negotiation setting (IEEE aneg enabled or disabled), one or more speed settings (ORed) and one or more link roles (ORed)
- struct cl_eth_interface_status_t Ethernet interface status. Has a link state (UP/DOWN), and if it is up, it'll also contain a speed and role that is determined by what was negotiated (or set, if not using aneg) for the link.
- struct cl_firmware_update_callbacks_t Struct containing function pointers to callbacks, to be called throughout the update process. Used with cl_device_update_firmware_from_blob andcl_device_update_firmware_from_path .
- struct cl_interface_status_t Interface status contains the status for an interface. It consists of struct_size, struct_version, interface_type and eth_interface_status.