pub struct Stm32f412gDefaultPeripherals<'a> {
pub stm32f4: Stm32f4xxDefaultPeripherals<'a, Stm32f412Specs>,
pub trng: Trng<'a>,
}
Fields§
§stm32f4: Stm32f4xxDefaultPeripherals<'a, Stm32f412Specs>
§trng: Trng<'a>
Implementations§
Trait Implementations§
source§impl<'a> InterruptService for Stm32f412gDefaultPeripherals<'a>
impl<'a> InterruptService for Stm32f412gDefaultPeripherals<'a>
source§unsafe fn service_interrupt(&self, interrupt: u32) -> bool
unsafe fn service_interrupt(&self, interrupt: u32) -> bool
Service an interrupt, if supported by this chip. If this interrupt
number is not supported, return false.
Auto Trait Implementations§
impl<'a> !Freeze for Stm32f412gDefaultPeripherals<'a>
impl<'a> !RefUnwindSafe for Stm32f412gDefaultPeripherals<'a>
impl<'a> !Send for Stm32f412gDefaultPeripherals<'a>
impl<'a> !Sync for Stm32f412gDefaultPeripherals<'a>
impl<'a> Unpin for Stm32f412gDefaultPeripherals<'a>
impl<'a> !UnwindSafe for Stm32f412gDefaultPeripherals<'a>
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