pub struct ConvTriggerConfig {
pub target_command_id: Tcmd,
pub delay_power: u8,
pub priority: Tpri,
pub enable_hardware_trigger: bool,
}Expand description
Configuration for a conversion trigger.
Defines how a trigger initiates ADC conversions.
Fields§
§target_command_id: Tcmd§delay_power: u8§priority: Tpri§enable_hardware_trigger: boolTrait Implementations§
Source§impl Clone for ConvTriggerConfig
impl Clone for ConvTriggerConfig
Source§fn clone(&self) -> ConvTriggerConfig
fn clone(&self) -> ConvTriggerConfig
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 ConvTriggerConfig
impl Debug for ConvTriggerConfig
Source§impl Default for ConvTriggerConfig
impl Default for ConvTriggerConfig
Source§impl PartialEq for ConvTriggerConfig
impl PartialEq for ConvTriggerConfig
impl Copy for ConvTriggerConfig
impl Eq for ConvTriggerConfig
impl StructuralPartialEq for ConvTriggerConfig
Auto Trait Implementations§
impl Freeze for ConvTriggerConfig
impl RefUnwindSafe for ConvTriggerConfig
impl Send for ConvTriggerConfig
impl Sync for ConvTriggerConfig
impl Unpin for ConvTriggerConfig
impl UnwindSafe for ConvTriggerConfig
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