Struct TimAdv
pub struct TimAdv(pub *mut u8);
Expand description
Advanced-timers
Tuple Fields§
§0: *mut u8
Implementations§
§impl TimAdv
impl TimAdv
pub fn ccmr_input(self, n: usize) -> Reg<CcmrInput, RW>
pub fn ccmr_input(self, n: usize) -> Reg<CcmrInput, RW>
capture/compare mode register 1 (input mode)
pub fn ccmr_output(self, n: usize) -> Reg<CcmrOutput, RW>
pub fn ccmr_output(self, n: usize) -> Reg<CcmrOutput, RW>
capture/compare mode register 1 (output mode)
Trait Implementations§
impl Copy for TimAdv
impl Eq for TimAdv
impl Send for TimAdv
impl StructuralPartialEq for TimAdv
impl Sync for TimAdv
Auto Trait Implementations§
impl Freeze for TimAdv
impl RefUnwindSafe for TimAdv
impl Unpin for TimAdv
impl UnwindSafe for TimAdv
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