Enum TimerSrc
pub enum TimerSrc {
_0 = 0,
_1 = 1,
}Expand description
Timer Source
Value on reset: 0
Variants§
_0 = 0
0: The Free Running Timer is clocked by the CAN bit clock, which defines the baud rate on the CAN bus.
_1 = 1
1: The Free Running Timer is clocked by an external time tick. The period can be either adjusted to be equal to the baud rate on the CAN bus, or a different value as required. See the device specific section for details about the external time tick.
Trait Implementations§
impl Copy for TimerSrc
impl Eq for TimerSrc
impl StructuralPartialEq for TimerSrc
Auto Trait Implementations§
impl Freeze for TimerSrc
impl RefUnwindSafe for TimerSrc
impl Send for TimerSrc
impl Sync for TimerSrc
impl Unpin for TimerSrc
impl UnwindSafe for TimerSrc
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