class Tas5720Inspect

Defined at line 15 of file ../../src/media/audio/drivers/codecs/tas5720/tas5720-inspect.h

Container that creates and holds inspect nodes for the Tas5720 driver.

Public Methods

void Tas5720Inspect (inspect::Inspector & inspector, std::string_view tree_name)

Defined at line 17 of file ../../src/media/audio/drivers/codecs/tas5720/tas5720-inspect.h

void ReportFaultFree (zx::time timestamp)

Called by the driver to report that the codec is fault-free.

Defined at line 42 of file ../../src/media/audio/drivers/codecs/tas5720/tas5720-inspect.cc

void ReportI2CError (zx::time timestamp)

Called by the driver to report an I2C error during fault polling.

Defined at line 44 of file ../../src/media/audio/drivers/codecs/tas5720/tas5720-inspect.cc

void ReportFault (zx::time timestamp, uint8_t fault_bits)

Called by the driver to report a fault at the codec.

Defined at line 46 of file ../../src/media/audio/drivers/codecs/tas5720/tas5720-inspect.cc