Struct rp6::avr::modules::Timer8Setup
source · pub struct Timer8Setup<T: Timer8> {
a: RegisterBits<T::ControlA>,
b: RegisterBits<T::ControlB>,
output_compare_1: Option<u8>,
_phantom: PhantomData<T>,
}
Fields§
§a: RegisterBits<T::ControlA>
§b: RegisterBits<T::ControlB>
§output_compare_1: Option<u8>
§_phantom: PhantomData<T>
Implementations§
source§impl<T: Timer8> Timer8Setup<T>
impl<T: Timer8> Timer8Setup<T>
pub fn new() -> Self
pub fn clock_source(self, source: ClockSource) -> Self
pub fn waveform_generation_mode(self, mode: WaveformGenerationMode) -> Self
pub fn output_compare_1(self, value: Option<u8>) -> Self
pub fn configure(self)
Auto Trait Implementations§
impl<T> RefUnwindSafe for Timer8Setup<T>where
T: RefUnwindSafe,
<T as Timer8>::ControlA: RefUnwindSafe,
<T as Timer8>::ControlB: RefUnwindSafe,
impl<T> Send for Timer8Setup<T>where
T: Send,
<T as Timer8>::ControlA: Send,
<T as Timer8>::ControlB: Send,
impl<T> Sync for Timer8Setup<T>where
T: Sync,
<T as Timer8>::ControlA: Sync,
<T as Timer8>::ControlB: Sync,
impl<T> Unpin for Timer8Setup<T>where
T: Unpin,
<T as Timer8>::ControlA: Unpin,
<T as Timer8>::ControlB: Unpin,
impl<T> UnwindSafe for Timer8Setup<T>where
T: UnwindSafe,
<T as Timer8>::ControlA: UnwindSafe,
<T as Timer8>::ControlB: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more