Package: usbdev_env_pkg
- File: usbdev_env_pkg.sv
Description
Copyright lowRISC contributors.
Licensed under the Apache License, Version 2.0, see LICENSE for details.
SPDX-License-Identifier: Apache-2.0
Constants
Name | Type | Value | Description |
---|---|---|---|
uint | uint | 1 | parameters alerts |
LIST_OF_ALERTS | string | { "fatal_fault"} |
Types
Name | Type | Description |
---|---|---|
usbdev_intr_e | enum { IntrPktReceived = 0, IntrPktSent = 1, IntrDisconnected = 2, IntrHostLost = 3, IntrLinkReset = 4, IntrLinkSuspend = 5, IntrLinkResume = 6, IntrAvEmpty = 7, IntrRxFull = 8, IntrAvOverflow = 9, IntrLinkInErr = 10, IntrRxCrcErr = 11, IntrRxPidErr = 12, IntrRxBitstuffErr = 13, IntrFrame = 14, IntrConnected = 15, NumUsbdevInterrupts } |
types |