Struct esp_idf_sys::rtc_sleep_pu_config_t
source · [−]#[repr(C)]#[repr(align(4))]pub struct rtc_sleep_pu_config_t {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub __bindgen_padding_0: u16,
}
Expand description
@brief Power down flags for rtc_sleep_pd function
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
__bindgen_padding_0: u16
Implementations
sourceimpl rtc_sleep_pu_config_t
impl rtc_sleep_pu_config_t
pub fn dig_fpu(&self) -> u32
pub fn set_dig_fpu(&mut self, val: u32)
pub fn rtc_fpu(&self) -> u32
pub fn set_rtc_fpu(&mut self, val: u32)
pub fn cpu_fpu(&self) -> u32
pub fn set_cpu_fpu(&mut self, val: u32)
pub fn i2s_fpu(&self) -> u32
pub fn set_i2s_fpu(&mut self, val: u32)
pub fn bb_fpu(&self) -> u32
pub fn set_bb_fpu(&mut self, val: u32)
pub fn nrx_fpu(&self) -> u32
pub fn set_nrx_fpu(&mut self, val: u32)
pub fn fe_fpu(&self) -> u32
pub fn set_fe_fpu(&mut self, val: u32)
pub fn sram_fpu(&self) -> u32
pub fn set_sram_fpu(&mut self, val: u32)
pub fn rom_ram_fpu(&self) -> u32
pub fn set_rom_ram_fpu(&mut self, val: u32)
pub fn new_bitfield_1(
dig_fpu: u32,
rtc_fpu: u32,
cpu_fpu: u32,
i2s_fpu: u32,
bb_fpu: u32,
nrx_fpu: u32,
fe_fpu: u32,
sram_fpu: u32,
rom_ram_fpu: u32
) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations
sourceimpl Clone for rtc_sleep_pu_config_t
impl Clone for rtc_sleep_pu_config_t
sourcefn clone(&self) -> rtc_sleep_pu_config_t
fn clone(&self) -> rtc_sleep_pu_config_t
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_sleep_pu_config_t
impl Debug for rtc_sleep_pu_config_t
sourceimpl Default for rtc_sleep_pu_config_t
impl Default for rtc_sleep_pu_config_t
sourcefn default() -> rtc_sleep_pu_config_t
fn default() -> rtc_sleep_pu_config_t
Returns the “default value” for a type. Read more
impl Copy for rtc_sleep_pu_config_t
Auto Trait Implementations
impl RefUnwindSafe for rtc_sleep_pu_config_t
impl Send for rtc_sleep_pu_config_t
impl Sync for rtc_sleep_pu_config_t
impl Unpin for rtc_sleep_pu_config_t
impl UnwindSafe for rtc_sleep_pu_config_t
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