pub enum TI1SR {
NORMAL,
XOR,
}
Expand description
Possible values of the field TI1S
Variants§
NORMAL
The TIMx_CH1 pin is connected to TI1 input
XOR
The TIMx_CH1, CH2, CH3 pins are connected to TI1 input
Implementations§
Source§impl TI1SR
impl TI1SR
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Trait Implementations§
impl Copy for TI1SR
impl StructuralPartialEq for TI1SR
Auto Trait Implementations§
impl Freeze for TI1SR
impl RefUnwindSafe for TI1SR
impl Send for TI1SR
impl Sync for TI1SR
impl Unpin for TI1SR
impl UnwindSafe for TI1SR
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