pub struct PA24 { /* private fields */ }Expand description
PA24 peripheral
Implementations§
Trait Implementations§
impl AdcChannel<ADC0> for PA24
impl Copy for PA24
impl PeripheralType for PA24
Auto Trait Implementations§
impl Freeze for PA24
impl RefUnwindSafe for PA24
impl Send for PA24
impl Sync for PA24
impl Unpin for PA24
impl UnwindSafe for PA24
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