Struct rp2040_pac2::clocks::regs::Enabled1[][src]

#[repr(transparent)]pub struct Enabled1(pub u32);

indicates the state of the clock enable

Implementations

impl Enabled1[src]

pub const fn clk_sys_xosc(&self) -> bool[src]

pub fn set_clk_sys_xosc(&mut self, val: bool)[src]

pub const fn clk_sys_xip(&self) -> bool[src]

pub fn set_clk_sys_xip(&mut self, val: bool)[src]

pub const fn clk_sys_watchdog(&self) -> bool[src]

pub fn set_clk_sys_watchdog(&mut self, val: bool)[src]

pub const fn clk_usb_usbctrl(&self) -> bool[src]

pub fn set_clk_usb_usbctrl(&mut self, val: bool)[src]

pub const fn clk_sys_usbctrl(&self) -> bool[src]

pub fn set_clk_sys_usbctrl(&mut self, val: bool)[src]

pub const fn clk_sys_uart1(&self) -> bool[src]

pub fn set_clk_sys_uart1(&mut self, val: bool)[src]

pub const fn clk_peri_uart1(&self) -> bool[src]

pub fn set_clk_peri_uart1(&mut self, val: bool)[src]

pub const fn clk_sys_uart0(&self) -> bool[src]

pub fn set_clk_sys_uart0(&mut self, val: bool)[src]

pub const fn clk_peri_uart0(&self) -> bool[src]

pub fn set_clk_peri_uart0(&mut self, val: bool)[src]

pub const fn clk_sys_timer(&self) -> bool[src]

pub fn set_clk_sys_timer(&mut self, val: bool)[src]

pub const fn clk_sys_tbman(&self) -> bool[src]

pub fn set_clk_sys_tbman(&mut self, val: bool)[src]

pub const fn clk_sys_sysinfo(&self) -> bool[src]

pub fn set_clk_sys_sysinfo(&mut self, val: bool)[src]

pub const fn clk_sys_syscfg(&self) -> bool[src]

pub fn set_clk_sys_syscfg(&mut self, val: bool)[src]

pub const fn clk_sys_sram5(&self) -> bool[src]

pub fn set_clk_sys_sram5(&mut self, val: bool)[src]

pub const fn clk_sys_sram4(&self) -> bool[src]

pub fn set_clk_sys_sram4(&mut self, val: bool)[src]

Trait Implementations

impl Clone for Enabled1[src]

impl Copy for Enabled1[src]

impl Default for Enabled1[src]

Auto Trait Implementations

impl Send for Enabled1

impl Sync for Enabled1

impl Unpin for Enabled1

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.