[][src]Struct esp_idf_bindgen::rtc_cntl_dev_s__bindgen_ty_15__bindgen_ty_1

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

Fields

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

Implementations

impl rtc_cntl_dev_s__bindgen_ty_15__bindgen_ty_1[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub fn new_bitfield_1(
    slp_wakeup: u32,
    slp_reject: u32,
    sdio_idle: u32,
    rtc_wdt: u32,
    rtc_time_valid: u32,
    rtc_ulp_cp: u32,
    rtc_touch: u32,
    rtc_brown_out: u32,
    rtc_main_timer: u32,
    reserved9: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

Trait Implementations

impl Clone for rtc_cntl_dev_s__bindgen_ty_15__bindgen_ty_1[src]

impl Copy for rtc_cntl_dev_s__bindgen_ty_15__bindgen_ty_1[src]

impl Debug for rtc_cntl_dev_s__bindgen_ty_15__bindgen_ty_1[src]

Auto Trait Implementations

impl Send for rtc_cntl_dev_s__bindgen_ty_15__bindgen_ty_1

impl Sync for rtc_cntl_dev_s__bindgen_ty_15__bindgen_ty_1

impl Unpin for rtc_cntl_dev_s__bindgen_ty_15__bindgen_ty_1

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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> 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.