[−][src]Struct lpc55s6x_pac::syscon::presetctrl1::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn mrt_rst(&mut self) -> _MRT_RSTW
[src]
Bit 0 - MRT reset control.
pub fn ostimer0_rst(&mut self) -> _OSTIMER0_RSTW
[src]
Bit 1 - OS Timer 0 reset control.
pub fn sct0_rst(&mut self) -> _SCT0_RSTW
[src]
Bit 2 - SCT0 reset control.
pub fn sctipu_rst(&mut self) -> _SCTIPU_RSTW
[src]
Bit 6 - SCTIPU reset control.
pub fn utick0_rst(&mut self) -> _UTICK0_RSTW
[src]
Bit 10 - UTICK0 reset control.
pub fn fc0_rst(&mut self) -> _FC0_RSTW
[src]
Bit 11 - FC0 reset control.
pub fn fc1_rst(&mut self) -> _FC1_RSTW
[src]
Bit 12 - FC1 reset control.
pub fn fc2_rst(&mut self) -> _FC2_RSTW
[src]
Bit 13 - FC2 reset control.
pub fn fc3_rst(&mut self) -> _FC3_RSTW
[src]
Bit 14 - FC3 reset control.
pub fn fc4_rst(&mut self) -> _FC4_RSTW
[src]
Bit 15 - FC4 reset control.
pub fn fc5_rst(&mut self) -> _FC5_RSTW
[src]
Bit 16 - FC5 reset control.
pub fn fc6_rst(&mut self) -> _FC6_RSTW
[src]
Bit 17 - FC6 reset control.
pub fn fc7_rst(&mut self) -> _FC7_RSTW
[src]
Bit 18 - FC7 reset control.
pub fn timer2_rst(&mut self) -> _TIMER2_RSTW
[src]
Bit 22 - Timer 2 reset control.
pub fn usb0_dev_rst(&mut self) -> _USB0_DEV_RSTW
[src]
Bit 25 - USB0 DEV reset control.
pub fn timer0_rst(&mut self) -> _TIMER0_RSTW
[src]
Bit 26 - Timer 0 reset control.
pub fn timer1_rst(&mut self) -> _TIMER1_RSTW
[src]
Bit 27 - Timer 1 reset control.
pub fn pvt_rst(&mut self) -> _PVT_RSTW
[src]
Bit 28 - PVT reset control.
pub fn ezha_rst(&mut self) -> _EZHA_RSTW
[src]
Bit 30 - EZH a reset control.
pub fn ezhb_rst(&mut self) -> _EZHB_RSTW
[src]
Bit 31 - EZH b reset control.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self