[][src]Struct esp_idf_sys::_bindgen_ty_7__bindgen_ty_9__bindgen_ty_1

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

Fields

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

Methods

impl _bindgen_ty_7__bindgen_ty_9__bindgen_ty_1[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn set_tick_ref_always_on(&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(
    parity: u32,
    parity_en: u32,
    bit_num: u32,
    stop_bit_num: u32,
    sw_rts: u32,
    sw_dtr: u32,
    txd_brk: u32,
    irda_dplx: u32,
    irda_tx_en: u32,
    irda_wctl: u32,
    irda_tx_inv: u32,
    irda_rx_inv: u32,
    loopback: u32,
    tx_flow_en: u32,
    irda_en: u32,
    rxfifo_rst: u32,
    txfifo_rst: u32,
    rxd_inv: u32,
    cts_inv: u32,
    dsr_inv: u32,
    txd_inv: u32,
    rts_inv: u32,
    dtr_inv: u32,
    clk_en: u32,
    err_wr_mask: u32,
    tick_ref_always_on: u32,
    reserved28: u32
) -> __BindgenBitfieldUnit<[u8; 4], u8>
[src]

Trait Implementations

impl Debug for _bindgen_ty_7__bindgen_ty_9__bindgen_ty_1[src]

impl Copy for _bindgen_ty_7__bindgen_ty_9__bindgen_ty_1[src]

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