#[repr(transparent)]pub struct Starten1(pub u32);Expand description
Start enable 1
Tuple Fields§
§0: u32Implementations§
Source§impl Starten1
impl Starten1
Sourcepub const fn rtc_lite0_alarm_or_wakeup(&self) -> bool
pub const fn rtc_lite0_alarm_or_wakeup(&self) -> bool
no description available
Sourcepub const fn set_rtc_lite0_alarm_or_wakeup(&mut self, val: bool)
pub const fn set_rtc_lite0_alarm_or_wakeup(&mut self, val: bool)
no description available
Sourcepub const fn gpio_int0_irq4(&self) -> bool
pub const fn gpio_int0_irq4(&self) -> bool
no description available
Sourcepub const fn set_gpio_int0_irq4(&mut self, val: bool)
pub const fn set_gpio_int0_irq4(&mut self, val: bool)
no description available
Sourcepub const fn gpio_int0_irq5(&self) -> bool
pub const fn gpio_int0_irq5(&self) -> bool
no description available
Sourcepub const fn set_gpio_int0_irq5(&mut self, val: bool)
pub const fn set_gpio_int0_irq5(&mut self, val: bool)
no description available
Sourcepub const fn gpio_int0_irq6(&self) -> bool
pub const fn gpio_int0_irq6(&self) -> bool
no description available
Sourcepub const fn set_gpio_int0_irq6(&mut self, val: bool)
pub const fn set_gpio_int0_irq6(&mut self, val: bool)
no description available
Sourcepub const fn gpio_int0_irq7(&self) -> bool
pub const fn gpio_int0_irq7(&self) -> bool
no description available
Sourcepub const fn set_gpio_int0_irq7(&mut self, val: bool)
pub const fn set_gpio_int0_irq7(&mut self, val: bool)
no description available
Sourcepub const fn set_ct32bit2(&mut self, val: bool)
pub const fn set_ct32bit2(&mut self, val: bool)
no description available
Sourcepub const fn set_ct32bit4(&mut self, val: bool)
pub const fn set_ct32bit4(&mut self, val: bool)
no description available
Sourcepub const fn os_event_timer_wu(&self) -> bool
pub const fn os_event_timer_wu(&self) -> bool
no description available
Sourcepub const fn set_os_event_timer_wu(&mut self, val: bool)
pub const fn set_os_event_timer_wu(&mut self, val: bool)
no description available
Sourcepub const fn set_flexspi(&mut self, val: bool)
pub const fn set_flexspi(&mut self, val: bool)
no description available
Sourcepub const fn set_flexcomm6(&mut self, val: bool)
pub const fn set_flexcomm6(&mut self, val: bool)
no description available
Sourcepub const fn set_flexcomm7(&mut self, val: bool)
pub const fn set_flexcomm7(&mut self, val: bool)
no description available
Sourcepub const fn shsgpio_int0(&self) -> bool
pub const fn shsgpio_int0(&self) -> bool
no description available
Sourcepub const fn set_shsgpio_int0(&mut self, val: bool)
pub const fn set_shsgpio_int0(&mut self, val: bool)
no description available
Sourcepub const fn shsgpio_int1(&self) -> bool
pub const fn shsgpio_int1(&self) -> bool
no description available
Sourcepub const fn set_shsgpio_int1(&mut self, val: bool)
pub const fn set_shsgpio_int1(&mut self, val: bool)
no description available
Sourcepub const fn set_usb_irq(&mut self, val: bool)
pub const fn set_usb_irq(&mut self, val: bool)
no description available
Sourcepub const fn usb_needclk(&self) -> bool
pub const fn usb_needclk(&self) -> bool
no description available
Sourcepub const fn set_usb_needclk(&mut self, val: bool)
pub const fn set_usb_needclk(&mut self, val: bool)
no description available
Sourcepub const fn set_powerquad(&mut self, val: bool)
pub const fn set_powerquad(&mut self, val: bool)
no description available
Sourcepub const fn set_casper(&mut self, val: bool)
pub const fn set_casper(&mut self, val: bool)
no description available
Trait Implementations§
impl Copy for Starten1
impl Eq for Starten1
impl StructuralPartialEq for Starten1
Auto Trait Implementations§
impl Freeze for Starten1
impl RefUnwindSafe for Starten1
impl Send for Starten1
impl Sync for Starten1
impl Unpin for Starten1
impl UnwindSafe for Starten1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more