#[repr(transparent)]pub struct Wdsel(pub u32);
Expand description
Watchdog select. If a bit is set then the watchdog will reset this peripheral when the watchdog fires.
Tuple Fields§
§0: u32
Implementations§
source§impl Wdsel
impl Wdsel
pub const fn adc(&self) -> bool
pub fn set_adc(&mut self, val: bool)
pub const fn busctrl(&self) -> bool
pub fn set_busctrl(&mut self, val: bool)
pub const fn dma(&self) -> bool
pub fn set_dma(&mut self, val: bool)
pub const fn i2c0(&self) -> bool
pub fn set_i2c0(&mut self, val: bool)
pub const fn i2c1(&self) -> bool
pub fn set_i2c1(&mut self, val: bool)
pub const fn io_bank0(&self) -> bool
pub fn set_io_bank0(&mut self, val: bool)
pub const fn io_qspi(&self) -> bool
pub fn set_io_qspi(&mut self, val: bool)
pub const fn jtag(&self) -> bool
pub fn set_jtag(&mut self, val: bool)
pub const fn pads_bank0(&self) -> bool
pub fn set_pads_bank0(&mut self, val: bool)
pub const fn pads_qspi(&self) -> bool
pub fn set_pads_qspi(&mut self, val: bool)
pub const fn pio0(&self) -> bool
pub fn set_pio0(&mut self, val: bool)
pub const fn pio1(&self) -> bool
pub fn set_pio1(&mut self, val: bool)
pub const fn pll_sys(&self) -> bool
pub fn set_pll_sys(&mut self, val: bool)
pub const fn pll_usb(&self) -> bool
pub fn set_pll_usb(&mut self, val: bool)
pub const fn pwm(&self) -> bool
pub fn set_pwm(&mut self, val: bool)
pub const fn rtc(&self) -> bool
pub fn set_rtc(&mut self, val: bool)
pub const fn spi0(&self) -> bool
pub fn set_spi0(&mut self, val: bool)
pub const fn spi1(&self) -> bool
pub fn set_spi1(&mut self, val: bool)
pub const fn syscfg(&self) -> bool
pub fn set_syscfg(&mut self, val: bool)
pub const fn sysinfo(&self) -> bool
pub fn set_sysinfo(&mut self, val: bool)
pub const fn tbman(&self) -> bool
pub fn set_tbman(&mut self, val: bool)
pub const fn timer(&self) -> bool
pub fn set_timer(&mut self, val: bool)
pub const fn uart0(&self) -> bool
pub fn set_uart0(&mut self, val: bool)
pub const fn uart1(&self) -> bool
pub fn set_uart1(&mut self, val: bool)
pub const fn usbctrl(&self) -> bool
pub fn set_usbctrl(&mut self, val: bool)
Trait Implementations§
impl Copy for Wdsel
impl Eq for Wdsel
impl StructuralPartialEq for Wdsel
Auto Trait Implementations§
impl Freeze for Wdsel
impl RefUnwindSafe for Wdsel
impl Send for Wdsel
impl Sync for Wdsel
impl Unpin for Wdsel
impl UnwindSafe for Wdsel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)