|
arduino-audio-driver
|
This is the complete list of members for DriverDeviceInfo, including all inherited members.
| addI2C(InfoI2C pin) | DriverDeviceInfo | inline |
| addI2C(PinFunction function, GpioPin scl, GpioPin sda, int port=-1, uint32_t frequency=100000, i2c_bus_handle_t wire=DEFAULT_WIRE, bool active=true) | DriverDeviceInfo | inline |
| addI2S(InfoI2S pin) | DriverDeviceInfo | inline |
| addI2S(PinFunction function, GpioPin mclk, GpioPin bck, GpioPin ws, GpioPin data_out, GpioPin data_in=-1, int port=0) | DriverDeviceInfo | inline |
| addPin(InfoGPIO pin) | DriverDeviceInfo | inline |
| addPin(PinFunction function, GpioPin pinNo, PinLogic logic, int index=0) | DriverDeviceInfo | inline |
| addSPI(InfoSPI pin) | DriverDeviceInfo | inline |
| addSPI(PinFunction function, GpioPin clk, GpioPin miso, GpioPin mosi, GpioPin cs, SPIClass &spi) | DriverDeviceInfo | inline |
| begin() | DriverDeviceInfo | inlinevirtual |
| DriverDeviceInfo(const DriverDeviceInfo &)=delete | DriverDeviceInfo | |
| DriverDeviceInfo()=default | DriverDeviceInfo | |
| end() | DriverDeviceInfo | inline |
| getGPIO() | DriverDeviceInfo | inline |
| getI2CPins(PinFunction function) override | DriverDeviceInfo | inlinevirtual |
| getI2SPins(int port) | DriverDeviceInfo | inline |
| getI2SPins(PinFunction function=PinFunction::CODEC) | DriverDeviceInfo | inline |
| getPin(PinFunction function, int pos=0) | DriverDeviceInfo | inline |
| getPin(GpioPin pinId) | DriverDeviceInfo | inline |
| getPinID(PinFunction function, int pos=0) | DriverDeviceInfo | inline |
| getPtr(PinFunction function, audio_driver_local::Vector< T > &vect) | DriverDeviceInfo | inlineprotected |
| getSPIPins(PinFunction function) | DriverDeviceInfo | inline |
| gpio | DriverDeviceInfo | protected |
| hasConflict(int pin) | DriverDeviceInfo | inlineprotected |
| hasI2CConflict(int pin) | DriverDeviceInfo | inlineprotected |
| hasPins() | DriverDeviceInfo | inline |
| hasSPIConflict(int pin) | DriverDeviceInfo | inlineprotected |
| i2c | DriverDeviceInfo | protected |
| i2s | DriverDeviceInfo | protected |
| isKeyPressed(uint8_t key) | DriverDeviceInfo | inlinevirtual |
| isSDMMCActive() | DriverDeviceInfo | inline |
| isSPIActiveForSD() | DriverDeviceInfo | inline |
| operator=(const DriverDeviceInfo &)=delete | DriverDeviceInfo | |
| pins | DriverDeviceInfo | protected |
| sd_active | DriverDeviceInfo | protected |
| sdmmc_active | DriverDeviceInfo | protected |
| set(T pin, audio_driver_local::Vector< T > &vect) | DriverDeviceInfo | inlineprotected |
| setI2C(InfoI2C pin) | DriverDeviceInfo | inline |
| setI2S(InfoI2S pin) | DriverDeviceInfo | inline |
| setPin(InfoGPIO updatedPin) | DriverDeviceInfo | inline |
| setPinActive(int gpioPin, bool active) | DriverDeviceInfo | inline |
| setPinActive(PinFunction func, int idx, bool active) | DriverDeviceInfo | inline |
| setSDMMCActive(bool active) | DriverDeviceInfo | inline |
| setSPI(InfoSPI pin) | DriverDeviceInfo | inline |
| setSPIActiveForSD(bool active) | DriverDeviceInfo | inline |
| setupPinMode() | DriverDeviceInfo | inlineprotected |
| spi | DriverDeviceInfo | protected |