The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/property-units.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Standard Unit Suffixes for Property names
    2 
    3 Properties which have a unit of measure are recommended to have a unit
    4 suffix appended to the property name. The list below contains the
    5 recommended suffixes. Other variations exist in bindings, but should not
    6 be used in new bindings or added here. The inconsistency in the unit
    7 prefixes is due to selecting the most commonly used variants.
    8 
    9 It is also recommended to use the units listed here and not add additional
   10 unit prefixes.
   11 
   12 Time/Frequency
   13 ----------------------------------------
   14 -mhz            : megahertz
   15 -hz             : hertz (preferred)
   16 -sec            : second
   17 -ms             : millisecond
   18 -us             : microsecond
   19 -ns             : nanosecond
   20 -ps             : picosecond
   21 
   22 Distance
   23 ----------------------------------------
   24 -mm             : millimeter
   25 
   26 Electricity
   27 ----------------------------------------
   28 -microamp       : microampere
   29 -microamp-hours : microampere hour
   30 -ohms           : ohm
   31 -micro-ohms     : microohm
   32 -microwatt-hours: microwatt hour
   33 -microvolt      : microvolt
   34 -picofarads     : picofarad
   35 -femtofarads    : femtofarad
   36 
   37 Temperature
   38 ----------------------------------------
   39 -celsius        : degree Celsius
   40 -millicelsius   : millidegree Celsius
   41 
   42 Pressure
   43 ----------------------------------------
   44 -kpascal        : kilopascal
   45 
   46 Throughput
   47 ----------------------------------------
   48 -kBps           : kilobytes per second

Cache object: 0df2acb012723675957ebf15faa4757b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.