No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / tm121temp.4
blob6327b215e6c0d0fd4556e87883a2dcc1a4d11b00
1 .\"     $NetBSD: tm121temp.4,v 1.5 2007/04/13 00:37:47 plunky Exp $
2 .\"
3 .\" Copyright (c) 2006 Garrett D'Amore
4 .\" All rights reserved.
5 .\"
6 .\" Written by Garrett D'Amore.
7 .\"
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
10 .\" are met:
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\"    notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\"    notice, this list of conditions and the following disclaimer in the
15 .\"    documentation and/or other materials provided with the distribution.
16 .\" 3. The name of the author may not be used to endorse
17 .\"    or promote products derived from this software without specific
18 .\"    prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
21 .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
24 .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
26 .\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28 .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29 .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30 .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 .\"
32 .Dd October 9, 2006
33 .Dt TM121TEMP 4
34 .Os
35 .Sh NAME
36 .Nm tm121temp
37 .Nd Texas Instruments TMP121 temperature sensor
38 .Sh SYNOPSIS
39 .Cd "tm121temp0 at spi? slave 0"
40 .Sh DESCRIPTION
41 The
42 .Nm
43 driver provides support for the
44 .Tn Texas Instruments
45 (formerly
46 .Tn Burr-Brown )
47 TMP121 temperature sensor
48 with the
49 .Xr envsys 4
50 API.
51 These devices are connected to the host system with
52 .Xr spi 4
54 .Tn Microwire
55 4-wire serial busses.
56 The
57 .Nm
58 is capable of measuring temperatures with a 2 degree accuracy
59 over the frame from -40 to 125 Celsius.
60 Temperatures are reported with a
61 granularity of 625 microKelvins.
62 .Pp
63 .Nm
64 devices can transfer information at up to 10MHz, and support
65 SPI mode 0.
66 .Pp
67 The device reports itself with
68 .Xr envsys 4
69 using the generic device name.
70 This name can be overridden, by specifying an alternate name in the device
71 property
72 .Dq envsys-description .
73 .Sh SEE ALSO
74 .Xr envsys 4 ,
75 .Xr spi 4 ,
76 .Xr envstat 8
77 .Sh HISTORY
78 The
79 .Nm
80 driver was written by
81 .An Garrett D'Amore
82 and first appeared in
83 .Nx 4.0 .