10#ifndef PICO_DRIVER_SRC_CODEC_UMBADAU1361LOWER_HPP_
11#define PICO_DRIVER_SRC_CODEC_UMBADAU1361LOWER_HPP_
12#if __has_include(<hardware/i2c.h>) || __has_include(<gmock/gmock.h>) || DOXYGEN_COMPILE
37 unsigned int i2c_device_addr)
Lower class for the ADAU1361.
lower part of the Adau1361 CODEC controller class.
Definition: adau1361lower.hpp:49
I2C Master controller class.
Definition: i2cmaster.hpp:83
lower part of the Adau1361 CODEC controller class.
Definition: umbadau1361lower.hpp:27
UmbAdau1361Lower(::rpp_driver::I2cMaster &controller, unsigned int i2c_device_addr)
Construct a new object.
Definition: umbadau1361lower.hpp:36
void ConfigureSignalPath() override
Initialize registers for the signal routing.
Collection of the RP2040/RP2350 control.
Definition: adau1361.hpp:17