[][src]Struct esp_idf_sys::_bindgen_ty_6__bindgen_ty_2__bindgen_ty_1

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

Fields

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

Methods

impl _bindgen_ty_6__bindgen_ty_2__bindgen_ty_1[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn new_bitfield_1(
    reserved0: u32,
    flashboot_mod_en: u32,
    sys_reset_length: u32,
    cpu_reset_length: u32,
    level_int_en: u32,
    edge_int_en: u32,
    stg3: u32,
    stg2: u32,
    stg1: u32,
    stg0: u32,
    en: u32
) -> __BindgenBitfieldUnit<[u8; 4], u16>
[src]

Trait Implementations

impl Debug for _bindgen_ty_6__bindgen_ty_2__bindgen_ty_1[src]

impl Copy for _bindgen_ty_6__bindgen_ty_2__bindgen_ty_1[src]

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