Enum Dac1TrigRmp
#[repr(u8)]pub enum Dac1TrigRmp {
NOTREMAPPED = 0,
REMAPPED = 1,
}
Variants§
NOTREMAPPED = 0
DAC trigger is TIM8_TRGO in STM32F303xB/C and STM32F358xC devices
REMAPPED = 1
DAC trigger is TIM3_TRGO
Implementations§
§impl Dac1TrigRmp
impl Dac1TrigRmp
pub const fn from_bits(val: u8) -> Dac1TrigRmp
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Dac1TrigRmp
impl Clone for Dac1TrigRmp
§fn clone(&self) -> Dac1TrigRmp
fn clone(&self) -> Dac1TrigRmp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl From<Dac1TrigRmp> for u8
impl From<Dac1TrigRmp> for u8
§fn from(val: Dac1TrigRmp) -> u8
fn from(val: Dac1TrigRmp) -> u8
Converts to this type from the input type.
§impl From<u8> for Dac1TrigRmp
impl From<u8> for Dac1TrigRmp
§fn from(val: u8) -> Dac1TrigRmp
fn from(val: u8) -> Dac1TrigRmp
Converts to this type from the input type.
§impl Ord for Dac1TrigRmp
impl Ord for Dac1TrigRmp
§impl PartialEq for Dac1TrigRmp
impl PartialEq for Dac1TrigRmp
§impl PartialOrd for Dac1TrigRmp
impl PartialOrd for Dac1TrigRmp
impl Copy for Dac1TrigRmp
impl Eq for Dac1TrigRmp
impl StructuralPartialEq for Dac1TrigRmp
Auto Trait Implementations§
impl Freeze for Dac1TrigRmp
impl RefUnwindSafe for Dac1TrigRmp
impl Send for Dac1TrigRmp
impl Sync for Dac1TrigRmp
impl Unpin for Dac1TrigRmp
impl UnwindSafe for Dac1TrigRmp
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