Enum nrf52840_pac::timer0::bitmode::BITMODE_A
source · #[repr(u8)]pub enum BITMODE_A {
_16BIT = 0,
_08BIT = 1,
_24BIT = 2,
_32BIT = 3,
}
Expand description
Timer bit width
Value on reset: 0
Variants§
_16BIT = 0
0: 16 bit timer bit width
_08BIT = 1
1: 8 bit timer bit width
_24BIT = 2
2: 24 bit timer bit width
_32BIT = 3
3: 32 bit timer bit width
Trait Implementations§
impl Copy for BITMODE_A
impl StructuralPartialEq for BITMODE_A
Auto Trait Implementations§
impl Freeze for BITMODE_A
impl RefUnwindSafe for BITMODE_A
impl Send for BITMODE_A
impl Sync for BITMODE_A
impl Unpin for BITMODE_A
impl UnwindSafe for BITMODE_A
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
)