#[repr(transparent)]pub struct Ctimerglobalstarten(pub u32);Expand description
CTIMER Global Start Enable
Tuple Fields§
§0: u32Implementations§
Source§impl Ctimerglobalstarten
impl Ctimerglobalstarten
Sourcepub const fn ctimer0_clk_en(&self) -> bool
pub const fn ctimer0_clk_en(&self) -> bool
Enables the CTIMER0 function clock
Sourcepub const fn set_ctimer0_clk_en(&mut self, val: bool)
pub const fn set_ctimer0_clk_en(&mut self, val: bool)
Enables the CTIMER0 function clock
Sourcepub const fn ctimer1_clk_en(&self) -> bool
pub const fn ctimer1_clk_en(&self) -> bool
Enables the CTIMER1 function clock
Sourcepub const fn set_ctimer1_clk_en(&mut self, val: bool)
pub const fn set_ctimer1_clk_en(&mut self, val: bool)
Enables the CTIMER1 function clock
Sourcepub const fn ctimer2_clk_en(&self) -> bool
pub const fn ctimer2_clk_en(&self) -> bool
Enables the CTIMER2 function clock
Sourcepub const fn set_ctimer2_clk_en(&mut self, val: bool)
pub const fn set_ctimer2_clk_en(&mut self, val: bool)
Enables the CTIMER2 function clock
Sourcepub const fn ctimer3_clk_en(&self) -> bool
pub const fn ctimer3_clk_en(&self) -> bool
Enables the CTIMER3 function clock
Sourcepub const fn set_ctimer3_clk_en(&mut self, val: bool)
pub const fn set_ctimer3_clk_en(&mut self, val: bool)
Enables the CTIMER3 function clock
Sourcepub const fn ctimer4_clk_en(&self) -> bool
pub const fn ctimer4_clk_en(&self) -> bool
Enables the CTIMER4 function clock
Sourcepub const fn set_ctimer4_clk_en(&mut self, val: bool)
pub const fn set_ctimer4_clk_en(&mut self, val: bool)
Enables the CTIMER4 function clock
Trait Implementations§
Source§impl Clone for Ctimerglobalstarten
impl Clone for Ctimerglobalstarten
Source§fn clone(&self) -> Ctimerglobalstarten
fn clone(&self) -> Ctimerglobalstarten
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ctimerglobalstarten
impl Debug for Ctimerglobalstarten
Source§impl Default for Ctimerglobalstarten
impl Default for Ctimerglobalstarten
Source§fn default() -> Ctimerglobalstarten
fn default() -> Ctimerglobalstarten
Returns the “default value” for a type. Read more
Source§impl PartialEq for Ctimerglobalstarten
impl PartialEq for Ctimerglobalstarten
impl Copy for Ctimerglobalstarten
impl Eq for Ctimerglobalstarten
impl StructuralPartialEq for Ctimerglobalstarten
Auto Trait Implementations§
impl Freeze for Ctimerglobalstarten
impl RefUnwindSafe for Ctimerglobalstarten
impl Send for Ctimerglobalstarten
impl Sync for Ctimerglobalstarten
impl Unpin for Ctimerglobalstarten
impl UnwindSafe for Ctimerglobalstarten
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