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