[][src]Struct esp_idf_bindgen::i2s_dev_s__bindgen_ty_19__bindgen_ty_1

#[repr(C)]#[repr(align(4))]pub struct i2s_dev_s__bindgen_ty_19__bindgen_ty_1 {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>

Implementations

impl i2s_dev_s__bindgen_ty_19__bindgen_ty_1[src]

pub fn good_pack_max(&self) -> u32[src]

pub fn set_good_pack_max(&mut self, val: u32)[src]

pub fn n_err_seg(&self) -> u32[src]

pub fn set_n_err_seg(&mut self, val: u32)[src]

pub fn shift_rate(&self) -> u32[src]

pub fn set_shift_rate(&mut self, val: u32)[src]

pub fn max_slide_sample(&self) -> u32[src]

pub fn set_max_slide_sample(&mut self, val: u32)[src]

pub fn pack_len_8k(&self) -> u32[src]

pub fn set_pack_len_8k(&mut self, val: u32)[src]

pub fn n_min_err(&self) -> u32[src]

pub fn set_n_min_err(&mut self, val: u32)[src]

pub fn reserved28(&self) -> u32[src]

pub fn set_reserved28(&mut self, val: u32)[src]

pub fn new_bitfield_1(
    good_pack_max: u32,
    n_err_seg: u32,
    shift_rate: u32,
    max_slide_sample: u32,
    pack_len_8k: u32,
    n_min_err: u32,
    reserved28: u32
) -> __BindgenBitfieldUnit<[u8; 4], u8>
[src]

Trait Implementations

impl Clone for i2s_dev_s__bindgen_ty_19__bindgen_ty_1[src]

impl Copy for i2s_dev_s__bindgen_ty_19__bindgen_ty_1[src]

impl Debug for i2s_dev_s__bindgen_ty_19__bindgen_ty_1[src]

Auto Trait Implementations

impl Send for i2s_dev_s__bindgen_ty_19__bindgen_ty_1

impl Sync for i2s_dev_s__bindgen_ty_19__bindgen_ty_1

impl Unpin for i2s_dev_s__bindgen_ty_19__bindgen_ty_1

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.