Struct stm32_metapac::metadata::Metadata
pub struct Metadata {
pub name: &'static str,
pub family: &'static str,
pub line: &'static str,
pub memory: &'static [MemoryRegion],
pub peripherals: &'static [Peripheral],
pub nvic_priority_bits: Option<u8>,
pub interrupts: &'static [Interrupt],
pub dma_channels: &'static [DmaChannel],
}
Fields§
§name: &'static str
§family: &'static str
§line: &'static str
§memory: &'static [MemoryRegion]
§peripherals: &'static [Peripheral]
§nvic_priority_bits: Option<u8>
§interrupts: &'static [Interrupt]
§dma_channels: &'static [DmaChannel]
Trait Implementations§
impl Eq for Metadata
impl StructuralEq for Metadata
impl StructuralPartialEq for Metadata
Auto Trait Implementations§
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
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