ESPHome 2025.5.0
|
#include <i2s_audio.h>
Additional Inherited Members | |
![]() | |
void | set_i2s_mode (i2s_mode_t mode) |
void | set_channel (i2s_channel_fmt_t channel) |
void | set_bits_per_sample (i2s_bits_per_sample_t bits_per_sample) |
void | set_bits_per_channel (i2s_bits_per_chan_t bits_per_channel) |
void | set_i2s_role (i2s_role_t role) |
void | set_slot_mode (i2s_slot_mode_t slot_mode) |
void | set_std_slot_mask (i2s_std_slot_mask_t std_slot_mask) |
void | set_slot_bit_width (i2s_slot_bit_width_t slot_bit_width) |
void | set_sample_rate (uint32_t sample_rate) |
void | set_use_apll (uint32_t use_apll) |
void | set_mclk_multiple (i2s_mclk_multiple_t mclk_multiple) |
![]() | |
Parented () | |
Parented (I2SAudioComponent *parent) | |
I2SAudioComponent * | get_parent () const |
Get the parent of this object. | |
void | set_parent (I2SAudioComponent *parent) |
Set the parent of this object. | |
![]() | |
i2s_mode_t | i2s_mode_ {} |
i2s_channel_fmt_t | channel_ |
i2s_bits_per_sample_t | bits_per_sample_ |
i2s_bits_per_chan_t | bits_per_channel_ |
i2s_role_t | i2s_role_ {} |
i2s_slot_mode_t | slot_mode_ |
i2s_std_slot_mask_t | std_slot_mask_ |
i2s_slot_bit_width_t | slot_bit_width_ |
uint32_t | sample_rate_ |
bool | use_apll_ |
i2s_mclk_multiple_t | mclk_multiple_ |
![]() | |
I2SAudioComponent * | parent_ |
Definition at line 53 of file i2s_audio.h.