[−][src]Struct esp_idf_bindgen::i2s_dev_s
Fields
reserved_0: u32reserved_4: u32conf: i2s_dev_s__bindgen_ty_1int_raw: i2s_dev_s__bindgen_ty_2int_st: i2s_dev_s__bindgen_ty_3int_ena: i2s_dev_s__bindgen_ty_4int_clr: i2s_dev_s__bindgen_ty_5timing: i2s_dev_s__bindgen_ty_6fifo_conf: i2s_dev_s__bindgen_ty_7rx_eof_num: u32conf_single_data: u32conf_chan: i2s_dev_s__bindgen_ty_8out_link: i2s_dev_s__bindgen_ty_9in_link: i2s_dev_s__bindgen_ty_10out_eof_des_addr: u32in_eof_des_addr: u32out_eof_bfr_des_addr: u32ahb_test: i2s_dev_s__bindgen_ty_11in_link_dscr: u32in_link_dscr_bf0: u32in_link_dscr_bf1: u32out_link_dscr: u32out_link_dscr_bf0: u32out_link_dscr_bf1: u32lc_conf: i2s_dev_s__bindgen_ty_12out_fifo_push: i2s_dev_s__bindgen_ty_13in_fifo_pop: i2s_dev_s__bindgen_ty_14lc_state0: u32lc_state1: u32lc_hung_conf: i2s_dev_s__bindgen_ty_15reserved_78: u32reserved_7c: u32cvsd_conf0: i2s_dev_s__bindgen_ty_16cvsd_conf1: i2s_dev_s__bindgen_ty_17cvsd_conf2: i2s_dev_s__bindgen_ty_18plc_conf0: i2s_dev_s__bindgen_ty_19plc_conf1: i2s_dev_s__bindgen_ty_20plc_conf2: i2s_dev_s__bindgen_ty_21esco_conf0: i2s_dev_s__bindgen_ty_22sco_conf0: i2s_dev_s__bindgen_ty_23conf1: i2s_dev_s__bindgen_ty_24pd_conf: i2s_dev_s__bindgen_ty_25conf2: i2s_dev_s__bindgen_ty_26clkm_conf: i2s_dev_s__bindgen_ty_27sample_rate_conf: i2s_dev_s__bindgen_ty_28pdm_conf: i2s_dev_s__bindgen_ty_29pdm_freq_conf: i2s_dev_s__bindgen_ty_30state: i2s_dev_s__bindgen_ty_31reserved_c0: u32reserved_c4: u32reserved_c8: u32reserved_cc: u32reserved_d0: u32reserved_d4: u32reserved_d8: u32reserved_dc: u32reserved_e0: u32reserved_e4: u32reserved_e8: u32reserved_ec: u32reserved_f0: u32reserved_f4: u32reserved_f8: u32date: u32Trait Implementations
impl Clone for i2s_dev_s[src]
fn clone(&self) -> i2s_dev_s[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for i2s_dev_s[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,