[][src]Struct esp_idf_sys::_bindgen_ty_2__bindgen_ty_12__bindgen_ty_1

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

Fields

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

Methods

impl _bindgen_ty_2__bindgen_ty_12__bindgen_ty_1[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn new_bitfield_1(
    in_rst: u32,
    out_rst: u32,
    ahbm_fifo_rst: u32,
    ahbm_rst: u32,
    out_loop_test: u32,
    in_loop_test: u32,
    out_auto_wrback: u32,
    out_no_restart_clr: u32,
    out_eof_mode: u32,
    outdscr_burst_en: u32,
    indscr_burst_en: u32,
    out_data_burst_en: u32,
    check_owner: u32,
    mem_trans_en: u32,
    reserved14: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

Trait Implementations

impl Debug for _bindgen_ty_2__bindgen_ty_12__bindgen_ty_1[src]

impl Copy for _bindgen_ty_2__bindgen_ty_12__bindgen_ty_1[src]

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