[][src]Struct esp_idf_sys::_bindgen_ty_2__bindgen_ty_3__bindgen_ty_1

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

Fields

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

Methods

impl _bindgen_ty_2__bindgen_ty_3__bindgen_ty_1[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn new_bitfield_1(
    rx_take_data: u32,
    tx_put_data: u32,
    rx_wfull: u32,
    rx_rempty: u32,
    tx_wfull: u32,
    tx_rempty: u32,
    rx_hung: u32,
    tx_hung: u32,
    in_done: u32,
    in_suc_eof: u32,
    in_err_eof: u32,
    out_done: u32,
    out_eof: u32,
    in_dscr_err: u32,
    out_dscr_err: u32,
    in_dscr_empty: u32,
    out_total_eof: u32,
    reserved17: u32
) -> __BindgenBitfieldUnit<[u8; 4], u16>
[src]

Trait Implementations

impl Debug for _bindgen_ty_2__bindgen_ty_3__bindgen_ty_1[src]

impl Copy for _bindgen_ty_2__bindgen_ty_3__bindgen_ty_1[src]

impl Clone for _bindgen_ty_2__bindgen_ty_3__bindgen_ty_1[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]