Skip to content

Commit

Permalink
adding documentation for the Imin/max pin entries
Browse files Browse the repository at this point in the history
  • Loading branch information
areda0 committed Oct 8, 2024
1 parent 7677ade commit f0a1664
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/reference_manual/datasheet_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ pins:
type: power
Vmin: 1.7
Vmax: 1.9
Imin: 0
Imax: 0.01
...
```

Expand Down Expand Up @@ -145,6 +147,15 @@ pins:
another pin; and may be referenced to another pin with an offset
(e.g., "vdd + 0.3").

- `Imin: <number>|<expression>`
> The pin maximum sink current -a minimum value if specified as
a negative current- may be a value or may be referenced to another
pin; and may be referenced to another pin with an offset.

- `Imax: <number>|<expression>`
> The pin maximum source current may be a value or may be referenced to
another pin; and may be referenced to another pin with an offset.

## Default Conditions

The default conditions under which to evaluate the parameters.
Expand Down

0 comments on commit f0a1664

Please sign in to comment.