#[repr(transparent)]pub struct Pc(pub u32);Expand description
Prescale Counter. The 32 bit PC is a counter which is incremented to the value stored in PR. When the value in PR is reached, the TC is incremented and the PC is cleared. The PC is observable and controllable through the bus interface.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Pc
impl Eq for Pc
impl StructuralPartialEq for Pc
Auto Trait Implementations§
impl Freeze for Pc
impl RefUnwindSafe for Pc
impl Send for Pc
impl Sync for Pc
impl Unpin for Pc
impl UnwindSafe for Pc
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