Struct TimGp32
pub struct TimGp32(pub *mut u8);
Expand description
General purpose 32-bit timer
Tuple Fields§
§0: *mut u8
Implementations§
§impl TimGp32
impl TimGp32
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 TimGp32
impl Eq for TimGp32
impl Send for TimGp32
impl StructuralPartialEq for TimGp32
impl Sync for TimGp32
Auto Trait Implementations§
impl Freeze for TimGp32
impl RefUnwindSafe for TimGp32
impl Unpin for TimGp32
impl UnwindSafe for TimGp32
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