#[repr(C)]#[repr(align(4))]pub struct rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations
sourceimpl rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
impl rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
pub fn sw_stall_appcpu_c0(&self) -> u32
pub fn set_sw_stall_appcpu_c0(&mut self, val: u32)
pub fn sw_stall_procpu_c0(&self) -> u32
pub fn set_sw_stall_procpu_c0(&mut self, val: u32)
pub fn sw_appcpu_rst(&self) -> u32
pub fn set_sw_appcpu_rst(&mut self, val: u32)
pub fn sw_procpu_rst(&self) -> u32
pub fn set_sw_procpu_rst(&mut self, val: u32)
pub fn bb_i2c_force_pd(&self) -> u32
pub fn set_bb_i2c_force_pd(&mut self, val: u32)
pub fn bb_i2c_force_pu(&self) -> u32
pub fn set_bb_i2c_force_pu(&mut self, val: u32)
pub fn bbpll_i2c_force_pd(&self) -> u32
pub fn set_bbpll_i2c_force_pd(&mut self, val: u32)
pub fn bbpll_i2c_force_pu(&self) -> u32
pub fn set_bbpll_i2c_force_pu(&mut self, val: u32)
pub fn bbpll_force_pd(&self) -> u32
pub fn set_bbpll_force_pd(&mut self, val: u32)
pub fn bbpll_force_pu(&self) -> u32
pub fn set_bbpll_force_pu(&mut self, val: u32)
pub fn xtl_force_pd(&self) -> u32
pub fn set_xtl_force_pd(&mut self, val: u32)
pub fn xtl_force_pu(&self) -> u32
pub fn set_xtl_force_pu(&mut self, val: u32)
pub fn xtl_en_wait(&self) -> u32
pub fn set_xtl_en_wait(&mut self, val: u32)
pub fn reserved18(&self) -> u32
pub fn set_reserved18(&mut self, val: u32)
pub fn ctr_sel(&self) -> u32
pub fn set_ctr_sel(&mut self, val: u32)
pub fn xtl_force_iso(&self) -> u32
pub fn set_xtl_force_iso(&mut self, val: u32)
pub fn pll_force_iso(&self) -> u32
pub fn set_pll_force_iso(&mut self, val: u32)
pub fn analog_force_iso(&self) -> u32
pub fn set_analog_force_iso(&mut self, val: u32)
pub fn xtl_force_noiso(&self) -> u32
pub fn set_xtl_force_noiso(&mut self, val: u32)
pub fn pll_force_noiso(&self) -> u32
pub fn set_pll_force_noiso(&mut self, val: u32)
pub fn analog_force_noiso(&self) -> u32
pub fn set_analog_force_noiso(&mut self, val: u32)
pub fn dg_wrap_force_rst(&self) -> u32
pub fn set_dg_wrap_force_rst(&mut self, val: u32)
pub fn dg_wrap_force_norst(&self) -> u32
pub fn set_dg_wrap_force_norst(&mut self, val: u32)
pub fn sw_sys_rst(&self) -> u32
pub fn set_sw_sys_rst(&mut self, val: u32)
pub fn new_bitfield_1(
sw_stall_appcpu_c0: u32,
sw_stall_procpu_c0: u32,
sw_appcpu_rst: u32,
sw_procpu_rst: u32,
bb_i2c_force_pd: u32,
bb_i2c_force_pu: u32,
bbpll_i2c_force_pd: u32,
bbpll_i2c_force_pu: u32,
bbpll_force_pd: u32,
bbpll_force_pu: u32,
xtl_force_pd: u32,
xtl_force_pu: u32,
xtl_en_wait: u32,
reserved18: u32,
ctr_sel: u32,
xtl_force_iso: u32,
pll_force_iso: u32,
analog_force_iso: u32,
xtl_force_noiso: u32,
pll_force_noiso: u32,
analog_force_noiso: u32,
dg_wrap_force_rst: u32,
dg_wrap_force_norst: u32,
sw_sys_rst: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
sourceimpl Clone for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
impl Clone for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
impl Debug for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
sourceimpl Default for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
impl Default for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
fn default() -> rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
impl Send for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
impl Sync for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
impl Unpin for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for rtc_cntl_dev_s__bindgen_ty_1__bindgen_ty_1
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more