Struct esp_idf_sys::dac_cw_config_t
source · #[repr(C)]pub struct dac_cw_config_t {
pub en_ch: dac_channel_t,
pub scale: dac_cw_scale_t,
pub phase: dac_cw_phase_t,
pub freq: u32,
pub offset: i8,
}
Expand description
@brief Config the cosine wave generator function in DAC module.
Fields§
§en_ch: dac_channel_t
< Enable the cosine wave generator of DAC channel.
scale: dac_cw_scale_t
< Set the amplitude of the cosine wave generator output.
phase: dac_cw_phase_t
< Set the phase of the cosine wave generator output.
freq: u32
< Set frequency of cosine wave generator output. Range: 130(130Hz) ~ 55000(100KHz).
offset: i8
< Set the voltage value of the DC component of the cosine wave generator output. Note: Unreasonable settings can cause waveform to be oversaturated. Range: -128 ~ 127.
Trait Implementations§
source§impl Clone for dac_cw_config_t
impl Clone for dac_cw_config_t
source§fn clone(&self) -> dac_cw_config_t
fn clone(&self) -> dac_cw_config_t
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 dac_cw_config_t
impl Debug for dac_cw_config_t
source§impl Default for dac_cw_config_t
impl Default for dac_cw_config_t
impl Copy for dac_cw_config_t
Auto Trait Implementations§
impl Freeze for dac_cw_config_t
impl RefUnwindSafe for dac_cw_config_t
impl Send for dac_cw_config_t
impl Sync for dac_cw_config_t
impl Unpin for dac_cw_config_t
impl UnwindSafe for dac_cw_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
Mutably borrows from an owned value. Read more
§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
)§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
)