Enum stm32_metapac::timer::vals::Etps
#[repr(u8)]pub enum Etps {
DIV1 = 0,
DIV2 = 1,
DIV4 = 2,
DIV8 = 3,
}
Variants§
DIV1 = 0
Prescaler OFF
DIV2 = 1
ETRP frequency divided by 2
DIV4 = 2
ETRP frequency divided by 4
DIV8 = 3
ETRP frequency divided by 8
Implementations§
Trait Implementations§
§impl Ord for Etps
impl Ord for Etps
§impl PartialOrd for Etps
impl PartialOrd for Etps
impl Copy for Etps
impl Eq for Etps
impl StructuralPartialEq for Etps
Auto Trait Implementations§
impl Freeze for Etps
impl RefUnwindSafe for Etps
impl Send for Etps
impl Sync for Etps
impl Unpin for Etps
impl UnwindSafe for Etps
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
)