Home
last modified time | relevance | path

Searched full:rtd (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dadi,ltc2983.yaml194 "^rtd@":
197 description: RTD sensor.
206 10 - RTD PT-10
207 11 - RTD PT-50
208 12 - RTD PT-100
209 13 - RTD PT-200
210 14 - RTD PT-500
211 15 - RTD PT-1000
212 16 - RTD PT-1000 (0.00375)
213 17 - RTD NI-120
[all …]
H A Dmaxim,max31865.yaml24 Identifies the number of wires used by the RTD. Setting this property
25 enables 3-wire RTD connection. Else 2-wire or 4-wire RTD connection.
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dtemperature-sense-rtd.yaml4 $id: http://devicetree.org/schemas/iio/afe/temperature-sense-rtd.yaml#
7 title: Temperature Sense RTD
17 When an io-channel measures the output voltage across an RTD such as a
49 const: temperature-sense-rtd
60 description: The current fed through the RTD sensor.
93 compatible = "temperature-sense-rtd";
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml67 7 - RTD measure
200 adi,4-wire-rtd:
206 adi,3-wire-rtd-excitation-swap:
208 description: Whether to swap the excitation for 3-wire RTD.
210 adi,rtd-excitation-current-microamp:
211 description: Excitation current to apply to RTD.
/freebsd/contrib/libcbor/doc/source/
H A Drequirements.txt22 sphinx-rtd-theme==1.3.0
/freebsd/sys/contrib/device-tree/Bindings/iio/chemical/
H A Datlas,sensor.yaml32 - atlas,rtd-sm
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h251 /// Used for M68k rtd-based CC (similar to X86's stdcall).
/freebsd/sys/i386/pci/
H A Dpci_pir.c620 printf("Link IRQ Rtd Ref IRQs\n"); in pci_pir_dump_links()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td17 /// JMP [~] JSR [x] NOP [x] RTD [!] RTR [ ]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2417 if (auto *RTD = readDeclAs<RedeclarableTemplateDecl>()) { in VisitRedeclarableTemplateDecl() local
2418 assert(RTD->getKind() == D->getKind() && in VisitRedeclarableTemplateDecl()
2420 D->setInstantiatedFromMemberTemplate(RTD); in VisitRedeclarableTemplateDecl()
H A DASTReader.cpp9849 auto RTD = cast<RedeclarableTemplateDecl>(D)->getCanonicalDecl(); in finishPendingActions() local
9850 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
9851 cast<RedeclarableTemplateDecl>(R)->Common = RTD->Common; in finishPendingActions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp718 .Cases("efi_runtime_driver", "efi-rtd", in parseObjcopyOptions()
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh142 c/-m/"(68000 68020 68881 bitfield fpa nobitfield rtd short c68000 c68020 \
/freebsd/sys/cam/ctl/
H A Dctl.c6228 int bd_len, i, header_size, param_len, rtd; in ctl_mode_select() local
6238 rtd = (cdb->byte2 & SMS_RTD) ? 1 : 0; in ctl_mode_select()
6248 rtd = (cdb->byte2 & SMS_RTD) ? 1 : 0; in ctl_mode_select()
6259 if (rtd) { in ctl_mode_select()
9579 * We support revert to defaults (RTD) bit in MODE SELECT. in ctl_inquiry_evpd_eid()
/freebsd/share/misc/
H A Dusb_vendors21203 0006 LoggitoLab 8 AI-RTD
21205 0008 LoggitoLab 4 AI-RTD 4 TC
22725 2a37 RTD Embedded Technologies, Inc.
H A Dpci_vendors20075 1435 RTD Embedded Technologies, Inc.
/freebsd/contrib/tzdata/
H A Deurope1212 # http://trip.rk.ee/cgi-bin/thw?${BASE}=akt&${OOHTML}=rtd&TA=1998&TO=1&AN=1390
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td2974 using the `rtd` instruction.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4802 def mno_rtd: Flag<["-"], "mno-rtd">, Group<m_Group>;