Struct esp_idf_svc::hal::i2s::config::PdmRxClkConfig
source · pub struct PdmRxClkConfig { /* private fields */ }
Expand description
Pulse density modulation (PDM) mode receive clock configuration for the I2S peripheral.
Implementations§
source§impl PdmRxClkConfig
impl PdmRxClkConfig
sourcepub fn from_sample_rate_hz(rate: u32) -> PdmRxClkConfig
pub fn from_sample_rate_hz(rate: u32) -> PdmRxClkConfig
Create a PDM clock configuration with the specified sample rate in Hz. This will set the clock source to PLL_F160M, the MCLK multiple to 256 times the sample rate, and the downsampling mode to 8 samples.
sourcepub fn clk_src(self, clk_src: ClockSource) -> PdmRxClkConfig
pub fn clk_src(self, clk_src: ClockSource) -> PdmRxClkConfig
Set the clock source on this PDM receive clock configuration.
sourcepub fn mclk_multiple(self, mclk_multiple: MclkMultiple) -> PdmRxClkConfig
pub fn mclk_multiple(self, mclk_multiple: MclkMultiple) -> PdmRxClkConfig
Set the MCLK multiple on this PDM receive clock configuration.
sourcepub fn downsample_mode(self, downsample_mode: PdmDownsample) -> PdmRxClkConfig
pub fn downsample_mode(self, downsample_mode: PdmDownsample) -> PdmRxClkConfig
Set the downsampling mode on this PDM receive clock configuration.
Trait Implementations§
source§impl Clone for PdmRxClkConfig
impl Clone for PdmRxClkConfig
source§fn clone(&self) -> PdmRxClkConfig
fn clone(&self) -> PdmRxClkConfig
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PdmRxClkConfig
impl Debug for PdmRxClkConfig
source§impl PartialEq for PdmRxClkConfig
impl PartialEq for PdmRxClkConfig
source§fn eq(&self, other: &PdmRxClkConfig) -> bool
fn eq(&self, other: &PdmRxClkConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PdmRxClkConfig
impl Eq for PdmRxClkConfig
impl StructuralPartialEq for PdmRxClkConfig
Auto Trait Implementations§
impl Freeze for PdmRxClkConfig
impl RefUnwindSafe for PdmRxClkConfig
impl Send for PdmRxClkConfig
impl Sync for PdmRxClkConfig
impl Unpin for PdmRxClkConfig
impl UnwindSafe for PdmRxClkConfig
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
Mutably borrows from an owned value. Read more
§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)
🔬This is a nightly-only experimental API. (
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)