class ThermistorChannel
Defined at line 30 of file ../../src/devices/thermal/drivers/aml-thermistor/thermistor-channel.h
Public Methods
void GetTemperatureCelsius (GetTemperatureCelsiusCompleter::Sync & completer)
Defined at line 13 of file ../../src/devices/thermal/drivers/aml-thermistor/thermistor-channel.cc
void ThermistorChannel (zx_device_t * device, fidl::ClientEnd<fuchsia_hardware_adc::Device> adc, NtcInfo ntc_info, uint32_t pullup_ohms, const char * name)
Defined at line 32 of file ../../src/devices/thermal/drivers/aml-thermistor/thermistor-channel.h
void GetSensorName (GetSensorNameCompleter::Sync & completer)
Defined at line 35 of file ../../src/devices/thermal/drivers/aml-thermistor/thermistor-channel.cc
void DdkRelease ()
Defined at line 38 of file ../../src/devices/thermal/drivers/aml-thermistor/thermistor-channel.h
Friends
class ThermistorDeviceTest