Struct esp_idf_hal::sys::i2s_pdm_tx_slot_config_t
source · #[repr(C)]pub struct i2s_pdm_tx_slot_config_t {Show 13 fields
pub data_bit_width: u32,
pub slot_bit_width: u32,
pub slot_mode: u32,
pub sd_prescale: u32,
pub sd_scale: u32,
pub hp_scale: u32,
pub lp_scale: u32,
pub sinc_scale: u32,
pub line_mode: u32,
pub hp_en: bool,
pub hp_cut_off_freq_hz: f32,
pub sd_dither: u32,
pub sd_dither2: u32,
}
Expand description
@brief I2S slot configuration for pdm tx mode
Fields§
§data_bit_width: u32
< I2S sample data bit width (valid data bits per sample), only support 16 bits for PDM mode
slot_bit_width: u32
< I2S slot bit width (total bits per slot), only support 16 bits for PDM mode
slot_mode: u32
< Set mono or stereo mode with I2S_SLOT_MODE_MONO or I2S_SLOT_MODE_STEREO For PDM TX mode, mono means the data buffer only contains one slot data, Stereo means the data buffer contains two slots data
sd_prescale: u32
< Sigma-delta filter prescale
sd_scale: u32
< Sigma-delta filter scaling value
hp_scale: u32
< High pass filter scaling value
lp_scale: u32
< Low pass filter scaling value
sinc_scale: u32
< Sinc filter scaling value
line_mode: u32
< PDM TX line mode, one-line codec, one-line dac, two-line dac mode can be selected
hp_en: bool
< High pass filter enable
hp_cut_off_freq_hz: f32
< High pass filter cut-off frequency, range 23.3Hz ~ 185Hz, see cut-off frequency sheet above
sd_dither: u32
< Sigma-delta filter dither
sd_dither2: u32
< Sigma-delta filter dither2
Trait Implementations§
source§impl Clone for i2s_pdm_tx_slot_config_t
impl Clone for i2s_pdm_tx_slot_config_t
source§fn clone(&self) -> i2s_pdm_tx_slot_config_t
fn clone(&self) -> i2s_pdm_tx_slot_config_t
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for i2s_pdm_tx_slot_config_t
impl Debug for i2s_pdm_tx_slot_config_t
source§impl Default for i2s_pdm_tx_slot_config_t
impl Default for i2s_pdm_tx_slot_config_t
source§fn default() -> i2s_pdm_tx_slot_config_t
fn default() -> i2s_pdm_tx_slot_config_t
impl Copy for i2s_pdm_tx_slot_config_t
Auto Trait Implementations§
impl Freeze for i2s_pdm_tx_slot_config_t
impl RefUnwindSafe for i2s_pdm_tx_slot_config_t
impl Send for i2s_pdm_tx_slot_config_t
impl Sync for i2s_pdm_tx_slot_config_t
impl Unpin for i2s_pdm_tx_slot_config_t
impl UnwindSafe for i2s_pdm_tx_slot_config_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)