#[repr(C)]pub struct TIM_MasterConfigTypeDef {
pub MasterOutputTrigger: u32,
pub MasterSlaveMode: u32,
}Expand description
@brief TIM Master configuration Structure definition
Fields§
§MasterOutputTrigger: u32< Trigger output (TRGO) selection This parameter can be a value of @ref TIM_Master_Mode_Selection
MasterSlaveMode: u32< Master/slave mode selection This parameter can be a value of @ref TIM_Master_Slave_Mode @note When the Master/slave mode is enabled, the effect of an event on the trigger input (TRGI) is delayed to allow a perfect synchronization between the current timer and its slaves (through TRGO). It is not mandatory in case of timer synchronization mode.
Trait Implementations§
Source§impl Clone for TIM_MasterConfigTypeDef
impl Clone for TIM_MasterConfigTypeDef
Source§fn clone(&self) -> TIM_MasterConfigTypeDef
fn clone(&self) -> TIM_MasterConfigTypeDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TIM_MasterConfigTypeDef
Auto Trait Implementations§
impl Freeze for TIM_MasterConfigTypeDef
impl RefUnwindSafe for TIM_MasterConfigTypeDef
impl Send for TIM_MasterConfigTypeDef
impl Sync for TIM_MasterConfigTypeDef
impl Unpin for TIM_MasterConfigTypeDef
impl UnsafeUnpin for TIM_MasterConfigTypeDef
impl UnwindSafe for TIM_MasterConfigTypeDef
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