[][src]Struct esp_idf_sys::_bindgen_ty_3

#[repr(C)]
pub struct _bindgen_ty_3 {
    pub data_ch: [u32; 8],
    pub conf_ch: [_bindgen_ty_3__bindgen_ty_1; 8],
    pub status_ch: [u32; 8],
    pub apb_mem_addr_ch: [u32; 8],
    pub int_raw: _bindgen_ty_3__bindgen_ty_2,
    pub int_st: _bindgen_ty_3__bindgen_ty_3,
    pub int_ena: _bindgen_ty_3__bindgen_ty_4,
    pub int_clr: _bindgen_ty_3__bindgen_ty_5,
    pub carrier_duty_ch: [_bindgen_ty_3__bindgen_ty_6; 8],
    pub tx_lim_ch: [_bindgen_ty_3__bindgen_ty_7; 8],
    pub apb_conf: _bindgen_ty_3__bindgen_ty_8,
    pub reserved_f4: u32,
    pub reserved_f8: u32,
    pub date: u32,
}

Fields

data_ch: [u32; 8]conf_ch: [_bindgen_ty_3__bindgen_ty_1; 8]status_ch: [u32; 8]apb_mem_addr_ch: [u32; 8]int_raw: _bindgen_ty_3__bindgen_ty_2int_st: _bindgen_ty_3__bindgen_ty_3int_ena: _bindgen_ty_3__bindgen_ty_4int_clr: _bindgen_ty_3__bindgen_ty_5carrier_duty_ch: [_bindgen_ty_3__bindgen_ty_6; 8]tx_lim_ch: [_bindgen_ty_3__bindgen_ty_7; 8]apb_conf: _bindgen_ty_3__bindgen_ty_8reserved_f4: u32reserved_f8: u32date: u32

Trait Implementations

impl Copy for _bindgen_ty_3[src]

impl Clone for _bindgen_ty_3[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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