Enum ra6m1::ctsu::ctsucr0::CTSUINIT_A
source · pub enum CTSUINIT_A {
_0,
_1,
}
Expand description
CTSU Control Block Initialization
Value on reset: 0
Variants§
_0
0: Writing a 0 has no effect, this bit is read as 0.
_1
1: initializes the CTSU control block and registers.
Trait Implementations§
source§impl Clone for CTSUINIT_A
impl Clone for CTSUINIT_A
source§fn clone(&self) -> CTSUINIT_A
fn clone(&self) -> CTSUINIT_A
Returns a copy 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 CTSUINIT_A
impl Debug for CTSUINIT_A
source§impl From<CTSUINIT_A> for bool
impl From<CTSUINIT_A> for bool
source§fn from(variant: CTSUINIT_A) -> Self
fn from(variant: CTSUINIT_A) -> Self
Converts to this type from the input type.
source§impl PartialEq<CTSUINIT_A> for CTSUINIT_A
impl PartialEq<CTSUINIT_A> for CTSUINIT_A
source§fn eq(&self, other: &CTSUINIT_A) -> bool
fn eq(&self, other: &CTSUINIT_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.